Home
last modified time | relevance | path

Searched refs:DBG_FORCE_DMA (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.h99 #define DBG_FORCE_DMA (1ull << 38) macro
Dr600_pipe.c228 if (rscreen->b.debug_flags & DBG_FORCE_DMA) in r600_create_context()
Dr600_blit.c955 if (rctx->screen->b.debug_flags & DBG_FORCE_DMA && in r600_blit()
Dr600_pipe_common.c718 { "forcedma", DBG_FORCE_DMA, "Use asynchronous DMA for all operations when possible." },