Home
last modified time | relevance | path

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 Dbrw_nir_lower_storage_image.c90 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 Dnir_format_convert.c143 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 Dnir_format_convert.h100 nir_def *nir_format_bitcast_uvec_unmasked(nir_builder *b, nir_def *src,
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_nir_lower_storage_image.c307 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 Dblorp_blit.c935 color = nir_format_bitcast_uvec_unmasked(b, color, src_bpc, dst_bpc); in bit_cast_color()