HomeSort by relevance Sort by last modified time
    Searched refs:has_avx512bw (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_cpu_detect.h 83 unsigned has_avx512bw:1; member in struct:util_cpu_caps
u_cpu_detect.c 464 util_cpu_caps.has_avx512bw = (regs3[1] >> 30) & 1;
547 debug_printf("util_cpu_caps.has_avx512bw = %u\n", util_cpu_caps.has_avx512bw);
  /external/mesa3d/src/gallium/drivers/swr/
swr_loader.cpp 90 if (util_cpu_caps.has_avx512f && util_cpu_caps.has_avx512bw) {

Completed in 188 milliseconds