Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/common/
Dgen_debug.c78 { "hs", DEBUG_TCS },
79 { "tcs", DEBUG_TCS },
96 [MESA_SHADER_TESS_CTRL] = DEBUG_TCS, in intel_debug_flag_for_shader_stage()
Dgen_debug.h78 #define DEBUG_TCS (1ull << 34) macro
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_tcs.cpp457 if (unlikely(INTEL_DEBUG & DEBUG_TCS)) { in brw_compile_tcs()
480 if (unlikely(INTEL_DEBUG & DEBUG_TCS)) { in brw_compile_tcs()
500 if (unlikely(INTEL_DEBUG & DEBUG_TCS)) in brw_compile_tcs()
/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c88 [MESA_SHADER_TESS_CTRL] = DEBUG_TCS,