Home
last modified time | relevance | path

Searched refs:dump_stats (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_bo.c43 static const bool dump_stats = false; variable
147 if (dump_stats) { in bo_free()
217 if (dump_stats) { in v3dv_bo_alloc()
258 if (dump_stats) { in v3dv_bo_alloc()
398 if (dump_stats) { in v3dv_bo_cache_init()
413 if (dump_stats) { in v3dv_bo_cache_destroy()
431 if (dump_stats && !freed_any) { in free_stale_bos()
444 if (dump_stats && freed_any) { in free_stale_bos()
503 if (dump_stats) { in v3dv_bo_free()
H A Dv3dv_pipeline_cache.c30 static const bool dump_stats = false; variable
135 if (dump_stats) in v3dv_pipeline_cache_upload_nir()
184 if (dump_stats) in v3dv_pipeline_cache_search_for_nir()
194 if (dump_stats) in v3dv_pipeline_cache_search_for_nir()
279 if (dump_stats) in v3dv_pipeline_cache_search_for_pipeline()
294 if (dump_stats) in v3dv_pipeline_cache_search_for_pipeline()
461 if (dump_stats) in pipeline_cache_upload_shared_data()
705 if (dump_stats) in pipeline_cache_load()
828 if (dump_stats) in v3dv_MergePipelineCaches()
851 if (dump_stats) in v3dv_MergePipelineCaches()
[all...]
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_bufmgr.c38 static bool dump_stats = false; variable
134 if (dump_stats) { in v3d_bo_alloc()
178 if (dump_stats) { in v3d_bo_alloc()
223 if (dump_stats) { in v3d_bo_free()
244 if (dump_stats && !freed_any) { in free_stale_bos()
256 if (dump_stats && freed_any) { in free_stale_bos()
314 if (dump_stats) { in v3d_bo_last_unreference_locked_timed()
547 if (dump_stats) { in v3d_bufmgr_destroy()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_bufmgr.c39 static bool dump_stats = false; variable
168 if (dump_stats) { in vc4_bo_free()
232 if (dump_stats) { in vc4_bo_alloc()
271 if (dump_stats) { in vc4_bo_alloc()
301 if (dump_stats && !freed_any) { in free_stale_bos()
316 if (dump_stats && freed_any) { in free_stale_bos()
368 if (dump_stats) { in vc4_bo_last_unreference_locked_timed()
504 if (dump_stats) { in vc4_bo_alloc_shader()
666 if (dump_stats) { in vc4_bufmgr_destroy()
/third_party/python/Lib/
H A DcProfile.py45 def dump_stats(self, file): member in Profile
H A Dprofile.py71 prof.dump_stats(filename)
392 def dump_stats(self, file): member in Profile
H A Dpstats.py195 def dump_stats(self, filename): member in Stats

Completed in 7 milliseconds