Home
last modified time | relevance | path

Searched refs:cpu_has_sse4_1 (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/x86/
Dcommon_x86_features.h91 #define cpu_has_sse4_1 1 macro
93 #define cpu_has_sse4_1 (_mesa_x86_cpu_features & X86_FEATURE_SSE4_1) macro
/third_party/mesa3d/src/util/
Dstreaming-load-memcpy.c47 if (((uintptr_t)d & 15) != ((uintptr_t)s & 15) || !cpu_has_sse4_1) { in util_streaming_load_memcpy()
/third_party/mesa3d/src/mesa/vbo/
Dvbo_minmax_index.c252 if (cpu_has_sse4_1) { in vbo_get_minmax_index_mapped()