HomeSort by relevance Sort by last modified time
    Searched refs:RoundMode (Results 1 - 16 of 16) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
simdlib_types.hpp 112 enum class RoundMode
139 using RoundMode = SIMDImpl::RoundMode;
simdlib_128_avx.inl 129 template <RoundMode RMT>
135 static SIMDINLINE Float SIMDCALL ceil_ps(Float a) { return round_ps<RoundMode::CEIL_NOEXC>(a); }
136 static SIMDINLINE Float SIMDCALL floor_ps(Float a) { return round_ps<RoundMode::FLOOR_NOEXC>(a); }
simd16intrin.h 89 #define _simd16_round_ps(a, mode) SIMD16::round_ps<SIMD16::RoundMode(mode)>(a)
simdlib_interface.hpp 59 enum class RoundMode
85 // for the RoundMode enumeration above.
86 template <RoundMode RMT>
simdlib_256_avx.inl 197 template <RoundMode RMT>
203 static SIMDINLINE Float SIMDCALL ceil_ps(Float const &a) { return round_ps<RoundMode::CEIL_NOEXC>(a); }
204 static SIMDINLINE Float SIMDCALL floor_ps(Float const &a) { return round_ps<RoundMode::FLOOR_NOEXC>(a); }
simdlib_512_avx512.inl 181 template <RoundMode RMT>
187 static SIMDINLINE Float SIMDCALL ceil_ps(Float a) { return round_ps<RoundMode::CEIL_NOEXC>(a); }
188 static SIMDINLINE Float SIMDCALL floor_ps(Float a) { return round_ps<RoundMode::FLOOR_NOEXC>(a); }
simdlib.hpp 209 using RoundMode = typename Traits::RoundMode;
simdlib_512_emu.inl 163 template <RoundMode RMT>
173 static SIMDINLINE Float SIMDCALL ceil_ps(Float const &a) { return round_ps<RoundMode::CEIL_NOEXC>(a); }
174 static SIMDINLINE Float SIMDCALL floor_ps(Float const &a) { return round_ps<RoundMode::FLOOR_NOEXC>(a); }
simdintrin.h 74 #define _simd_round_ps(a, i) SIMD::round_ps<SIMD::RoundMode(i)>(a)
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
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);
214 CodeEmitterGK110::emitRoundMode(RoundMode rnd, const int pos, const int rintPos)
235 CodeEmitterGK110::emitRoundModeF(RoundMode rnd, const int pos)
252 CodeEmitterGK110::emitRoundModeI(RoundMode rnd, const int pos)
1059 RoundMode rnd = i->rnd;
    [all...]
nv50_ir.h 308 enum RoundMode
870 RoundMode rnd;
    [all...]
nv50_ir_emit_gm107.cpp 104 inline void emitRND(int, RoundMode, int);
475 CodeEmitterGM107::emitRND(int rmp, RoundMode rnd, int rip)
757 RoundMode rnd = insn->rnd;
800 RoundMode rnd = insn->rnd;
842 RoundMode rnd = insn->rnd;
    [all...]
nv50_ir_emit_nv50.cpp 83 void roundMode_CVT(RoundMode);
    [all...]
nv50_ir_peephole.cpp     [all...]
nv50_ir_from_tgsi.cpp     [all...]
  /external/mesa3d/src/amd/addrlib/gfx9/chip/
gfx9_enum.h     [all...]

Completed in 1068 milliseconds