Searched refs:QOP_BRANCH (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_qir.c | 89 [QOP_BRANCH] = { "branch", 0, 0, true }, 275 if (inst->op == QOP_BRANCH) { 469 if (inst->op == QOP_BRANCH) 477 if (inst->op != QOP_BRANCH) {
|
| H A D | vc4_qir.h | 182 QOP_BRANCH, enumerator in enum:qop 834 struct qinst *inst = qir_inst(QOP_BRANCH, c->undef, c->undef, c->undef);
|
| H A D | vc4_qir_schedule.c | 463 if (n->inst->op == QOP_BRANCH)
|
| H A D | vc4_qpu_emit.c | 526 case QOP_BRANCH:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_qir.c | 89 [QOP_BRANCH] = { "branch", 0, 0, true }, 275 if (inst->op == QOP_BRANCH) { 469 if (inst->op == QOP_BRANCH) 477 if (inst->op != QOP_BRANCH) {
|
| H A D | vc4_qir.h | 182 QOP_BRANCH, enumerator in enum:qop 830 struct qinst *inst = qir_inst(QOP_BRANCH, c->undef, c->undef, c->undef);
|
| H A D | vc4_qir_schedule.c | 463 if (n->inst->op == QOP_BRANCH)
|
| H A D | vc4_qpu_emit.c | 526 case QOP_BRANCH:
|
Completed in 11 milliseconds