HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG_STATS (Results 1 - 14 of 14) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_debug.c 58 { "stats", DEBUG_STATS },
brw_gs_state.c 83 if (unlikely(INTEL_DEBUG & DEBUG_STATS))
intel_debug.h 52 #define DEBUG_STATS (1ull << 16)
brw_clip_state.c 118 if (unlikely(INTEL_DEBUG & DEBUG_STATS))
brw_vs_state.c 150 if (unlikely(INTEL_DEBUG & DEBUG_STATS))
brw_sf_state.c 179 if (unlikely(INTEL_DEBUG & DEBUG_STATS))
brw_wm_state.c 221 if (unlikely(INTEL_DEBUG & DEBUG_STATS) || brw->stats_wm)
brw_cc.c 231 if (brw->stats_wm || unlikely(INTEL_DEBUG & DEBUG_STATS))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
gcmodule.c 156 #define DEBUG_STATS (1<<0) /* print collection statistics */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
gcmodule.c 116 #define DEBUG_STATS (1<<0) /* print collection statistics */
839 if (debug & DEBUG_STATS) {
    [all...]
  /external/python/cpython2/Modules/
gcmodule.c 156 #define DEBUG_STATS (1<<0) /* print collection statistics */
890 if (debug & DEBUG_STATS) {
    [all...]
  /external/python/cpython3/Modules/
gcmodule.c 163 #define DEBUG_STATS (1<<0) /* print collection statistics */
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_context.h 290 #define DEBUG_STATS 0x100000
intel_context.c 309 { "stats", DEBUG_STATS },

Completed in 697 milliseconds