Searched refs:DEBUG_GS (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/intel/dev/ |
D | gen_debug.c | 57 { "gs", DEBUG_GS}, 98 DEBUG_TES | DEBUG_GS | DEBUG_CS }, 109 [MESA_SHADER_GEOMETRY] = DEBUG_GS, in intel_debug_flag_for_shader_stage()
|
D | gen_debug.h | 57 #define DEBUG_GS (1ull << 10) macro
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_ff_gs.c | 136 if (INTEL_DEBUG & DEBUG_GS) { in brw_codegen_ff_gs_prog()
|
D | brw_disk_cache.c | 49 DEBUG_VS, DEBUG_TCS, DEBUG_TES, DEBUG_GS, DEBUG_WM, DEBUG_CS, in debug_enabled_for_stage()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4_gs_visitor.cpp | 811 if (INTEL_DEBUG & DEBUG_GS) { in brw_compile_gs() 827 if (INTEL_DEBUG & DEBUG_GS) { in brw_compile_gs()
|