Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_gm107.cpp297 case OP_SULDB: in getReadLatency()
Dnv50_ir_target_nvc0.cpp150 { OP_SULDB, 0x0, 0x0, 0x0, 0x0, 0x2, 0x0 },
159 { OP_SULDB, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2 },
Dnv50_ir_emit_gv100.cpp1355 assert(insn->op >= OP_SULDB && insn->op <= OP_SUREDP); in emitSUHandle()
1375 assert(insn->op >= OP_SULDB && insn->op <= OP_SUREDP); in emitSUTarget()
1447 if (insn->op == OP_SULDB) { in emitSULD()
1928 case OP_SULDB: in emitInstruction()
Dnv50_ir_inlines.h51 return (op >= OP_SULDB && op <= OP_SULEA) || (op == OP_SUQ); in isSurfaceOp()
Dnv50_ir_target_gv100.cpp386 case OP_SULDB: in getOpInfo()
Dnv50_ir_emit_gm107.cpp3257 assert(insn->op >= OP_SULDB && insn->op <= OP_SUREDP); in emitSUTarget()
3283 assert(insn->op >= OP_SULDB && insn->op <= OP_SUREDP); in emitSUHandle()
3320 if (insn->op == OP_SULDB) in emitSULDx()
3743 case OP_SULDB: in emitInstruction()
Dnv50_ir.h132 OP_SULDB, // surface load (raw) enumerator
Dnv50_ir_lowering_nvc0.cpp1992 su->op == OP_SULDB || su->op == OP_SUSTB || su->op == OP_SUREDB; in processSurfaceCoordsNVE4()
2236 su->op = OP_SULDB; in convertSurfaceFormat()
3262 case OP_SULDB: in visit()
Dnv50_ir_emit_gk110.cpp2730 case OP_SULDB: in emitInstruction()
Dnv50_ir_emit_nvc0.cpp2843 case OP_SULDB: in emitInstruction()