Searched refs:OP_TRUNC (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_target_nvc0.cpp228 { OP_TRUNC, 0x1, 0x1, 0x0, 0x8, 0x1, 0x0 },
479 case OP_TRUNC:
595 case OP_TRUNC:
H A Dnv50_ir_emit_nvc0.cpp803 case OP_TRUNC: i->rnd = f2f ? ROUND_ZI : ROUND_Z; break;
846 if (i->op == OP_CEIL || i->op == OP_FLOOR || i->op == OP_TRUNC) {
1663 case OP_TRUNC:
H A Dnv50_ir_lowering_nvc0.cpp953 bld.mkOp1(OP_TRUNC, TYPE_F32, value, value);
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_target_nvc0.cpp228 { OP_TRUNC, 0x1, 0x1, 0x0, 0x8, 0x1, 0x0 },
479 case OP_TRUNC:
595 case OP_TRUNC:
H A Dnv50_ir_emit_nvc0.cpp803 case OP_TRUNC: i->rnd = f2f ? ROUND_ZI : ROUND_Z; break;
846 if (i->op == OP_CEIL || i->op == OP_FLOOR || i->op == OP_TRUNC) {
1663 case OP_TRUNC:
H A Dnv50_ir_lowering_nvc0.cpp953 bld.mkOp1(OP_TRUNC, TYPE_F32, value, value);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target_nv50.cpp414 case OP_TRUNC:
H A Dnv50_ir_emit_nv50.cpp1109 case OP_TRUNC: rnd = f2f ? ROUND_ZI : ROUND_Z; break;
1607 case OP_TRUNC:
H A Dnv50_ir.h72 OP_TRUNC, enumerator in enum:nv50_ir::operation
H A Dnv50_ir_from_sm4.cpp420 case SM4_OPCODE_ROUND_Z: return OP_TRUNC;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target_nv50.cpp414 case OP_TRUNC:
H A Dnv50_ir_emit_nv50.cpp1109 case OP_TRUNC: rnd = f2f ? ROUND_ZI : ROUND_Z; break;
1607 case OP_TRUNC:
H A Dnv50_ir.h72 OP_TRUNC, enumerator in enum:nv50_ir::operation
H A Dnv50_ir_from_sm4.cpp420 case SM4_OPCODE_ROUND_Z: return OP_TRUNC;

Completed in 208 milliseconds