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

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_target_nv50.cpp 128 OP_DISCARD, OP_CONT, OP_BREAK, OP_PRECONT, OP_PREBREAK, OP_PRERET,
135 OP_CALL, OP_PREBREAK, OP_PRERET, OP_QUADON, OP_QUADPOP, OP_JOINAT,
423 case OP_PRERET:
nv50_ir_target_nvc0.cpp 175 OP_DISCARD, OP_CONT, OP_BREAK, OP_PRECONT, OP_PREBREAK, OP_PRERET,
183 OP_CALL, OP_PRERET, OP_QUADON, OP_QUADPOP,
nv50_ir_lowering_nv50.cpp 282 Instruction *skip = new_FlowInstruction(func, OP_PRERET, bbT);
283 Instruction *call = new_FlowInstruction(func, OP_PRERET, bbE);
305 if (i->op == OP_PRERET && prog->getTarget()->getChipset() < 0xa0) {
    [all...]
nv50_ir.h 99 OP_PRERET,
    [all...]
nv50_ir_emit_gk110.cpp     [all...]
nv50_ir_emit_nv50.cpp     [all...]
nv50_ir_emit_nvc0.cpp     [all...]
nv50_ir_from_tgsi.cpp     [all...]
nv50_ir_emit_gm107.cpp     [all...]

Completed in 57 milliseconds