Lines Matching defs:mask
1264 swizzle->mask.x);
1756 /* correct component and mask because they are 0 for struct */
1929 swizzle->mask.x, swizzle->mask.y, swizzle->mask.z, swizzle->mask.w
2393 unsigned swizzle[4] = { ir->mask.x, ir->mask.y, ir->mask.z, ir->mask.w };
2688 unsigned mask = BITFIELD_MASK(load->num_components - 1);
2689 ssa = nir_channels(&b, load, mask);