Home
last modified time | relevance | path

Searched refs:DXIL_DEBUG_VERBOSE (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.h56 DXIL_DEBUG_VERBOSE = 1 << 0, enumerator
Dnir_to_dxil.c49 { "verbose", DXIL_DEBUG_VERBOSE, NULL },
59 if (debug_dxil & DXIL_DEBUG_VERBOSE) \
5895 if (debug_dxil & DXIL_DEBUG_VERBOSE) in nir_to_dxil()