Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/util/
H A Du_debug.h367 debug_parse_num_option(const char *str, int64_t dfault);
437 int64_t parsed_value = debug_parse_num_option(str, dfault); \
H A Du_debug.c208 debug_parse_num_option(const char *str, int64_t dfault) in debug_parse_num_option() function
228 int64_t result = debug_parse_num_option(os_get_option(name), dfault); in debug_get_num_option()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_screen.c972 debug_parse_num_option(option, PIPE_COMPRESSION_FIXED_RATE_NONE); in panfrost_create_screen()