Searched refs:nir_format_mask_uvec (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_format_convert.h | 54 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/ |
D | brw_nir_lower_image_load_store.c | 305 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()
|