Searched refs:cache_count (Results 1 – 12 of 12) sorted by relevance
68 unsigned cache_count; in main() local71 for (cache_count = (cache_size << 5); cache_count < (cache_size << 10); cache_count *= 2) { in main()78 printf("Testing cache size of %d with %d values.\n", cache_size, cache_count); in main()99 for (i = 0; i < cache_count; i++) { in main()
52 fprintf(stderr, " BOs cached: %d\n", cache->cache_count); in bo_dump_stats()90 cache->cache_count--; in bo_remove_from_cache()404 device->bo_cache.cache_count = 0; in v3dv_bo_cache_init()495 cache->cache_count++; in v3dv_bo_free()
456 uint32_t cache_count; member
88 std::size_t cache_count() const in cache_count() function in boost::container::pmr::pool_data_t280 return m_pool_data[pool_idx].cache_count(); in pool_cached_blocks()
48 uint32_t cache_count = 0; in v3d_bo_dump_stats() local51 cache_count++; in v3d_bo_dump_stats()57 fprintf(stderr, " BOs cached: %d\n", cache_count); in v3d_bo_dump_stats()
295 FT_UInt cache_count; member
294 FT_UInt cache_count; member
719 fdselect->cache_count = 0; /* clear cache */ in CFF_Load_FD_Select()774 if ( glyph_index - fdselect->cache_first < fdselect->cache_count ) in cff_fd_select_get()803 fdselect->cache_count = limit - first; in cff_fd_select_get()
714 fdselect->cache_count = 0; /* clear cache */ in CFF_Load_FD_Select()770 fdselect->cache_count ) in cff_fd_select_get()799 fdselect->cache_count = limit - first; in cff_fd_select_get()
720 fdselect->cache_count = 0; /* clear cache */ in CFF_Load_FD_Select()776 fdselect->cache_count ) in cff_fd_select_get()805 fdselect->cache_count = limit - first; in cff_fd_select_get()
1413 uint32_t cache_count = MIN2(count, UINT32_MAX - ws->syncobj_count); in radv_amdgpu_cache_free_syncobjs() local1414 if (cache_count + ws->syncobj_count > ws->syncobj_capacity) { in radv_amdgpu_cache_free_syncobjs()1415 unsigned new_capacity = MAX2(ws->syncobj_count + cache_count, ws->syncobj_capacity * 2); in radv_amdgpu_cache_free_syncobjs()