Home
last modified time | relevance | path

Searched refs:DEBUG_CS (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/intel/dev/
Dgen_debug.c78 { "cs", DEBUG_CS },
98 DEBUG_TES | DEBUG_GS | DEBUG_CS },
111 [MESA_SHADER_COMPUTE] = DEBUG_CS, in intel_debug_flag_for_shader_stage()
Dgen_debug.h78 #define DEBUG_CS (1ull << 31) macro
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_debug.h47 #define DEBUG_CS 0x10000 macro
Dlp_state_cs.c496 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()
Dlp_screen.c75 { "cs", DEBUG_CS, NULL },
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_disk_cache.c49 DEBUG_VS, DEBUG_TCS, DEBUG_TES, DEBUG_GS, DEBUG_WM, DEBUG_CS, in debug_enabled_for_stage()
/external/mesa3d/src/intel/compiler/
Dbrw_fs.cpp9333 if (INTEL_DEBUG & DEBUG_CS) { in brw_compile_cs()