Home
last modified time | relevance | path

Searched refs:OP_SUSTP (Results 1 – 15 of 15) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_gm107.cpp209 case OP_SUSTP: in getLatency()
302 case OP_SUSTP: in getReadLatency()
Dnv50_ir_target_nvc0.cpp152 { OP_SUSTP, 0x0, 0x0, 0x0, 0x0, 0x2, 0x0 },
162 { OP_SUSTP, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4 },
212 OP_QUADON, OP_QUADPOP, OP_TEXBAR, OP_SUSTB, OP_SUSTP, OP_SUREDP, in initOpInfo()
Dnv50_ir_emit_gk110.cpp1778 assert(i->op == OP_SUSTP); in emitSUSTGx()
1786 if (i->op == OP_SUSTP) in emitSUSTGx()
1800 if (i->op == OP_SUSTP) in emitSUSTGx()
2741 case OP_SUSTP: in emitInstruction()
Dnv50_ir_target_nv50.cpp129 OP_QUADON, OP_QUADPOP, OP_TEXBAR, OP_SUSTB, OP_SUSTP, OP_SUREDP, in initOpInfo()
Dnv50_ir_lowering_nvc0.cpp2173 if (su->op != OP_SUSTP && su->tex.format) { in processSurfaceCoordsNVE4()
2382 if (su->op == OP_SUSTB || su->op == OP_SUSTP) in handleSurfaceOpNVE4()
2519 if (su->op != OP_SUSTP && su->tex.format) { in processSurfaceCoordsNVC0()
2608 case OP_SUSTP: in processSurfaceCoordsGM107()
2653 if (su->op != OP_SUSTP && su->tex.format) { in processSurfaceCoordsGM107()
3354 case OP_SUSTP: in visit()
Dnv50_ir_target_gv100.cpp391 case OP_SUSTP: return &opInfo_SUST; in getOpInfo()
Dnv50_ir_ra.cpp2379 case OP_SUSTP: in texConstraintGM107()
2436 if (tex->op == OP_SUSTB || tex->op == OP_SUSTP) { in texConstraintNVE0()
2469 if (tex->op == OP_SUSTB || tex->op == OP_SUSTP) in texConstraintNVC0()
Dnv50_ir_emit_nvc0.cpp2377 if (i->op == OP_SUSTP) in emitSUSTGx()
2472 if (i->op == OP_SUSTP) in emitSUSTx()
2857 case OP_SUSTP: in emitInstruction()
Dnv50_ir.h135 OP_SUSTP, // surface store (formatted) enumerator
Dnv50_ir_emit_gv100.cpp1982 case OP_SUSTP: in emitInstruction()
Dnv50_ir_lowering_nv50.cpp2235 case OP_SUSTP: in visit()
Dnv50_ir_emit_gm107.cpp3749 case OP_SUSTP: in emitInstruction()
Dnv50_ir_from_nir.cpp574 return OP_SUSTP; in getOperation()
Dnv50_ir_from_tgsi.cpp2858 mkTex(OP_SUSTP, tgsi.getImageTarget(), 0, 0, dummy, src); in handleSTORE()
Dnv50_ir_peephole.cpp69 op == OP_SUSTB || op == OP_SUSTP || op == OP_SUREDP || op == OP_SUREDB || in isDead()