Searched refs:DEBUG_TES (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/dev/
H A Dgen_debug.c80 { "ds", DEBUG_TES },
81 { "tes", DEBUG_TES },
98 [MESA_SHADER_TESS_EVAL] = DEBUG_TES,
H A Dgen_debug.h79 #define DEBUG_TES (1ull << 35) macro
/xsrc/external/mit/MesaLib/dist/src/intel/dev/
H A Dintel_debug.c83 { "ds", DEBUG_TES },
84 { "tes", DEBUG_TES },
98 DEBUG_TES | DEBUG_GS | DEBUG_CS |
110 [MESA_SHADER_TESS_EVAL] = DEBUG_TES,
H A Dintel_debug.h83 #define DEBUG_TES (1ull << 35) macro
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_shader.cpp1314 if (unlikely(INTEL_DEBUG & DEBUG_TES)) {
1337 if (unlikely(INTEL_DEBUG & DEBUG_TES)) {
1357 if (unlikely(INTEL_DEBUG & DEBUG_TES))
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_disk_cache.c49 DEBUG_VS, DEBUG_TCS, DEBUG_TES, DEBUG_GS, DEBUG_WM, DEBUG_CS,
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_disk_cache.c49 DEBUG_VS, DEBUG_TCS, DEBUG_TES, DEBUG_GS, DEBUG_WM, DEBUG_CS,
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_shader.cpp1343 const bool debug_enabled = INTEL_DEBUG(DEBUG_TES);
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_pipeline.c92 [MESA_SHADER_TESS_EVAL] = DEBUG_TES,

Completed in 9 milliseconds