Home
last modified time | relevance | path

Searched refs:nir_format_mask_uvec (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_format_convert.h54 nir_format_mask_uvec(nir_builder *b, nir_ssa_def *src, const unsigned *bits) in nir_format_mask_uvec() function
151 return nir_format_pack_uint_unmasked(b, nir_format_mask_uvec(b, color, bits), in nir_format_pack_uint()
/external/mesa3d/src/intel/compiler/
Dbrw_nir_lower_image_load_store.c305 color = nir_format_mask_uvec(b, color, lower.bits); in convert_color_for_load()
503 color = nir_format_mask_uvec(b, color, image.bits); in convert_color_for_store()