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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_debug.h47 #define DBG_FS 0x40 macro
H A Di915_fpc_translate.c1003 if (I915_DBG_ON(DBG_FS)) {
1017 if (I915_DBG_ON(DBG_FS)) {
H A Di915_debug.c45 {"fs", DBG_FS, "Dump fragment shaders"},
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_pipe_common.h78 #define DBG_ALL_SHADERS (DBG_FS - 1)
79 #define DBG_FS (1 << 6) /* fetch shader */ macro
H A Dr600_pipe.c765 rscreen->b.debug_flags |= DBG_ALL_SHADERS | DBG_FS;
H A Dr600_pipe_common.c762 { "fs", DBG_FS, "Print fetch shaders" },
H A Dr600_asm.c2739 if (rctx->screen->b.debug_flags & DBG_FS) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_pipe_common.h77 #define DBG_ALL_SHADERS (DBG_FS - 1)
78 #define DBG_FS (1 << 6) /* fetch shader */ macro
H A Dr600_pipe.c743 rscreen->b.debug_flags |= DBG_ALL_SHADERS | DBG_FS;
H A Dr600_pipe_common.c685 { "fs", DBG_FS, "Print fetch shaders" },
H A Dr600_asm.c2747 if (rctx->screen->b.debug_flags & DBG_FS) {

Completed in 21 milliseconds