Searched defs:qregs (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/broadcom/compiler/ |
D | nir_to_vir.c | 129 struct qreg *qregs = ralloc_array(c->def_ht, struct qreg, in ntq_init_ssa_def() local 165 struct qreg *qregs; in ntq_store_dest() local 181 struct qreg *qregs = entry->data; in ntq_store_dest() local 231 struct qreg *qregs = entry->data; in ntq_get_src() local 1396 struct qreg *qregs = ralloc_array(c->def_ht, struct qreg, in ntq_setup_registers() local 1410 struct qreg *qregs = ntq_init_ssa_def(c, &instr->def); in ntq_emit_load_const() local 1420 struct qreg *qregs = ntq_init_ssa_def(c, &instr->def); in ntq_emit_ssa_undef() local
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_program.c | 163 struct qreg *qregs = ralloc_array(c->def_ht, struct qreg, in ntq_init_ssa_def() local 199 struct qreg *qregs; in ntq_store_dest() local 215 struct qreg *qregs = entry->data; in ntq_store_dest() local 253 struct qreg *qregs = ntq_init_ssa_def(c, &dest->ssa); in ntq_get_dest() local 282 struct qreg *qregs = entry->data; in ntq_get_src() local 1681 struct qreg *qregs = ralloc_array(c->def_ht, struct qreg, in ntq_setup_registers() local 1695 struct qreg *qregs = ntq_init_ssa_def(c, &instr->def); in ntq_emit_load_const() local 1705 struct qreg *qregs = ntq_init_ssa_def(c, &instr->def); in ntq_emit_ssa_undef() local
|