Searched refs:debug_parse_bool_option (Results 1 – 2 of 2) sorted by relevance
107 debug_parse_bool_option(const char *str, bool dfault) in debug_parse_bool_option() function145 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()
361 debug_parse_bool_option(const char *str, bool dfault);422 bool parsed_value = debug_parse_bool_option(str, dfault); \