Home
last modified time | relevance | path

Searched refs:OP_SUSTB (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_target_gm107.cpp208 case OP_SUSTB: in getLatency()
301 case OP_SUSTB: in getReadLatency()
Dnv50_ir_target_nvc0.cpp151 { OP_SUSTB, 0x0, 0x0, 0x0, 0x0, 0x2, 0x0 },
161 { OP_SUSTB, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4 },
212 OP_QUADON, OP_QUADPOP, OP_TEXBAR, OP_SUSTB, OP_SUSTP, OP_SUREDP, in initOpInfo()
Dnv50_ir_target_nv50.cpp129 OP_QUADON, OP_QUADPOP, OP_TEXBAR, OP_SUSTB, OP_SUSTP, OP_SUREDP, in initOpInfo()
Dnv50_ir_target_gv100.cpp390 case OP_SUSTB: in getOpInfo()
Dnv50_ir_emit_gv100.cpp1554 if (insn->op == OP_SUSTB) in emitSUST()
2008 case OP_SUSTB: in emitInstruction()
Dnv50_ir_ra.cpp2390 case OP_SUSTB: in texConstraintGM107()
2448 if (tex->op == OP_SUSTB || tex->op == OP_SUSTP) { in texConstraintNVE0()
2481 if (tex->op == OP_SUSTB || tex->op == OP_SUSTP) in texConstraintNVC0()
Dnv50_ir.h134 OP_SUSTB, // surface store (raw) enumerator
Dnv50_ir_lowering_nvc0.cpp2003 su->op == OP_SULDB || su->op == OP_SUSTB || su->op == OP_SUREDB; in processSurfaceCoordsNVE4()
2394 if (su->op == OP_SUSTB || su->op == OP_SUSTP) in handleSurfaceOpNVE4()
3368 case OP_SUSTB: in visit()
Dnv50_ir_emit_gm107.cpp3310 if (insn->op == OP_SUSTB) in emitSUSTx()
3748 case OP_SUSTB: in emitInstruction()
Dnv50_ir_emit_gk110.cpp2740 case OP_SUSTB: in emitInstruction()
Dnv50_ir_emit_nvc0.cpp2856 case OP_SUSTB: in emitInstruction()
Dnv50_ir_peephole.cpp69 op == OP_SUSTB || op == OP_SUSTP || op == OP_SUREDP || op == OP_SUREDB || in isDead()