Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_debug.c126 else if(!util_strcmp(str, "n")) in debug_get_bool_option()
128 else if(!util_strcmp(str, "no")) in debug_get_bool_option()
130 else if(!util_strcmp(str, "0")) in debug_get_bool_option()
132 else if(!util_strcmp(str, "f")) in debug_get_bool_option()
134 else if(!util_strcmp(str, "F")) in debug_get_bool_option()
136 else if(!util_strcmp(str, "false")) in debug_get_bool_option()
138 else if(!util_strcmp(str, "FALSE")) in debug_get_bool_option()
192 if (!util_strcmp(str, "all")) { in str_has_option()
240 else if (!util_strcmp(str, "help")) { in debug_get_flags_option()
Du_string.h110 util_strcmp(const char *s1, const char *s2) in util_strcmp() function
182 #define util_strcmp strcmp
/external/mesa3d/src/gallium/targets/egl-static/
Degl.c140 if (util_strcmp(version->name, "i915") == 0) { in drm_fd_get_pci_id()
155 else if (util_strcmp(version->name, "radeon") == 0) { in drm_fd_get_pci_id()
170 else if (util_strcmp(version->name, "nouveau") == 0) { in drm_fd_get_pci_id()
175 else if (util_strcmp(version->name, "vmwgfx") == 0) { in drm_fd_get_pci_id()