Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/dev/
Dintel_debug.h85 #define DEBUG_DO32 (1ull << 37) macro
106 DEBUG_SPILL_VEC4 | DEBUG_NO_COMPACTION | DEBUG_DO32 | DEBUG_SOFT64 | \
Dintel_debug.c86 { "do32", DEBUG_DO32 },
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs.cpp9838 if (!INTEL_DEBUG(DEBUG_DO32) && throughput >= perf.throughput) { in brw_compile_fs()
10234 INTEL_DEBUG(DEBUG_DO32) || in brw_compile_cs()
10353 if (INTEL_DEBUG(DEBUG_DO32) && (mask & simd32)) in brw_cs_simd_size_for_group_size()