Searched refs:nir_format_mask_uvec (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_format_convert.h63 nir_format_mask_uvec(nir_builder *b, nir_ssa_def *src, const unsigned *bits) function in typeref:typename:nir_ssa_def *
173 return nir_format_pack_uint_unmasked(b, nir_format_mask_uvec(b, color, bits),
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_format_convert.h54 nir_format_mask_uvec(nir_builder *b, nir_ssa_def *src, const unsigned *bits) function in typeref:typename:nir_ssa_def *
151 return nir_format_pack_uint_unmasked(b, nir_format_mask_uvec(b, color, bits),
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir_lower_image_load_store.c359 color = nir_format_mask_uvec(b, color, lower.bits);
557 color = nir_format_mask_uvec(b, color, image.bits);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir_lower_storage_image.c305 color = nir_format_mask_uvec(b, color, lower.bits);
501 color = nir_format_mask_uvec(b, color, image.bits);

Completed in 8 milliseconds