Searched refs:has_avx512f (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Du_cpu_detect.h79 unsigned has_avx512f:1; member in struct:util_cpu_caps
H A Du_cpu_detect.c495 util_cpu_caps.has_avx512f = (regs3[1] >> 16) & 1;
581 debug_printf("util_cpu_caps.has_avx512f = %u\n", util_cpu_caps.has_avx512f);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_cpu_detect.h107 unsigned has_avx512f:1; member in struct:util_cpu_caps_t
H A Du_cpu_detect.c763 util_cpu_caps.has_avx512f = (regs3[1] >> 16) & 1;
853 printf("util_cpu_caps.has_avx512f = %u\n", util_cpu_caps.has_avx512f);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_loader.cpp84 if (util_cpu_caps.has_avx512f && util_cpu_caps.has_avx512er) {
96 if (util_cpu_caps.has_avx512f && util_cpu_caps.has_avx512bw) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_loader.cpp94 if (util_get_cpu_caps()->has_avx512f && util_get_cpu_caps()->has_avx512er) {
106 if (util_get_cpu_caps()->has_avx512f && util_get_cpu_caps()->has_avx512bw) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c2004 (util_cpu_caps.has_avx512f && type.width*type.length == 512))
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c1883 (util_get_cpu_caps()->has_avx512f && type.width*type.length == 512))

Completed in 15 milliseconds