Home
last modified time | relevance | path

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

/external/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.cpp1771 assert(i->op == OP_SUSTP); in emitSUSTGx()
1779 if (i->op == OP_SUSTP) in emitSUSTGx()
1793 if (i->op == OP_SUSTP) in emitSUSTGx()
2734 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.cpp2172 if (su->op != OP_SUSTP && su->tex.format) { in processSurfaceCoordsNVE4()
2381 if (su->op == OP_SUSTB || su->op == OP_SUSTP) in handleSurfaceOpNVE4()
2432 if (su->op != OP_SUSTP && su->tex.format) { in processSurfaceCoordsNVC0()
2521 case OP_SUSTP: in processSurfaceCoordsGM107()
2566 if (su->op != OP_SUSTP && su->tex.format) { in processSurfaceCoordsGM107()
3265 case OP_SUSTP: in visit()
Dnv50_ir_target_gv100.cpp391 case OP_SUSTP: return &opInfo_SUST; in getOpInfo()
Dnv50_ir_ra.cpp2375 case OP_SUSTP: in texConstraintGM107()
2432 if (tex->op == OP_SUSTB || tex->op == OP_SUSTP) { in texConstraintNVE0()
2465 if (tex->op == OP_SUSTB || tex->op == OP_SUSTP) in texConstraintNVC0()
Dnv50_ir_emit_nvc0.cpp2370 if (i->op == OP_SUSTP) in emitSUSTGx()
2465 if (i->op == OP_SUSTP) in emitSUSTx()
2850 case OP_SUSTP: in emitInstruction()
Dnv50_ir.h135 OP_SUSTP, // surface store (formatted) enumerator
Dnv50_ir_emit_gv100.cpp1937 case OP_SUSTP: in emitInstruction()
Dnv50_ir_emit_gm107.cpp3740 case OP_SUSTP: in emitInstruction()
Dnv50_ir_from_nir.cpp572 return OP_SUSTP; in getOperation()
Dnv50_ir_from_tgsi.cpp2810 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()