Searched refs:nir_mask_shift (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_format_convert.h | 40 nir_mask_shift(struct nir_builder *b, nir_ssa_def *src, in nir_mask_shift() function 50 return nir_ior(b, nir_mask_shift(b, src, src_mask, src_left_shift), dst); in nir_mask_shift_or() 350 chans[0] = nir_mask_shift(b, packed, 0x000007ff, 4); in nir_format_unpack_11f11f10f() 351 chans[1] = nir_mask_shift(b, packed, 0x003ff800, -7); in nir_format_unpack_11f11f10f() 352 chans[2] = nir_mask_shift(b, packed, 0xffc00000, -17); in nir_format_unpack_11f11f10f()
|