Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/common/
Dgen_debug.h81 #define DEBUG_DO32 (1ull << 37) macro
Dgen_debug.c83 { "do32", DEBUG_DO32 },
/external/mesa3d/src/intel/compiler/
Dbrw_fs.cpp7099 if (!fail_msg && (min_dispatch_width > 16 || (INTEL_DEBUG & DEBUG_DO32))) { in brw_compile_cs()