Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DCPUID.hpp35 static bool supportsSSE2();
97 inline bool CPUID::supportsSSE2() in supportsSSE2() function in rr::CPUID
DLLVMReactor.cpp838 mattrs.push_back(CPUID::supportsSSE2() ? "+sse2" : "-sse2"); in Nucleus()
/external/swiftshader/src/Common/
DCPUID.hpp35 static bool supportsSSE2();
106 inline bool CPUID::supportsSSE2() in supportsSSE2() function in sw::CPUID
/external/swiftshader/src/System/
DCPUID.hpp35 static bool supportsSSE2();
106 inline bool CPUID::supportsSSE2() in supportsSSE2() function in sw::CPUID
/external/swiftshader/src/Device/
DSurface.cpp3367 if(CPUID::supportsSSE2() && (width % 4) == 0) in resolve()
3661 if(CPUID::supportsSSE2() && (width % 4) == 0) in resolve()
3954 if(CPUID::supportsSSE2() && (width % 2) == 0) in resolve()
5138 if(CPUID::supportsSSE2() && (width % 8) == 0) in resolve()
/external/swiftshader/src/Renderer/
DSurface.cpp4039 if(CPUID::supportsSSE2() && (width % 4) == 0) in resolve()
4333 if(CPUID::supportsSSE2() && (width % 4) == 0) in resolve()
4626 if(CPUID::supportsSSE2() && (width % 2) == 0) in resolve()
5812 if(CPUID::supportsSSE2() && (width % 8) == 0) in resolve()