Searched refs:have_feature (Results 1 - 3 of 3) sorted by relevance

/external/pixman/pixman/
H A Dpixman-mips.c34 have_feature (const char *search_string) function
73 if (!_pixman_disabled ("loongson-mmi") && have_feature ("Loongson"))
86 have_feature ("MIPS 74K"))
H A Dpixman-arm.c190 have_feature (arm_cpu_features_t feature) function
210 if (!_pixman_disabled ("arm-simd") && have_feature (ARM_V6))
215 if (!_pixman_disabled ("arm-iwmmxt") && have_feature (ARM_IWMMXT))
220 if (!_pixman_disabled ("arm-neon") && have_feature (ARM_NEON))
H A Dpixman-x86.c204 have_feature (cpu_features_t feature) function
227 if (!_pixman_disabled ("mmx") && have_feature (MMX_BITS))
232 if (!_pixman_disabled ("sse2") && have_feature (SSE2_BITS))

Completed in 173 milliseconds