Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DCPUID.cpp34 bool CPUID::SSE = detectSSE();
193 bool CPUID::detectSSE() in detectSSE() function in rr::CPUID
DCPUID.hpp67 static bool detectSSE();
/external/swiftshader/src/Common/
DCPUID.cpp34 bool CPUID::SSE = detectSSE();
195 bool CPUID::detectSSE() in detectSSE() function in sw::CPUID
DCPUID.hpp74 static bool detectSSE();
/external/swiftshader/src/System/
DCPUID.cpp34 bool CPUID::SSE = detectSSE();
195 bool CPUID::detectSSE() in detectSSE() function in sw::CPUID
DCPUID.hpp74 static bool detectSSE();
/external/swiftshader/src/OpenGL/libEGL/
DDisplay.cpp125 static bool detectSSE() in detectSSE() function
141 if(!detectSSE()) in initialize()