Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_cpu_detect.c119 util_cpu_caps.has_altivec = 1; in check_os_altivec_support()
138 util_cpu_caps.has_altivec = 1; in check_os_altivec_support()
338 debug_printf("util_cpu_caps.has_altivec = %u\n", util_cpu_caps.has_altivec); in util_cpu_detect()
Du_cpu_detect.h67 unsigned has_altivec:1; member