Searched defs:qregs (Results 1 – 2 of 2) sorted by relevance
/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 1673 struct qreg *qregs = ralloc_array(c->def_ht, struct qreg, in ntq_setup_registers() local 1687 struct qreg *qregs = ntq_init_ssa_def(c, &instr->def); in ntq_emit_load_const() local 1697 struct qreg *qregs = ntq_init_ssa_def(c, &instr->def); in ntq_emit_ssa_undef() local
|
/external/mesa3d/src/broadcom/compiler/ |
D | nir_to_vir.c | 436 struct qreg *qregs = ralloc_array(c->def_ht, struct qreg, in ntq_init_ssa_def() local 485 struct qreg *qregs; in ntq_store_dest() local 501 struct qreg *qregs = entry->data; in ntq_store_dest() local 550 struct qreg *qregs = entry->data; in ntq_get_src() local 1848 struct qreg *qregs = ralloc_array(c->def_ht, struct qreg, in ntq_setup_registers() local 1866 struct qreg *qregs = ntq_init_ssa_def(c, &instr->def); in ntq_emit_load_const() local 1876 struct qreg *qregs = ntq_init_ssa_def(c, &instr->def); in ntq_emit_ssa_undef() local
|