Searched refs:QOP_BRANCH (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_qir.c89 [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 Dvc4_qir.h182 QOP_BRANCH, enumerator in enum:qop
834 struct qinst *inst = qir_inst(QOP_BRANCH, c->undef, c->undef, c->undef);
H A Dvc4_qir_schedule.c463 if (n->inst->op == QOP_BRANCH)
H A Dvc4_qpu_emit.c526 case QOP_BRANCH:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_qir.c89 [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 Dvc4_qir.h182 QOP_BRANCH, enumerator in enum:qop
830 struct qinst *inst = qir_inst(QOP_BRANCH, c->undef, c->undef, c->undef);
H A Dvc4_qir_schedule.c463 if (n->inst->op == QOP_BRANCH)
H A Dvc4_qpu_emit.c526 case QOP_BRANCH:

Completed in 11 milliseconds