Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DCPUID.hpp34 static bool supportsSSE();
92 return supportsSSE(); // Coincides with 64-bit integer vector instructions supported by SSE in supportsMMX2()
95 inline bool CPUID::supportsSSE() in supportsSSE() function in rr::CPUID
/external/swiftshader/src/Common/
DCPUID.hpp34 static bool supportsSSE();
98 return supportsSSE(); // Coincides with 64-bit integer vector instructions supported by SSE in supportsMMX2()
101 inline bool CPUID::supportsSSE() in supportsSSE() function in sw::CPUID
/external/swiftshader/src/System/
DCPUID.hpp34 static bool supportsSSE();
101 return supportsSSE(); // Coincides with 64-bit integer vector instructions supported by SSE in supportsMMX2()
104 inline bool CPUID::supportsSSE() in supportsSSE() function in sw::CPUID
/external/swiftshader/src/Renderer/
DSurface.cpp3059 if(CPUID::supportsSSE()) in memfill4()
4698 if(CPUID::supportsSSE() && (width % 4) == 0) in resolve()
4995 if(CPUID::supportsSSE() && (width % 2) == 0) in resolve()
5294 if(CPUID::supportsSSE()) in resolve()