Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/dev/
Dintel_debug.h71 #define DEBUG_NO16 (1ull << 23) macro
105 (DEBUG_NO16 | DEBUG_NO_DUAL_OBJECT_GS | DEBUG_NO8 | DEBUG_SPILL_FS | \
Dintel_debug.c69 { "no16", DEBUG_NO16 },
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs.cpp9796 (!INTEL_DEBUG(DEBUG_NO16) || params->use_rep_send)) { in brw_compile_fs()
10192 if (!INTEL_DEBUG(DEBUG_NO16) && in brw_compile_cs()
10275 if (unlikely(!v) && INTEL_DEBUG(DEBUG_NO8 | DEBUG_NO16 | DEBUG_NO32)) { in brw_compile_cs()
10444 if (!has_spilled && !INTEL_DEBUG(DEBUG_NO16)) { in compile_single_bs()
10472 assert(INTEL_DEBUG(DEBUG_NO8 | DEBUG_NO16)); in compile_single_bs()