Searched refs:nir_mask_shift (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_format_convert.h49 nir_mask_shift(struct nir_builder *b, nir_ssa_def *src, function in typeref:typename:nir_ssa_def *
59 return nir_ior(b, nir_mask_shift(b, src, src_mask, src_left_shift), dst);
372 chans[0] = nir_mask_shift(b, packed, 0x000007ff, 4);
373 chans[1] = nir_mask_shift(b, packed, 0x003ff800, -7);
374 chans[2] = nir_mask_shift(b, packed, 0xffc00000, -17);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_format_convert.h40 nir_mask_shift(struct nir_builder *b, nir_ssa_def *src, function in typeref:typename:nir_ssa_def *
50 return nir_ior(b, nir_mask_shift(b, src, src_mask, src_left_shift), dst);
350 chans[0] = nir_mask_shift(b, packed, 0x000007ff, 4);
351 chans[1] = nir_mask_shift(b, packed, 0x003ff800, -7);
352 chans[2] = nir_mask_shift(b, packed, 0xffc00000, -17);

Completed in 4 milliseconds