Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/dev/
Dintel_debug.c53 { "gs", DEBUG_GS},
91 DEBUG_TES | DEBUG_GS | DEBUG_CS |
107 [MESA_SHADER_GEOMETRY] = DEBUG_GS, in intel_debug_flag_for_shader_stage()
Dintel_debug.h54 #define DEBUG_GS (1ull << 6) macro
/third_party/mesa3d/src/intel/compiler/
Dbrw_compile_ff_gs.c652 if (INTEL_DEBUG(DEBUG_GS)) { in brw_compile_ff_gs_prog()
Dbrw_vec4_gs_visitor.cpp597 const bool debug_enabled = INTEL_DEBUG(DEBUG_GS); in brw_compile_gs()