Home
last modified time | relevance | path

Searched refs:OP_SULDB (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_gm107.cpp284 case OP_SULDB: in getReadLatency()
Dnv50_ir_inlines.h51 return (op >= OP_SULDB && op <= OP_SULEA) || (op == OP_SUQ); in isSurfaceOp()
Dnv50_ir_target_nvc0.cpp147 { OP_SULDB, 0x0, 0x0, 0x0, 0x0, 0x2, 0x0 },
Dnv50_ir_emit_gm107.cpp2888 assert(insn->op >= OP_SULDB && insn->op <= OP_SUREDP); in emitSUTarget()
2914 assert(insn->op >= OP_SULDB && insn->op <= OP_SUREDP); in emitSUHandle()
2951 if (insn->op == OP_SULDB) in emitSULDx()
3342 case OP_SULDB: in emitInstruction()
Dnv50_ir.h126 OP_SULDB, // surface load (raw) enumerator
Dnv50_ir_lowering_nvc0.cpp1698 su->op == OP_SULDB || su->op == OP_SUSTB || su->op == OP_SUREDB; in processSurfaceCoordsNVE4()
1935 su->op = OP_SULDB; in convertSurfaceFormat()
2721 case OP_SULDB: in visit()
Dnv50_ir_emit_gk110.cpp2603 case OP_SULDB: in emitInstruction()
Dnv50_ir_emit_nvc0.cpp2744 case OP_SULDB: in emitInstruction()