HomeSort by relevance Sort by last modified time
    Searched refs:debug_get_flags_option (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/
r300_debug.c 59 screen->debug = debug_get_flags_option("RADEON_DEBUG", debug_options, 0);
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug.h 363 debug_get_flags_option(const char *name,
401 value = debug_get_flags_option(name, flags, dfault); \
u_debug.c 228 debug_get_flags_option(const char *name, function
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_screen.c 457 LP_DEBUG = debug_get_flags_option("LP_DEBUG", lp_debug_flags, 0 );
460 LP_PERF = debug_get_flags_option("LP_PERF", lp_perf_flags, 0 );
  /external/mesa3d/src/gallium/drivers/svga/
svga_screen.c 511 SVGA_DEBUG = debug_get_flags_option("SVGA_DEBUG", svga_debug_flags, 0 );

Completed in 129 milliseconds