Home
last modified time | relevance | path

Searched refs:util_format_get_last_component (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/util/format/
Du_format.h1622 unsigned util_format_get_last_component(enum pipe_format format);
Du_format.c1473 util_format_get_last_component(enum pipe_format format) in util_format_get_last_component() function
/external/mesa3d/src/amd/common/nir/
Dac_nir_meta_cs_blit.c1106 key.last_dst_channel = util_format_get_last_component(blit->dst.format); in ac_prepare_compute_blit()
1136 key.last_src_channel = MIN2(util_format_get_last_component(blit->src.format), in ac_prepare_compute_blit()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_blit.c1325 key.last_dst_channel = util_format_get_last_component(info->dst.format); in si_gfx_blit()
1326 key.last_src_channel = util_format_get_last_component(info->src.format); in si_gfx_blit()