Home
last modified time | relevance | path

Searched refs:nir_format_bitcast_uvec_unmasked (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_lower_storage_image.c308 color = nir_format_bitcast_uvec_unmasked(b, color, lower.bits[0], in convert_color_for_load()
511 color = nir_format_bitcast_uvec_unmasked(b, color, image.bits[0], in convert_color_for_store()
/third_party/mesa3d/src/compiler/nir/
Dnir_format_convert.h178 nir_format_bitcast_uvec_unmasked(nir_builder *b, nir_ssa_def *src, in nir_format_bitcast_uvec_unmasked() function
/third_party/mesa3d/src/intel/blorp/
Dblorp_blit.c946 color = nir_format_bitcast_uvec_unmasked(b, color, src_bpc, dst_bpc); in bit_cast_color()