Searched refs:NV50_IR_SUBOP_BAR_SYNC (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir.h194 #define NV50_IR_SUBOP_BAR_SYNC 0 macro
H A Dnv50_ir_emit_gk110.cpp1449 assert(i->subOp == NV50_IR_SUBOP_BAR_SYNC);
H A Dnv50_ir_emit_nv50.cpp1802 if (i->subOp == NV50_IR_SUBOP_BAR_SYNC)
H A Dnv50_ir_emit_gm107.cpp3110 assert(insn->subOp == NV50_IR_SUBOP_BAR_SYNC);
H A Dnv50_ir_emit_nvc0.cpp1548 assert(i->subOp == NV50_IR_SUBOP_BAR_SYNC);
H A Dnv50_ir_from_nir.cpp2589 bar->subOp = NV50_IR_SUBOP_BAR_SYNC;
H A Dnv50_ir_lowering_nvc0.cpp838 if (i->op == OP_BAR && i->subOp == NV50_IR_SUBOP_BAR_SYNC &&
H A Dnv50_ir_from_tgsi.cpp3758 geni->subOp = NV50_IR_SUBOP_BAR_SYNC;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir.h201 #define NV50_IR_SUBOP_BAR_SYNC 0 macro
H A Dnv50_ir_emit_gv100.cpp1578 assert(insn->subOp == NV50_IR_SUBOP_BAR_SYNC);
H A Dnv50_ir_emit_gk110.cpp1456 assert(i->subOp == NV50_IR_SUBOP_BAR_SYNC);
H A Dnv50_ir_emit_nv50.cpp1880 if (i->subOp == NV50_IR_SUBOP_BAR_SYNC)
H A Dnv50_ir_emit_gm107.cpp3175 assert(insn->subOp == NV50_IR_SUBOP_BAR_SYNC);
H A Dnv50_ir_emit_nvc0.cpp1555 assert(i->subOp == NV50_IR_SUBOP_BAR_SYNC);
H A Dnv50_ir_from_nir.cpp2327 bar->subOp = NV50_IR_SUBOP_BAR_SYNC;
H A Dnv50_ir_lowering_nv50.cpp1652 i->subOp = NV50_IR_SUBOP_BAR_SYNC;
H A Dnv50_ir_from_tgsi.cpp3790 geni->subOp = NV50_IR_SUBOP_BAR_SYNC;
H A Dnv50_ir_lowering_nvc0.cpp849 if (i->op == OP_BAR && i->subOp == NV50_IR_SUBOP_BAR_SYNC &&

Completed in 64 milliseconds