Searched refs:OP_SUSTP (Results 1 – 14 of 14) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_gm107.cpp | 209 case OP_SUSTP: in getLatency() 302 case OP_SUSTP: in getReadLatency()
|
D | nv50_ir_target_nvc0.cpp | 152 { 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()
|
D | nv50_ir_emit_gk110.cpp | 1771 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()
|
D | nv50_ir_target_nv50.cpp | 129 OP_QUADON, OP_QUADPOP, OP_TEXBAR, OP_SUSTB, OP_SUSTP, OP_SUREDP, in initOpInfo()
|
D | nv50_ir_lowering_nvc0.cpp | 2172 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()
|
D | nv50_ir_target_gv100.cpp | 391 case OP_SUSTP: return &opInfo_SUST; in getOpInfo()
|
D | nv50_ir_ra.cpp | 2375 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()
|
D | nv50_ir_emit_nvc0.cpp | 2370 if (i->op == OP_SUSTP) in emitSUSTGx() 2465 if (i->op == OP_SUSTP) in emitSUSTx() 2850 case OP_SUSTP: in emitInstruction()
|
D | nv50_ir.h | 135 OP_SUSTP, // surface store (formatted) enumerator
|
D | nv50_ir_emit_gv100.cpp | 1937 case OP_SUSTP: in emitInstruction()
|
D | nv50_ir_emit_gm107.cpp | 3740 case OP_SUSTP: in emitInstruction()
|
D | nv50_ir_from_nir.cpp | 572 return OP_SUSTP; in getOperation()
|
D | nv50_ir_from_tgsi.cpp | 2810 mkTex(OP_SUSTP, tgsi.getImageTarget(), 0, 0, dummy, src); in handleSTORE()
|
D | nv50_ir_peephole.cpp | 69 op == OP_SUSTB || op == OP_SUSTP || op == OP_SUREDP || op == OP_SUREDB || in isDead()
|