Home
last modified time | relevance | path

Searched refs:DEBUG_WM (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/intel/dev/
Dintel_debug.c52 { "fs", DEBUG_WM },
57 { "wm", DEBUG_WM },
90 { "shaders", DEBUG_WM | DEBUG_VS | DEBUG_TCS |
108 [MESA_SHADER_FRAGMENT] = DEBUG_WM, in intel_debug_flag_for_shader_stage()
Dintel_debug.h58 #define DEBUG_WM (1ull << 10) macro
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs.cpp7405 INTEL_DEBUG(params->debug_flag ? params->debug_flag : DEBUG_WM); in brw_compile_fs()