Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/dev/
Dgen_debug.c81 { "hs", DEBUG_TCS },
82 { "tcs", DEBUG_TCS },
97 { "shaders", DEBUG_WM | DEBUG_VS | DEBUG_TCS |
107 [MESA_SHADER_TESS_CTRL] = DEBUG_TCS, in intel_debug_flag_for_shader_stage()
Dgen_debug.h81 #define DEBUG_TCS (1ull << 34) macro
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_tcs.cpp449 if (INTEL_DEBUG & DEBUG_TCS) { in brw_compile_tcs()
470 if (INTEL_DEBUG & DEBUG_TCS) { in brw_compile_tcs()
493 if (INTEL_DEBUG & DEBUG_TCS) in brw_compile_tcs()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_disk_cache.c49 DEBUG_VS, DEBUG_TCS, DEBUG_TES, DEBUG_GS, DEBUG_WM, DEBUG_CS, in debug_enabled_for_stage()