Searched refs:DEBUG_CS (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/intel/dev/ |
D | gen_debug.c | 78 { "cs", DEBUG_CS }, 98 DEBUG_TES | DEBUG_GS | DEBUG_CS }, 111 [MESA_SHADER_COMPUTE] = DEBUG_CS, in intel_debug_flag_for_shader_stage()
|
D | gen_debug.h | 78 #define DEBUG_CS (1ull << 31) macro
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_debug.h | 47 #define DEBUG_CS 0x10000 macro
|
D | lp_state_cs.c | 496 if ((LP_DEBUG & DEBUG_CS) || (gallivm_debug & GALLIVM_DEBUG_IR)) { in llvmpipe_remove_cs_shader_variant() 745 if ((LP_DEBUG & DEBUG_CS) || (gallivm_debug & GALLIVM_DEBUG_IR)) { in generate_variant() 808 if (LP_DEBUG & DEBUG_CS) { in llvmpipe_update_cs()
|
D | lp_screen.c | 75 { "cs", DEBUG_CS, NULL },
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
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_fs.cpp | 9333 if (INTEL_DEBUG & DEBUG_CS) { in brw_compile_cs()
|