Home
last modified time | relevance | path

Searched defs:in_lo (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dsimdlib_types.hpp239 SIMDINLINE Float(SIMD128Impl::Float const& in_lo, in Float()
264 SIMDINLINE Integer(SIMD128Impl::Integer const& in_lo, in Integer()
289 SIMDINLINE Double(SIMD128Impl::Double const& in_lo, in Double()
359 SIMDINLINE Float(SIMD256Impl::Float const& in_lo, in Float()
390 SIMDINLINE Integer(SIMD256Impl::Integer const& in_lo, in Integer()
422 SIMDINLINE Double(SIMD256Impl::Double const& in_lo, in Double()
/external/webp/src/dsp/
Dlossless_enc_sse2.c374 const __m128i in_lo = _mm_unpacklo_epi8(zero, in); in BundleColorMap_SSE2() local