HomeSort by relevance Sort by last modified time
    Searched refs:QOP_BRANCH (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/vc4/
vc4_qir.c 89 [QOP_BRANCH] = { "branch", 0, 0, true },
275 if (inst->op == QOP_BRANCH) {
423 if (inst->op == QOP_BRANCH)
431 if (inst->op != QOP_BRANCH) {
vc4_qir.h 182 QOP_BRANCH,
863 struct qinst *inst = qir_inst(QOP_BRANCH, c->undef, c->undef, c->undef);
vc4_qir_schedule.c 473 if (n->inst->op == QOP_BRANCH)
vc4_qpu_emit.c 519 case QOP_BRANCH:

Completed in 1090 milliseconds