Searched refs:LT_OQ (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | simd16intrin.h | 161 #define _simd16_cmplt_ps_mask SIMD16::cmp_ps_mask<SIMD16::CompareType::LT_OQ>
|
D | simdlib_types.hpp | 75 LT_OQ = 0x11, // Less-than (ordered, nonsignaling) enumerator
|
D | simdlib_interface.hpp | 189 LT_OQ = 0x11, // Less-than (ordered, nonsignaling)
|
D | simdlib_128_avx.inl | 299 static SIMDINLINE Float SIMDCALL cmplt_ps(Float a, Float b) { return cmp_ps<CompareType::LT_OQ>(a, …
|
D | simdlib_512_avx512.inl | 317 static SIMDINLINE Float SIMDCALL cmplt_ps(Float a, Float b) { return cmp_ps<CompareType::LT_OQ>(a, …
|
D | simdlib_256_avx.inl | 428 …loat SIMDCALL cmplt_ps(Float const &a, Float const &b) { return cmp_ps<CompareType::LT_OQ>(a, b); }
|
D | simdlib_512_emu.inl | 399 …loat SIMDCALL cmplt_ps(Float const &a, Float const &b) { return cmp_ps<CompareType::LT_OQ>(a, b); }
|