Home
last modified time | relevance | path

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

/third_party/pixman/pixman/
Dpixman-mips.c34 have_feature (const char *search_string) in have_feature() function
73 if (!_pixman_disabled ("loongson-mmi") && have_feature ("Loongson")) in _pixman_mips_get_implementations()
86 have_feature ("MIPS 74K")) in _pixman_mips_get_implementations()
Dpixman-arm.c215 have_feature (arm_cpu_features_t feature) in have_feature() function
235 if (!_pixman_disabled ("arm-simd") && have_feature (ARM_V6)) in _pixman_arm_get_implementations()
240 if (!_pixman_disabled ("arm-iwmmxt") && have_feature (ARM_IWMMXT)) in _pixman_arm_get_implementations()
245 if (!_pixman_disabled ("arm-neon") && have_feature (ARM_NEON)) in _pixman_arm_get_implementations()
Dpixman-x86.c210 have_feature (cpu_features_t feature) in have_feature() function
234 if (!_pixman_disabled ("mmx") && have_feature (MMX_BITS)) in _pixman_x86_get_implementations()
239 if (!_pixman_disabled ("sse2") && have_feature (SSE2_BITS)) in _pixman_x86_get_implementations()
244 if (!_pixman_disabled ("ssse3") && have_feature (SSSE3_BITS)) in _pixman_x86_get_implementations()