Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_gm107.cpp201 case OP_SUSTP: in getLatency()
289 case OP_SUSTP: in getReadLatency()
Dnv50_ir_target_nvc0.cpp149 { OP_SUSTP, 0x0, 0x0, 0x0, 0x0, 0x2, 0x0 },
177 OP_QUADON, OP_QUADPOP, OP_TEXBAR, OP_SUSTB, OP_SUSTP, OP_SUREDP, in initOpInfo()
Dnv50_ir_emit_gk110.cpp1767 assert(i->op == OP_SUSTP); in emitSUSTGx()
1775 if (i->op == OP_SUSTP) in emitSUSTGx()
1789 if (i->op == OP_SUSTP) in emitSUSTGx()
2729 case OP_SUSTP: in emitInstruction()
Dnv50_ir_target_nv50.cpp130 OP_QUADON, OP_QUADPOP, OP_TEXBAR, OP_SUSTB, OP_SUSTP, OP_SUREDP, in initOpInfo()
Dnv50_ir_lowering_nvc0.cpp2051 if (su->op != OP_SUSTP && su->tex.format) { in processSurfaceCoordsNVE4()
2220 if (su->op == OP_SUSTB || su->op == OP_SUSTP) in handleSurfaceOpNVE4()
2271 if (su->op != OP_SUSTP && su->tex.format) { in processSurfaceCoordsNVC0()
2353 case OP_SUSTP: in processSurfaceCoordsGM107()
2370 if (su->op != OP_SUSTP && su->tex.format) { in processSurfaceCoordsGM107()
2904 case OP_SUSTP: in visit()
Dnv50_ir_ra.cpp2105 case OP_SUSTP: in texConstraintGM107()
2152 if (tex->op == OP_SUSTB || tex->op == OP_SUSTP) { in texConstraintNVE0()
2181 if (tex->op == OP_SUSTB || tex->op == OP_SUSTP) in texConstraintNVC0()
Dnv50_ir.h129 OP_SUSTP, // surface store (formatted) enumerator
Dnv50_ir_emit_nvc0.cpp2363 if (i->op == OP_SUSTP) in emitSUSTGx()
2458 if (i->op == OP_SUSTP) in emitSUSTx()
2843 case OP_SUSTP: in emitInstruction()
Dnv50_ir_emit_gm107.cpp3445 case OP_SUSTP: in emitInstruction()
Dnv50_ir_from_tgsi.cpp2870 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()