Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/common/
Dgen_debug.c54 { "gs", DEBUG_GS},
98 [MESA_SHADER_GEOMETRY] = DEBUG_GS, in intel_debug_flag_for_shader_stage()
Dgen_debug.h54 #define DEBUG_GS (1ull << 10) macro
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_ff_gs.c136 if (unlikely(INTEL_DEBUG & DEBUG_GS)) { in brw_codegen_ff_gs_prog()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_gs_visitor.cpp845 if (unlikely(INTEL_DEBUG & DEBUG_GS)) { in brw_compile_gs()
862 if (unlikely(INTEL_DEBUG & DEBUG_GS)) { in brw_compile_gs()
/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c90 [MESA_SHADER_GEOMETRY] = DEBUG_GS,