Lines Matching defs:mask
351 /* Skip over holes in the write mask */
360 * store. If a component is skipped by the write mask, do a smaller
377 nir_ssa_def *mask = nir_imm_int(b, (1 << substore_num_bits) - 1);
388 mask = nir_ishl(b, mask, shift);
394 store->src[1] = nir_src_for_ssa(nir_inot(b, mask));
513 nir_ssa_def *mask = nir_imm_int(b, (1 << num_bits) - 1);
524 mask = nir_ishl(b, mask, shift);
529 nir_store_shared_masked_dxil(b, vec32, nir_inot(b, mask), index);
536 nir_inot(b, mask),