Searched refs:OP_SUSTP (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_gm107.cpp | 201 case OP_SUSTP: in getLatency() 289 case OP_SUSTP: in getReadLatency()
|
D | nv50_ir_target_nvc0.cpp | 149 { OP_SUSTP, 0x0, 0x0, 0x0, 0x0, 0x2, 0x0 }, 177 OP_QUADON, OP_QUADPOP, OP_TEXBAR, OP_SUSTB, OP_SUSTP, OP_SUREDP, in initOpInfo()
|
D | nv50_ir_emit_gk110.cpp | 1767 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()
|
D | nv50_ir_target_nv50.cpp | 130 OP_QUADON, OP_QUADPOP, OP_TEXBAR, OP_SUSTB, OP_SUSTP, OP_SUREDP, in initOpInfo()
|
D | nv50_ir_lowering_nvc0.cpp | 2051 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()
|
D | nv50_ir_ra.cpp | 2105 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()
|
D | nv50_ir.h | 129 OP_SUSTP, // surface store (formatted) enumerator
|
D | nv50_ir_emit_nvc0.cpp | 2363 if (i->op == OP_SUSTP) in emitSUSTGx() 2458 if (i->op == OP_SUSTP) in emitSUSTx() 2843 case OP_SUSTP: in emitInstruction()
|
D | nv50_ir_emit_gm107.cpp | 3445 case OP_SUSTP: in emitInstruction()
|
D | nv50_ir_from_tgsi.cpp | 2870 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()
|