Home
last modified time | relevance | path

Searched refs:DBG_CHECK_VM (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_hw_context.c153 if (ctx->screen->b.debug_flags & DBG_CHECK_VM) { in si_context_gfx_flush()
Dsi_debug.c671 if (sctx->screen->b.debug_flags & DBG_CHECK_VM) in si_init_debug_functions()
Dsi_pipe.c152 if (sscreen->b.debug_flags & DBG_CHECK_VM) in si_create_context()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_pipe_common.c414 (rctx->screen->debug_flags & DBG_CHECK_VM) && in r600_flush_dma_ring()
709 { "check_vm", DBG_CHECK_VM, "Check VM faults and dump debug info." },
Dr600_pipe_common.h97 #define DBG_CHECK_VM (1llu << 42) macro