Lines Matching defs:qregs
163 struct qreg *qregs = ralloc_array(c->def_ht, struct qreg,
165 _mesa_hash_table_insert(c->def_ht, def, qregs);
166 return qregs;
199 struct qreg *qregs;
204 qregs = entry->data;
206 qregs = ntq_init_ssa_def(c, &dest->ssa);
208 qregs[chan] = result;
215 struct qreg *qregs = entry->data;
227 last_inst->dst.index = qregs[chan].index;
233 last_inst->dst.index = qregs[chan].index;
264 struct qreg *qregs = entry->data;
265 return qregs[i];
1642 struct qreg *qregs = ralloc_array(c->def_ht, struct qreg,
1646 _mesa_hash_table_insert(c->def_ht, nir_reg, qregs);
1649 qregs[i] = qir_get_temp(c);
1656 struct qreg *qregs = ntq_init_ssa_def(c, &instr->def);
1658 qregs[i] = qir_uniform_ui(c, instr->value[i].u32);
1660 _mesa_hash_table_insert(c->def_ht, &instr->def, qregs);
1666 struct qreg *qregs = ntq_init_ssa_def(c, &instr->def);
1672 qregs[i] = qir_uniform_ui(c, 0);