Home
last modified time | relevance | path

Searched refs:OP_BRKPT (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_target_nv50.cpp127 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART, in initOpInfo()
Dnv50_ir.h100 OP_BRKPT, // breakpoint (not related to loops) enumerator
Dnv50_ir_emit_nv50.cpp1472 case OP_BRKPT: in emitFlow()
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_target_nvc0.cpp276 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART, in initOpInfo()
Dnv50_ir_emit_nvc0.cpp1155 case OP_BRKPT: code[1] = 0xd0000000; mask = 0; break; in emitFlow()
1714 case OP_BRKPT: in emitInstruction()