Home
last modified time | relevance | path

Searched refs:DEBUG_NO8 (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/intel/dev/
Dintel_debug.h68 #define DEBUG_NO8 (1ull << 20) macro
102 (DEBUG_NO16 | DEBUG_NO_DUAL_OBJECT_GS | DEBUG_NO8 | DEBUG_SPILL_FS | \
Dintel_debug.c66 { "no8", DEBUG_NO8 },
/third_party/mesa3d/src/intel/compiler/
Dbrw_simd_selection.c117 INTEL_DEBUG(DEBUG_NO8), in brw_simd_should_compile()
Dbrw_fs.cpp7453 } else if (!INTEL_DEBUG(DEBUG_NO8)) { in brw_compile_fs()
7467 !INTEL_DEBUG(DEBUG_NO8)) { in brw_compile_fs()
7946 if (!INTEL_DEBUG(DEBUG_NO8)) { in compile_single_bs()
7992 assert(INTEL_DEBUG(DEBUG_NO8 | DEBUG_NO16)); in compile_single_bs()