Lines Matching defs:qregs
724 struct qreg *qregs = ralloc_array(c->def_ht, struct qreg,
726 _mesa_hash_table_insert(c->def_ht, def, qregs);
727 return qregs;
783 struct qreg *qregs;
788 qregs = entry->data;
790 qregs = ntq_init_ssa_def(c, &dest->ssa);
792 qregs[chan] = result;
799 struct qreg *qregs = entry->data;
814 last_inst->dst.index = qregs[chan].index;
820 last_inst->dst.index = qregs[chan].index;
871 struct qreg *qregs = entry->data;
872 return qregs[i];
2499 struct qreg *qregs = ralloc_array(c->def_ht, struct qreg,
2503 _mesa_hash_table_insert(c->def_ht, nir_reg, qregs);
2506 qregs[i] = vir_get_temp(c);
2517 struct qreg *qregs = ntq_init_ssa_def(c, &instr->def);
2519 qregs[i] = vir_uniform_ui(c, instr->value[i].u32);
2521 _mesa_hash_table_insert(c->def_ht, &instr->def, qregs);