Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c456 if (sscreen->debug_flags & DBG_ALL_SHADERS) in si_pipe_create_context()
624 if (sscreen->debug_flags & DBG_ALL_SHADERS) in si_disk_cache_create()
849 sscreen->debug_flags |= DBG_ALL_SHADERS; in radeonsi_screen_create()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_pipe_common.h121 #define DBG_ALL_SHADERS (((1 << (DBG_CS + 1)) - 1)) macro
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.h78 #define DBG_ALL_SHADERS (DBG_FS - 1) macro
Dr600_pipe.c704 rscreen->b.debug_flags |= DBG_ALL_SHADERS | DBG_FS; in r600_screen_create()
Dr600_pipe_common.c851 if (rscreen->debug_flags & DBG_ALL_SHADERS) in r600_disk_cache_create()