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

  /external/libdrm/etnaviv/
etnaviv_device.c 59 etna_bo_cache_init(&dev->bo_cache);
88 etna_bo_cache_cleanup(&dev->bo_cache, 0);
etnaviv_bo.c 120 bo = etna_bo_cache_alloc(&dev->bo_cache, &size, flags);
245 if (bo->reuse && (etna_bo_cache_free(&dev->bo_cache, bo) == 0))
etnaviv_priv.h 95 struct etna_bo_cache bo_cache; member in struct:etna_device
  /external/mesa3d/src/gallium/winsys/amdgpu/drm/
amdgpu_winsys.h 50 struct pb_cache bo_cache; member in struct:amdgpu_winsys
amdgpu_bo.c 303 pb_cache_release_all_buffers(&real->ws->bo_cache);
377 pb_cache_init_entry(&ws->bo_cache, &bo->u.real.cache_entry, &bo->base,
709 pb_cache_release_all_buffers(&ws->bo_cache);
751 assert(pb_cache_bucket < ARRAY_SIZE(ws->bo_cache.buckets));
755 pb_cache_reclaim_buffer(&ws->bo_cache, size, alignment, usage,
766 pb_cache_release_all_buffers(&ws->bo_cache);
amdgpu_winsys.c 392 pb_cache_deinit(&ws->bo_cache);
553 pb_cache_init(&ws->bo_cache, 500000, ws->check_vm ? 1.0f : 2.0f, 0,
615 pb_cache_deinit(&ws->bo_cache);
  /external/libdrm/freedreno/
freedreno_device.c 88 fd_bo_cache_init(&dev->bo_cache, FALSE);
115 fd_bo_cache_cleanup(&dev->bo_cache, 0);
freedreno_bo.c 92 bo = fd_bo_cache_alloc(&dev->bo_cache, &size, flags);
204 if (bo->bo_reuse && (fd_bo_cache_free(&dev->bo_cache, bo) == 0))
freedreno_priv.h 102 struct fd_bo_cache bo_cache; member in struct:fd_device
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_screen.h 84 } bo_cache; member in struct:vc4_screen
vc4_bufmgr.c 54 struct vc4_bo_cache *cache = &screen->bo_cache;
93 struct vc4_bo_cache *cache = &screen->bo_cache;
163 if (!list_empty(&screen->bo_cache.time_list) &&
166 vc4_bo_cache_free_all(&screen->bo_cache);
191 pipe_mutex_lock(screen->bo_cache.lock);
193 pipe_mutex_unlock(screen->bo_cache.lock);
235 struct vc4_bo_cache *cache = &screen->bo_cache;
277 struct vc4_bo_cache *cache = &screen->bo_cache;
602 struct vc4_bo_cache *cache = &screen->bo_cache;
vc4_screen.c 613 list_inithead(&screen->bo_cache.time_list);
  /external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_drm_winsys.h 72 struct pb_cache bo_cache; member in struct:radeon_drm_winsys
radeon_drm_winsys.c 553 pb_cache_deinit(&ws->bo_cache);
764 pb_cache_init(&ws->bo_cache, 500000, ws->check_vm ? 1.0f : 2.0f, 0,
852 pb_cache_deinit(&ws->bo_cache);
radeon_drm_bo.c 449 pb_cache_release_all_buffers(&bo->rws->bo_cache);
655 pb_cache_init_entry(&rws->bo_cache, &bo->u.real.cache_entry, &bo->base,
984 pb_cache_release_all_buffers(&ws->bo_cache);
    [all...]

Completed in 295 milliseconds