Searched refs:DEBUG_GS (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/dev/ |
| H A D | gen_debug.c | 54 { "gs", DEBUG_GS}, 99 [MESA_SHADER_GEOMETRY] = DEBUG_GS,
|
| H A D | gen_debug.h | 54 #define DEBUG_GS (1ull << 10) macro
|
| /xsrc/external/mit/MesaLib/dist/src/intel/dev/ |
| H A D | intel_debug.c | 57 { "gs", DEBUG_GS}, 98 DEBUG_TES | DEBUG_GS | DEBUG_CS | 111 [MESA_SHADER_GEOMETRY] = DEBUG_GS,
|
| H A D | intel_debug.h | 58 #define DEBUG_GS (1ull << 10) macro
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_ff_gs.c | 136 if (unlikely(INTEL_DEBUG & DEBUG_GS)) {
|
| H A D | brw_disk_cache.c | 49 DEBUG_VS, DEBUG_TCS, DEBUG_TES, DEBUG_GS, DEBUG_WM, DEBUG_CS,
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_vec4_gs_visitor.cpp | 844 if (unlikely(INTEL_DEBUG & DEBUG_GS)) { 861 if (unlikely(INTEL_DEBUG & DEBUG_GS)) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_disk_cache.c | 49 DEBUG_VS, DEBUG_TCS, DEBUG_TES, DEBUG_GS, DEBUG_WM, DEBUG_CS,
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_compile_ff_gs.c | 651 if (INTEL_DEBUG(DEBUG_GS)) {
|
| H A D | brw_vec4_gs_visitor.cpp | 600 const bool debug_enabled = INTEL_DEBUG(DEBUG_GS);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_pipeline.c | 93 [MESA_SHADER_GEOMETRY] = DEBUG_GS,
|
Completed in 12 milliseconds