Searched refs:nir_format_bitcast_uvec_unmasked (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_nir_lower_storage_image.c | 90 color = nir_format_bitcast_uvec_unmasked(b, color, lower.bits[0], in convert_color_for_load() 261 color = nir_format_bitcast_uvec_unmasked(b, color, image.bits[0], in convert_color_for_store()
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_format_convert.c | 143 nir_format_bitcast_uvec_unmasked(nir_builder *b, nir_def *src, in nir_format_bitcast_uvec_unmasked() function 540 unpacked = nir_format_bitcast_uvec_unmasked(b, packed, 32, bits); in nir_format_unpack_rgba() 762 return nir_format_bitcast_uvec_unmasked(b, encoded, bits, 32); in nir_format_pack_rgba()
|
H A D | nir_format_convert.h | 100 nir_def *nir_format_bitcast_uvec_unmasked(nir_builder *b, nir_def *src,
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/ |
H A D | elk_nir_lower_storage_image.c | 307 color = nir_format_bitcast_uvec_unmasked(b, color, lower.bits[0], in convert_color_for_load() 533 color = nir_format_bitcast_uvec_unmasked(b, color, image.bits[0], in convert_color_for_store()
|
/aosp_15_r20/external/mesa3d/src/intel/blorp/ |
H A D | blorp_blit.c | 935 color = nir_format_bitcast_uvec_unmasked(b, color, src_bpc, dst_bpc); in bit_cast_color()
|