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.h51 extern int SVGA_DEBUG;
54 #define SVGA_DEBUG 0 macro
62 if (SVGA_DEBUG & flag) in SVGA_DBG()
Dsvga_tgsi.c251 SVGA_DEBUG & DEBUG_TGSI) { in svga_tgsi_vgpu9_translate()
255 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.c318 if (SVGA_DEBUG & DEBUG_CONSTS) in emit_const_range()
337 if (SVGA_DEBUG & DEBUG_CONSTS) in emit_const_range()
Dsvga_pipe_draw.c293 if (SVGA_DEBUG & DEBUG_FLUSH) { in svga_draw_vbo()
Dsvga_screen.c53 int SVGA_DEBUG = 0; variable
917 SVGA_DEBUG = debug_get_flags_option("SVGA_DEBUG", svga_debug_flags, 0 ); in svga_screen_create()
Dsvga_screen_cache.c161 if (SVGA_DEBUG & DEBUG_DMA) in svga_screen_cache_lookup()
Dsvga_context.c399 if (SVGA_DEBUG & DEBUG_SYNC) { in svga_context_flush()
Dsvga_tgsi_vgpu10.c6553 if (SVGA_DEBUG & DEBUG_TGSI) { in svga_tgsi_vgpu10_translate()