Home
last modified time | relevance | path

Searched refs:RoundMode (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dsimdlib.hpp205 using RoundMode = typename Traits::RoundMode; typedef
223 using RoundMode = typename SIMD_T::RoundMode; typedef
Dsimdlib_types.hpp112 enum class RoundMode enum
139 using RoundMode = SIMDImpl::RoundMode; typedef
Dsimdlib_interface.hpp59 enum class RoundMode
86 template <RoundMode RMT>
Dsimd16intrin.h87 #define _simd16_round_ps(a, mode) SIMD16::round_ps<SIMD16::RoundMode(mode)>(a)
Dsimdlib_128_avx.inl108 template <RoundMode RMT>
116 return round_ps<RoundMode::CEIL_NOEXC>(a);
120 return round_ps<RoundMode::FLOOR_NOEXC>(a);
Dsimdlib_512_avx512.inl153 template <RoundMode RMT>
161 return round_ps<RoundMode::CEIL_NOEXC>(a);
165 return round_ps<RoundMode::FLOOR_NOEXC>(a);
Dsimdlib_256_avx.inl185 template <RoundMode RMT>
193 return round_ps<RoundMode::CEIL_NOEXC>(a);
197 return round_ps<RoundMode::FLOOR_NOEXC>(a);
Dsimdintrin.h73 #define _simd_round_ps(a, i) SIMD::round_ps<SIMD::RoundMode(i)>(a)
Dsimdlib_512_emu.inl152 template <RoundMode RMT>
163 return round_ps<RoundMode::CEIL_NOEXC>(a);
167 return round_ps<RoundMode::FLOOR_NOEXC>(a);
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_emit_gk110.cpp70 void emitRoundMode(RoundMode, const int pos, const int rintPos);
71 void emitRoundModeF(RoundMode, const int pos);
72 void emitRoundModeI(RoundMode, const int pos);
218 CodeEmitterGK110::emitRoundMode(RoundMode rnd, const int pos, const int rintPos) in emitRoundMode()
239 CodeEmitterGK110::emitRoundModeF(RoundMode rnd, const int pos) in emitRoundModeF()
256 CodeEmitterGK110::emitRoundModeI(RoundMode rnd, const int pos) in emitRoundModeI()
1063 RoundMode rnd = i->rnd; in emitCVT()
Dnv50_ir_emit_gv100.h107 inline void emitRND(int rmp, RoundMode rnd, int rip) { in emitRND()
Dnv50_ir.h359 enum RoundMode enum
923 RoundMode rnd;
Dnv50_ir_emit_nv50.cpp83 void roundMode_CVT(RoundMode);
1326 CodeEmitterNV50::roundMode_CVT(RoundMode rnd) in roundMode_CVT()
1346 RoundMode rnd; in emitCVT()
Dnv50_ir_emit_gm107.cpp105 inline void emitRND(int, RoundMode, int);
480 CodeEmitterGM107::emitRND(int rmp, RoundMode rnd, int rip) in emitRND()
795 RoundMode rnd = insn->rnd; in emitF2F()
838 RoundMode rnd = insn->rnd; in emitF2I()
880 RoundMode rnd = insn->rnd; in emitI2F()
Dnv50_ir_peephole.cpp2127 RoundMode rnd = insn->rnd; in handleCVT_CVT()
2145 rnd = (RoundMode)(rnd & 3); in handleCVT_CVT()
Dnv50_ir_from_tgsi.cpp3209 const RoundMode rnd = in handleInstruction()