Home
last modified time | relevance | path

Searched refs:has_3dnow_ext (Results 1 – 4 of 4) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/util/
Du_cpu_detect.h70 unsigned has_3dnow_ext:1; member
Du_cpu_detect.c405 util_cpu_caps.has_3dnow_ext = (regs2[3] >> 30) & 1; in util_cpu_detect()
450 debug_printf("util_cpu_caps.has_3dnow_ext = %u\n", util_cpu_caps.has_3dnow_ext); in util_cpu_detect()
/external/mesa3d/src/util/
Du_cpu_detect.h82 unsigned has_3dnow_ext:1; member
Du_cpu_detect.c673 util_cpu_caps.has_3dnow_ext = (regs2[3] >> 30) & 1; in util_cpu_detect_once()
727 debug_printf("util_cpu_caps.has_3dnow_ext = %u\n", util_cpu_caps.has_3dnow_ext); in util_cpu_detect_once()