Home
last modified time | relevance | path

Searched refs:DBG_ALL_SHADERS (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c772 if (sscreen->debug_flags & DBG_ALL_SHADERS) in si_pipe_create_context()
930 if (sscreen->debug_flags & DBG_ALL_SHADERS) in si_disk_cache_create()
1263 sscreen->debug_flags |= DBG_ALL_SHADERS; in radeonsi_screen_create_impl()
Dsi_pipe.h232 #define DBG_ALL_SHADERS (((1 << (DBG_CS + 1)) - 1)) macro
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir.cpp853 (rctx->screen->b.debug_flags & DBG_ALL_SHADERS)) { in r600_shader_from_nir()
880 if (!r || rctx->screen->b.debug_flags & DBG_ALL_SHADERS) { in r600_shader_from_nir()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.h75 #define DBG_ALL_SHADERS (DBG_FS - 1) macro
Dr600_pipe.c736 rscreen->b.debug_flags |= DBG_ALL_SHADERS | DBG_FS; in r600_screen_create()
Dr600_pipe_common.c772 if (rscreen->debug_flags & DBG_ALL_SHADERS) in r600_disk_cache_create()