Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/dev/
Dgen_debug.h89 #define DEBUG_SOFT64 (1ull << 42) macro
102 DEBUG_SPILL_VEC4 | DEBUG_NO_COMPACTION | DEBUG_DO32 | DEBUG_SOFT64 | \
Dgen_debug.c91 { "soft64", DEBUG_SOFT64 },
/external/mesa3d/src/intel/compiler/
Dbrw_compiler.c139 if (!devinfo->has_64bit_float || (INTEL_DEBUG & DEBUG_SOFT64)) { in brw_compiler_create()