Lines Matching defs:patch
509 unsigned slot, unsigned slot_frac, nir_variable_mode mode, bool patch)
522 var->data.patch = info->slots[slot].patch;
524 if (patch)
535 unsigned slot, nir_variable_mode mode, bool patch)
539 create_varying_from_info(nir, info, slot, u_bit_scan(&mask), mode, patch);
544 nir_variable_mode modes, uint64_t mask, bool patch)
549 if (patch ^ is_generic_patch)
566 info->slots[slot].patch = var->data.patch;