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.h50 extern int SVGA_DEBUG;
53 #define SVGA_DEBUG 0 macro
61 if (SVGA_DEBUG & flag) in SVGA_DBG()
Dsvga_tgsi.c245 SVGA_DEBUG & DEBUG_TGSI) { in svga_tgsi_vgpu9_translate()
249 if (SVGA_DEBUG & DEBUG_TGSI) { in svga_tgsi_vgpu9_translate()
Dsvga_link.c101 if (SVGA_DEBUG & DEBUG_TGSI) { in svga_link_shaders()
Dsvga_state_constants.c285 if (SVGA_DEBUG & DEBUG_CONSTS) in emit_const()
362 if (SVGA_DEBUG & DEBUG_CONSTS) in emit_const_range()
381 if (SVGA_DEBUG & DEBUG_CONSTS) in emit_const_range()
Dsvga_pipe_draw.c274 if (SVGA_DEBUG & DEBUG_FLUSH) { in svga_draw_vbo()
Dsvga_screen.c49 int SVGA_DEBUG = 0; variable
941 SVGA_DEBUG = debug_get_flags_option("SVGA_DEBUG", svga_debug_flags, 0 ); in svga_screen_create()
Dsvga_context.c367 if (SVGA_DEBUG & DEBUG_SYNC) { in svga_context_flush()
Dsvga_screen_cache.c159 if (SVGA_DEBUG & DEBUG_DMA) in svga_screen_cache_lookup()
Dsvga_tgsi_vgpu10.c6719 if (SVGA_DEBUG & DEBUG_TGSI) { in svga_tgsi_vgpu10_translate()