Home
last modified time | relevance | path

Searched refs:CPU_FEATURE_SSE (Results 1 – 25 of 42) sorted by relevance

12

/dports/devel/efl/efl-1.25.1/src/lib/evas/common/
H A Devas_cpu.c29 cpu_feature_mask &= ~CPU_FEATURE_SSE; in evas_common_cpu_init()
31 cpu_feature_mask |= _cpu_check(EINA_CPU_SSE) * CPU_FEATURE_SSE; in evas_common_cpu_init()
91 if (cpu_feature_mask & CPU_FEATURE_SSE) do_sse = 1; in evas_common_cpu_can_do()
H A Devas_blit_main.c595 if (evas_common_cpu_has_feature(CPU_FEATURE_SSE) && (pixels > (64 * 64))) in evas_common_draw_func_copy_get()
609 if (evas_common_cpu_has_feature(CPU_FEATURE_SSE) && (pixels > (64 * 64))) in evas_common_draw_func_copy_get()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/darwin/osx/
H A DCPUInfoOsx.cpp64 m_cpuFeatures |= CPU_FEATURE_SSE; in CCPUInfoOsx()
91 if (m_cpuFeatures & CPU_FEATURE_SSE) in CCPUInfoOsx()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/win10/
H A DCPUInfoWin10.cpp52 m_cpuFeatures |= CPU_FEATURE_SSE; in CCPUInfoWin10()
84 if (m_cpuFeatures & CPU_FEATURE_SSE) in CCPUInfoWin10()
/dports/graphics/embree/embree-3.13.2/common/sys/
H A Dsysinfo.h109 static const int CPU_FEATURE_SSE = 1 << 0; variable
147 static const int SSE = CPU_FEATURE_SSE | CPU_FEATURE_XMM_ENABLED;
H A Dsysinfo.cpp315 if (cpuid_leaf_1[EDX] & CPU_FEATURE_BIT_SSE ) cpu_features |= CPU_FEATURE_SSE; in getCPUFeatures()
345 return CPU_FEATURE_SSE|CPU_FEATURE_SSE2|CPU_FEATURE_XMM_ENABLED; in getCPUFeatures()
358 if (features & CPU_FEATURE_SSE ) str += "SSE "; in stringOfCPUFeatures()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgrePlatformInformation.cpp325 … features |= PlatformInformation::CPU_FEATURE_MMXEXT | PlatformInformation::CPU_FEATURE_SSE; in queryCpuFeatures()
370 features |= PlatformInformation::CPU_FEATURE_SSE; in queryCpuFeatures()
412 | PlatformInformation::CPU_FEATURE_SSE in _detectCpuFeatures()
515 features |= PlatformInformation::CPU_FEATURE_SSE;
681 … " * SSE: " + StringConverter::toString(hasCpuFeature(CPU_FEATURE_SSE), true)); in log()
H A DOgreOptimisedUtil.cpp372 if (PlatformInformation::getCpuFeatures() & PlatformInformation::CPU_FEATURE_SSE) in _detectImplementation()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgrePlatformInformation.cpp333 … features |= PlatformInformation::CPU_FEATURE_MMXEXT | PlatformInformation::CPU_FEATURE_SSE; in queryCpuFeatures()
365 features |= PlatformInformation::CPU_FEATURE_SSE; in queryCpuFeatures()
396 const uint sse_features = PlatformInformation::CPU_FEATURE_SSE | in _detectCpuFeatures()
652 " * SSE: " + StringConverter::toString(hasCpuFeature(CPU_FEATURE_SSE), true)); in log()
H A DOgreOptimisedUtil.cpp136 if (PlatformInformation::getCpuFeatures() & PlatformInformation::CPU_FEATURE_SSE) in OptimisedUtilProfiler()
405 if (PlatformInformation::getCpuFeatures() & PlatformInformation::CPU_FEATURE_SSE) in _detectImplementation()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/win32/
H A DCPUInfoWin32.cpp138 m_cpuFeatures |= CPU_FEATURE_SSE; in CCPUInfoWin32()
167 if (m_cpuFeatures & CPU_FEATURE_SSE) in CCPUInfoWin32()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgrePlatformInformation.h138 CPU_FEATURE_SSE = 1 << 0, enumerator
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/
H A DCPUInfo.h22 CPU_FEATURE_SSE = 1 << 2, enumerator
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/linux/
H A DCPUInfoLinux.cpp187 m_cpuFeatures |= CPU_FEATURE_SSE; in CCPUInfoLinux()
266 if (m_cpuFeatures & CPU_FEATURE_SSE) in CCPUInfoLinux()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgrePlatformInformation.h165 CPU_FEATURE_SSE = 1 << 0, enumerator
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/LibCpuId/src/
H A Dcpuid_main.c181 { 25, CPU_FEATURE_SSE }, in load_features_common()
233 if (data->flags[CPU_FEATURE_SSE]) { in load_features_common()
563 { CPU_FEATURE_SSE, "sse" }, in cpu_feature_str()
H A Dlibcpuid.h402 CPU_FEATURE_SSE, /*!< Streaming-SIMD Extensions (SSE) supported */ enumerator
H A Drdtsc.c277 if (!id || !id->flags[CPU_FEATURE_SSE]) return -1; in cpu_clock_by_ic()
/dports/sysutils/libcpuid/libcpuid-0.5.1/libcpuid/
H A Dcpuid_main.c198 { 25, CPU_FEATURE_SSE }, in load_features_common()
254 if (data->flags[CPU_FEATURE_SSE]) { in load_features_common()
601 { CPU_FEATURE_SSE, "sse" }, in cpu_feature_str()
H A Dlibcpuid.h431 CPU_FEATURE_SSE, /*!< Streaming-SIMD Extensions (SSE) supported */ enumerator
H A Drdtsc.c277 if (!id || !id->flags[CPU_FEATURE_SSE]) return -1; in cpu_clock_by_ic()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/freebsd/
H A DCPUInfoFreebsd.cpp120 m_cpuFeatures |= (CPU_FEATURE_SSE | CPU_FEATURE_MMX2); in CCPUInfoFreebsd()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/dragonfly/
H A DCPUInfoFreebsd.cpp120 m_cpuFeatures |= (CPU_FEATURE_SSE | CPU_FEATURE_MMX2); in CCPUInfoFreebsd()
/dports/math/vtk9/VTK-9.1.0/Utilities/KWSys/vtksys/
H A DSystemInformation.hxx.in25 static const long int CPU_FEATURE_SSE = 1 << 2;
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/KWSys/adios2sys/
H A DSystemInformation.hxx.in25 static const long int CPU_FEATURE_SSE = 1 << 2;

12