Home
last modified time | relevance | path

Searched refs:debug_get_flags_option (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_debug.h363 debug_get_flags_option(const char *name,
401 value = debug_get_flags_option(name, flags, dfault); \
Du_debug.c228 debug_get_flags_option(const char *name, in debug_get_flags_option() function
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c457 LP_DEBUG = debug_get_flags_option("LP_DEBUG", lp_debug_flags, 0 ); in llvmpipe_create_screen()
460 LP_PERF = debug_get_flags_option("LP_PERF", lp_perf_flags, 0 ); in llvmpipe_create_screen()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_debug.c59 screen->debug = debug_get_flags_option("RADEON_DEBUG", debug_options, 0); in r300_init_debug()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_screen.c511 SVGA_DEBUG = debug_get_flags_option("SVGA_DEBUG", svga_debug_flags, 0 ); in svga_screen_create()