Searched refs:X86_CPUEXT_3DNOW_EXT (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/mesa/x86/ | ||
D | common_x86_features.h | 59 #define X86_CPUEXT_3DNOW_EXT (1<<30) macro |
D | common_x86.c | 282 if (cpu_ext_features & X86_CPUEXT_3DNOW_EXT) in _mesa_get_x86_features() |