Searched refs:OP_SUCLAMP (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target_nvc0.cpp153 { OP_SUCLAMP, 0x0, 0x0, 0x0, 0x0, 0x2, 0x2 },
376 if (k == 2 && i->op == OP_SUCLAMP) // special case
H A Dnv50_ir_emit_gk110.cpp1857 case OP_SUCLAMP: opc1 = 0xb00; opc2 = 0x580; break;
1866 if (i->op == OP_SUCLAMP) {
1890 assert(i->op == OP_SUCLAMP);
2738 case OP_SUCLAMP:
H A Dnv50_ir.h137 OP_SUCLAMP, // clamp surface coordinates enumerator in enum:nv50_ir::operation
H A Dnv50_ir_emit_nvc0.cpp2267 case OP_SUCLAMP: opc = HEX64(58000000, 00000004); break;
2276 if (i->op == OP_SUCLAMP) {
2298 assert(i->op == OP_SUCLAMP);
2836 case OP_SUCLAMP:
H A Dnv50_ir_lowering_nvc0.cpp697 if (s == 2 && i->op == OP_SUCLAMP)
2010 bld.mkOp3(OP_SUCLAMP, TYPE_S32, src[c], su->getSrc(c), v, zero)
2022 bld.mkOp3(OP_SUCLAMP, TYPE_S32, src[2], src[2], v, zero)
H A Dnv50_ir_peephole.cpp2356 case OP_SUCLAMP:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target_nvc0.cpp153 { OP_SUCLAMP, 0x0, 0x0, 0x0, 0x0, 0x2, 0x2 },
380 if (k == 2 && i->op == OP_SUCLAMP) // special case
H A Dnv50_ir_emit_gk110.cpp1864 case OP_SUCLAMP: opc1 = 0xb00; opc2 = 0x580; break;
1873 if (i->op == OP_SUCLAMP) {
1897 assert(i->op == OP_SUCLAMP);
2745 case OP_SUCLAMP:
H A Dnv50_ir.h140 OP_SUCLAMP, // clamp surface coordinates enumerator in enum:nv50_ir::operation
H A Dnv50_ir_emit_nvc0.cpp2274 case OP_SUCLAMP: opc = HEX64(58000000, 00000004); break;
2283 if (i->op == OP_SUCLAMP) {
2305 assert(i->op == OP_SUCLAMP);
2843 case OP_SUCLAMP:
H A Dnv50_ir_lowering_nvc0.cpp708 if (s == 2 && i->op == OP_SUCLAMP)
2031 bld.mkOp3(OP_SUCLAMP, TYPE_S32, src[c], su->getSrc(c), v, zero)
2043 bld.mkOp3(OP_SUCLAMP, TYPE_S32, src[2], src[2], v, zero)
H A Dnv50_ir_peephole.cpp2409 case OP_SUCLAMP:

Completed in 41 milliseconds