Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_cpu_detect.h83 unsigned has_avx512bw:1; member
Du_cpu_detect.c464 util_cpu_caps.has_avx512bw = (regs3[1] >> 30) & 1; in util_cpu_detect()
547 debug_printf("util_cpu_caps.has_avx512bw = %u\n", util_cpu_caps.has_avx512bw); in util_cpu_detect()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_loader.cpp90 if (util_cpu_caps.has_avx512f && util_cpu_caps.has_avx512bw) { in swr_create_screen()