OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpu_has_3dnowext
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/main/
cpuinfo.c
73
strcat(buffer, (
cpu_has_3dnowext
) ? "/3DNow!+" : "/3DNow!");
/external/mesa3d/src/mesa/x86/
common_x86_features.h
88
#define
cpu_has_3dnowext
(_mesa_x86_cpu_features & X86_FEATURE_3DNOWEXT)
macro
Completed in 79 milliseconds