Home
last modified time | relevance | path

Searched refs:has_avx512pf (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Du_cpu_detect.h116 unsigned has_avx512pf:1; member
Du_cpu_detect.c696 util_cpu_caps.has_avx512pf = 0; in check_cpu_caps_override()
893 util_cpu_caps.has_avx512pf = (regs7[1] >> 26) & 1; in _util_cpu_detect_once()
986 printf("util_cpu_caps.has_avx512pf = %u\n", util_cpu_caps.has_avx512pf); in _util_cpu_detect_once()