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

  /external/virglrenderer/src/gallium/auxiliary/util/
u_cpu_detect.h 73 unsigned has_daz:1; member in struct:util_cpu_caps
u_math.c 114 if (util_cpu_caps.has_daz) {
u_cpu_detect.c 375 util_cpu_caps.has_daz = 1;
377 util_cpu_caps.has_daz = util_cpu_caps.has_sse3 ||
453 debug_printf("util_cpu_caps.has_daz = %u\n", util_cpu_caps.has_daz);
  /external/mesa3d/src/gallium/auxiliary/util/
u_cpu_detect.h 74 unsigned has_daz:1; member in struct:util_cpu_caps
u_math.c 114 if (util_cpu_caps.has_daz) {
u_cpu_detect.c 436 util_cpu_caps.has_daz = 1;
438 util_cpu_caps.has_daz = util_cpu_caps.has_sse3 ||
540 debug_printf("util_cpu_caps.has_daz = %u\n", util_cpu_caps.has_daz);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c     [all...]

Completed in 620 milliseconds