Searched refs:OP_SUSTB (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_target_gm107.cpp | 208 case OP_SUSTB: in getLatency() 301 case OP_SUSTB: in getReadLatency()
|
D | nv50_ir_target_nvc0.cpp | 151 { 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()
|
D | nv50_ir_target_nv50.cpp | 129 OP_QUADON, OP_QUADPOP, OP_TEXBAR, OP_SUSTB, OP_SUSTP, OP_SUREDP, in initOpInfo()
|
D | nv50_ir_target_gv100.cpp | 390 case OP_SUSTB: in getOpInfo()
|
D | nv50_ir_emit_gv100.cpp | 1554 if (insn->op == OP_SUSTB) in emitSUST() 2008 case OP_SUSTB: in emitInstruction()
|
D | nv50_ir_ra.cpp | 2390 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()
|
D | nv50_ir.h | 134 OP_SUSTB, // surface store (raw) enumerator
|
D | nv50_ir_lowering_nvc0.cpp | 2003 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()
|
D | nv50_ir_emit_gm107.cpp | 3310 if (insn->op == OP_SUSTB) in emitSUSTx() 3748 case OP_SUSTB: in emitInstruction()
|
D | nv50_ir_emit_gk110.cpp | 2740 case OP_SUSTB: in emitInstruction()
|
D | nv50_ir_emit_nvc0.cpp | 2856 case OP_SUSTB: in emitInstruction()
|
D | nv50_ir_peephole.cpp | 69 op == OP_SUSTB || op == OP_SUSTP || op == OP_SUREDP || op == OP_SUREDB || in isDead()
|