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

  /external/virglrenderer/src/gallium/auxiliary/util/
u_cpu_detect.h 71 unsigned has_xop:1; member in struct:util_cpu_caps
u_cpu_detect.c 407 util_cpu_caps.has_xop = util_cpu_caps.has_avx &&
451 debug_printf("util_cpu_caps.has_xop = %u\n", util_cpu_caps.has_xop);
  /external/mesa3d/src/gallium/auxiliary/util/
u_cpu_detect.h 72 unsigned has_xop:1; member in struct:util_cpu_caps
u_cpu_detect.c 485 util_cpu_caps.has_xop = util_cpu_caps.has_avx &&
537 debug_printf("util_cpu_caps.has_xop = %u\n", util_cpu_caps.has_xop);

Completed in 1170 milliseconds