Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/dev/
Dgen_debug.h84 #define DEBUG_DO32 (1ull << 37) macro
102 DEBUG_SPILL_VEC4 | DEBUG_NO_COMPACTION | DEBUG_DO32 | DEBUG_SOFT64 | \
Dgen_debug.c86 { "do32", DEBUG_DO32 },
/external/mesa3d/src/intel/compiler/
Dbrw_fs.cpp8892 if (!(INTEL_DEBUG & DEBUG_DO32) && throughput >= perf.throughput) { in brw_compile_fs()
9275 (INTEL_DEBUG & DEBUG_DO32) || in brw_compile_cs()
9397 if ((INTEL_DEBUG & DEBUG_DO32) && (mask & simd32)) in brw_cs_simd_size_for_group_size()