Searched refs:DEBUG_TCS (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/intel/dev/ |
D | gen_debug.c | 81 { "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()
|
D | gen_debug.h | 81 #define DEBUG_TCS (1ull << 34) macro
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4_tcs.cpp | 449 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/ |
D | brw_disk_cache.c | 49 DEBUG_VS, DEBUG_TCS, DEBUG_TES, DEBUG_GS, DEBUG_WM, DEBUG_CS, in debug_enabled_for_stage()
|