Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/util/
H A Du_debug.c107 debug_parse_bool_option(const char *str, bool dfault) in debug_parse_bool_option() function
145 bool parsed_value = debug_parse_bool_option(os_get_option("GALLIUM_PRINT_OPTIONS"), false); in debug_get_option_should_print()
198 bool result = debug_parse_bool_option(os_get_option(name), dfault); in debug_get_bool_option()
H A Du_debug.h361 debug_parse_bool_option(const char *str, bool dfault);
422 bool parsed_value = debug_parse_bool_option(str, dfault); \