Searched refs:debug_get_flags_option (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug.h | 363 debug_get_flags_option(const char *name, 401 value = debug_get_flags_option(name, flags, dfault); \
|
D | u_debug.c | 228 debug_get_flags_option(const char *name, in debug_get_flags_option() function
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_screen.c | 457 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/ |
D | r300_debug.c | 59 screen->debug = debug_get_flags_option("RADEON_DEBUG", debug_options, 0); in r300_init_debug()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_screen.c | 511 SVGA_DEBUG = debug_get_flags_option("SVGA_DEBUG", svga_debug_flags, 0 ); in svga_screen_create()
|