Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_cpu_detect.c111 int has_vu = 0; in check_os_altivec_support() local
112 int len = sizeof (has_vu); in check_os_altivec_support()
115 err = sysctl(sels, 2, &has_vu, &len, NULL, 0); in check_os_altivec_support()
118 if (has_vu != 0) { in check_os_altivec_support()