HomeSort by: relevance | last modified time | path
    Searched refs:DEBUG_OPTIMIZER (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/intel/dev/
gen_debug.c 69 { "optimizer", DEBUG_OPTIMIZER },
gen_debug.h 69 #define DEBUG_OPTIMIZER (1ull << 25)
  /xsrc/external/mit/MesaLib/dist/src/intel/dev/
intel_debug.h 73 #define DEBUG_OPTIMIZER (1ull << 25)
intel_debug.c 72 { "optimizer", DEBUG_OPTIMIZER },
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_shader.cpp 1297 if (!INTEL_DEBUG(DEBUG_OPTIMIZER))
1304 if (!INTEL_DEBUG(DEBUG_OPTIMIZER))
brw_vec4.cpp 2751 if (INTEL_DEBUG(DEBUG_OPTIMIZER) && this_progress) { \
2764 if (INTEL_DEBUG(DEBUG_OPTIMIZER)) {
brw_fs.cpp 8495 if (INTEL_DEBUG(DEBUG_OPTIMIZER) && this_progress) { \
8509 if (INTEL_DEBUG(DEBUG_OPTIMIZER)) {
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_shader.cpp 1199 if (!unlikely(INTEL_DEBUG & DEBUG_OPTIMIZER))
1206 if (!unlikely(INTEL_DEBUG & DEBUG_OPTIMIZER))
brw_vec4.cpp 2697 if (unlikely(INTEL_DEBUG & DEBUG_OPTIMIZER) && this_progress) { \
2710 if (unlikely(INTEL_DEBUG & DEBUG_OPTIMIZER)) {
brw_fs.cpp 7041 if (unlikely(INTEL_DEBUG & DEBUG_OPTIMIZER) && this_progress) { \
7055 if (unlikely(INTEL_DEBUG & DEBUG_OPTIMIZER)) {

Completed in 70 milliseconds