Home
last modified time | relevance | path

Searched refs:SVGA_DEBUG (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_debug.h49 extern int SVGA_DEBUG;
52 #define SVGA_DEBUG 0 macro
60 if (SVGA_DEBUG & flag) in SVGA_DBG()
Dsvga_state_constants.c76 if (SVGA_DEBUG & DEBUG_CONSTS) in emit_const()
147 if (SVGA_DEBUG & DEBUG_CONSTS) in emit_const_range()
166 if (SVGA_DEBUG & DEBUG_CONSTS) in emit_const_range()
Dsvga_tgsi.c320 if (SVGA_DEBUG & DEBUG_TGSI) in svga_tgsi_translate()
325 if (SVGA_DEBUG & DEBUG_TGSI) { in svga_tgsi_translate()
Dsvga_pipe_fs.c69 if (SVGA_DEBUG & DEBUG_TGSI || 0) { in svga_create_fs_state()
Dsvga_pipe_vs.c128 if (SVGA_DEBUG & DEBUG_TGSI || 0) { in svga_create_vs_state()
Dsvga_screen.c44 int SVGA_DEBUG = 0; variable
511 SVGA_DEBUG = debug_get_flags_option("SVGA_DEBUG", svga_debug_flags, 0 ); in svga_screen_create()
Dsvga_context.c234 if (SVGA_DEBUG & DEBUG_SYNC) { in svga_context_flush()
Dsvga_pipe_draw.c411 if (SVGA_DEBUG & DEBUG_FLUSH) { in svga_draw_vbo()
Dsvga_screen_cache.c150 if (SVGA_DEBUG & DEBUG_DMA) in svga_screen_cache_lookup()