Home
last modified time | relevance | path

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

/external/skia/src/opts/
Dopts_check_x86.cpp99 static inline bool supports_simd(int minLevel) { in supports_simd() function
123 if (supports_simd(SK_CPU_SSE_LEVEL_SSE2)) { in PlatformConvolutionProcs()
136 if (!supports_simd(SK_CPU_SSE_LEVEL_SSE2)) { in platformProcs()
139 const bool ssse3 = supports_simd(SK_CPU_SSE_LEVEL_SSSE3); in platformProcs()
190 if (supports_simd(SK_CPU_SSE_LEVEL_SSE2)) { in PlatformFactory565()
208 if (supports_simd(SK_CPU_SSE_LEVEL_SSE2)) { in PlatformColorFactory565()
230 if (supports_simd(SK_CPU_SSE_LEVEL_SSE41)) { in PlatformProcs32()
233 if (supports_simd(SK_CPU_SSE_LEVEL_SSE2)) { in PlatformProcs32()
243 if (supports_simd(SK_CPU_SSE_LEVEL_SSE2)) { in PlatformBlitRowProcs16()