Searched refs:DBG_ALL_SHADERS (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c676 if (sscreen->debug_flags & DBG_ALL_SHADERS)
826 if (sscreen->debug_flags & DBG_ALL_SHADERS)
1168 sscreen->debug_flags |= DBG_ALL_SHADERS;
H A Dsi_pipe.h195 #define DBG_ALL_SHADERS (((1 << (DBG_CS + 1)) - 1)) macro
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_nir.cpp954 (rctx->screen->b.debug_flags & DBG_ALL_SHADERS)) {
981 if (!r || rctx->screen->b.debug_flags & DBG_ALL_SHADERS) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c856 if (sscreen->debug_flags & DBG_ALL_SHADERS)
1025 if (sscreen->debug_flags & DBG_ALL_SHADERS)
1345 sscreen->debug_flags |= DBG_ALL_SHADERS;
H A Dsi_pipe.h257 #define DBG_ALL_SHADERS (((1 << (DBG_CS + 1)) - 1)) macro
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_pipe_common.h78 #define DBG_ALL_SHADERS (DBG_FS - 1) macro
H A Dr600_pipe.c765 rscreen->b.debug_flags |= DBG_ALL_SHADERS | DBG_FS;
H A Dr600_pipe_common.c843 if (rscreen->debug_flags & DBG_ALL_SHADERS)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_pipe_common.h77 #define DBG_ALL_SHADERS (DBG_FS - 1) macro
H A Dr600_pipe.c743 rscreen->b.debug_flags |= DBG_ALL_SHADERS | DBG_FS;
H A Dr600_pipe_common.c766 if (rscreen->debug_flags & DBG_ALL_SHADERS)

Completed in 22 milliseconds