Searched refs:OP_SUCLAMP (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_nvc0.cpp | 153 { OP_SUCLAMP, 0x0, 0x0, 0x0, 0x0, 0x2, 0x2 }, 376 if (k == 2 && i->op == OP_SUCLAMP) // special case in insnCanLoad()
|
D | nv50_ir_emit_gk110.cpp | 1857 case OP_SUCLAMP: opc1 = 0xb00; opc2 = 0x580; break; in emitSUCalc() 1866 if (i->op == OP_SUCLAMP) { in emitSUCalc() 1890 assert(i->op == OP_SUCLAMP); in emitSUCalc() 2738 case OP_SUCLAMP: in emitInstruction()
|
D | nv50_ir_emit_nvc0.cpp | 2267 case OP_SUCLAMP: opc = HEX64(58000000, 00000004); break; in emitSUCalc() 2276 if (i->op == OP_SUCLAMP) { in emitSUCalc() 2298 assert(i->op == OP_SUCLAMP); in emitSUCalc() 2836 case OP_SUCLAMP: in emitInstruction()
|
D | nv50_ir.h | 140 OP_SUCLAMP, // clamp surface coordinates enumerator
|
D | nv50_ir_lowering_nvc0.cpp | 708 if (s == 2 && i->op == OP_SUCLAMP) in replaceZero() 2030 bld.mkOp3(OP_SUCLAMP, TYPE_S32, src[c], su->getSrc(c), v, zero) in processSurfaceCoordsNVE4() 2042 bld.mkOp3(OP_SUCLAMP, TYPE_S32, src[2], src[2], v, zero) in processSurfaceCoordsNVE4()
|
D | nv50_ir_peephole.cpp | 2392 case OP_SUCLAMP: in visit()
|