Lines Matching defs:mask
450 * splitting) to these so we need to copy the existing mask
451 * otherwise we will mess up the mask for things like partially
1643 uint64_t mask = u_bit_consecutive64(0, slots);
1644 return mask;
1657 uint64_t mask = get_linked_variable_io_mask(variable, producer->info.stage);
1661 producer_patch_output_mask |= mask << loc;
1663 producer_output_mask |= mask << loc;
1670 uint64_t mask = get_linked_variable_io_mask(variable, consumer->info.stage);
1674 consumer_patch_input_mask |= mask << loc;
1676 consumer_input_mask |= mask << loc;