Searched refs:RoundMode (Results 1 – 16 of 16) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | simdlib.hpp | 205 using RoundMode = typename Traits::RoundMode; typedef 223 using RoundMode = typename SIMD_T::RoundMode; typedef
|
D | simdlib_types.hpp | 112 enum class RoundMode enum 139 using RoundMode = SIMDImpl::RoundMode; typedef
|
D | simdlib_interface.hpp | 59 enum class RoundMode 86 template <RoundMode RMT>
|
D | simd16intrin.h | 87 #define _simd16_round_ps(a, mode) SIMD16::round_ps<SIMD16::RoundMode(mode)>(a)
|
D | simdlib_128_avx.inl | 108 template <RoundMode RMT> 116 return round_ps<RoundMode::CEIL_NOEXC>(a); 120 return round_ps<RoundMode::FLOOR_NOEXC>(a);
|
D | simdlib_512_avx512.inl | 153 template <RoundMode RMT> 161 return round_ps<RoundMode::CEIL_NOEXC>(a); 165 return round_ps<RoundMode::FLOOR_NOEXC>(a);
|
D | simdlib_256_avx.inl | 185 template <RoundMode RMT> 193 return round_ps<RoundMode::CEIL_NOEXC>(a); 197 return round_ps<RoundMode::FLOOR_NOEXC>(a);
|
D | simdintrin.h | 73 #define _simd_round_ps(a, i) SIMD::round_ps<SIMD::RoundMode(i)>(a)
|
D | simdlib_512_emu.inl | 152 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/ |
D | nv50_ir_emit_gk110.cpp | 70 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()
|
D | nv50_ir_emit_gv100.h | 107 inline void emitRND(int rmp, RoundMode rnd, int rip) { in emitRND()
|
D | nv50_ir.h | 359 enum RoundMode enum 923 RoundMode rnd;
|
D | nv50_ir_emit_nv50.cpp | 83 void roundMode_CVT(RoundMode); 1326 CodeEmitterNV50::roundMode_CVT(RoundMode rnd) in roundMode_CVT() 1346 RoundMode rnd; in emitCVT()
|
D | nv50_ir_emit_gm107.cpp | 105 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()
|
D | nv50_ir_peephole.cpp | 2127 RoundMode rnd = insn->rnd; in handleCVT_CVT() 2145 rnd = (RoundMode)(rnd & 3); in handleCVT_CVT()
|
D | nv50_ir_from_tgsi.cpp | 3209 const RoundMode rnd = in handleInstruction()
|