Searched refs:debug_dxil (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_module.h53 extern int debug_dxil;
H A Dnir_to_dxil.c45 int debug_dxil = 0; variable in typeref:typename:int
56 DEBUG_GET_ONCE_FLAGS_OPTION(debug_dxil, "DXIL_DEBUG", dxil_debug_options, 0)
59 if (debug_dxil & DXIL_DEBUG_VERBOSE) \
67 if (debug_dxil & DXIL_DEBUG_TRACE) \
4879 debug_dxil = (int)debug_get_option_debug_dxil();
4917 if (debug_dxil & DXIL_DEBUG_VERBOSE)
4926 if (debug_dxil & DXIL_DEBUG_DUMP_MODULE) {
4985 if (debug_dxil & DXIL_DEBUG_DUMP_BLOB) {

Completed in 9 milliseconds