HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG_TCS (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/intel/common/
gen_debug.c 78 { "hs", DEBUG_TCS },
79 { "tcs", DEBUG_TCS },
96 [MESA_SHADER_TESS_CTRL] = DEBUG_TCS,
gen_debug.h 78 #define DEBUG_TCS (1ull << 34)
  /external/mesa3d/src/intel/compiler/
brw_vec4_tcs.cpp 457 if (unlikely(INTEL_DEBUG & DEBUG_TCS)) {
480 if (unlikely(INTEL_DEBUG & DEBUG_TCS)) {
500 if (unlikely(INTEL_DEBUG & DEBUG_TCS))
  /external/mesa3d/src/intel/vulkan/
anv_pipeline.c 88 [MESA_SHADER_TESS_CTRL] = DEBUG_TCS,
    [all...]

Completed in 204 milliseconds