Searched refs:is_plane1 (Results 1 – 2 of 2) sorted by relevance
9945 dml_bool_t is_plane1, in dml_core_get_row_heights() argument9992 BytePerPixel = is_plane1 ? BytePerPixelC : BytePerPixelY; in dml_core_get_row_heights()9993 BlockHeight256Bytes = is_plane1 ? BlockHeight256BytesC : BlockHeight256BytesY; in dml_core_get_row_heights()9994 BlockWidth256Bytes = is_plane1 ? BlockWidth256BytesC : BlockWidth256BytesY; in dml_core_get_row_heights()9995 MacroTileWidth = is_plane1 ? MacroTileWidthC : MacroTileWidthY; in dml_core_get_row_heights()9996 MacroTileHeight = is_plane1 ? MacroTileHeightC : MacroTileHeightY; in dml_core_get_row_heights()9997 …PTEBufferSizeInRequests = is_plane1 ? mode_lib->ip.dpte_buffer_size_in_pte_reqs_chroma : mode_lib-… in dml_core_get_row_heights()9999 dml_print("DML_DLG: %s: is_plane1 = %u\n", __func__, is_plane1); in dml_core_get_row_heights()
12091 bool is_plane1, in dml2_core_calcs_get_dpte_row_height() argument12135 unsigned int BytePerPixel = is_plane1 ? BytePerPixelC : BytePerPixelY; in dml2_core_calcs_get_dpte_row_height()12136 unsigned int BlockHeight256Bytes = is_plane1 ? BlockHeight256BytesC : BlockHeight256BytesY; in dml2_core_calcs_get_dpte_row_height()12137 unsigned int BlockWidth256Bytes = is_plane1 ? BlockWidth256BytesC : BlockWidth256BytesY; in dml2_core_calcs_get_dpte_row_height()12138 unsigned int MacroTileWidth = is_plane1 ? MacroTileWidthC : MacroTileWidthY; in dml2_core_calcs_get_dpte_row_height()12139 unsigned int MacroTileHeight = is_plane1 ? MacroTileHeightC : MacroTileHeightY; in dml2_core_calcs_get_dpte_row_height()12140 …unsigned int PTEBufferSizeInRequests = is_plane1 ? mode_lib->ip.dpte_buffer_size_in_pte_reqs_chrom… in dml2_core_calcs_get_dpte_row_height()12142 DML_LOG_VERBOSE("DML: %s: is_plane1 = %u\n", __func__, is_plane1); in dml2_core_calcs_get_dpte_row_height()