Searched refs:max_cache_size (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/pipebuffer/
H A Dpb_cache.h57 uint64_t max_cache_size; member in struct:pb_cache
H A Dpb_cache.c99 if (mgr->cache_size + buf->size > mgr->max_cache_size) {
297 mgr->max_cache_size = maximum_cache_size;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipebuffer/
H A Dpb_cache.h59 uint64_t max_cache_size; member in struct:pb_cache
H A Dpb_cache.c99 if (mgr->cache_size + buf->size > mgr->max_cache_size) {
299 mgr->max_cache_size = maximum_cache_size;
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_bo.c395 device->bo_cache.max_cache_size = DEFAULT_MAX_BO_CACHE_SIZE;
397 device->bo_cache.max_cache_size = atoll(max_cache_size_str);
400 fprintf(stderr, "MAX BO CACHE SIZE: %iMB\n", device->bo_cache.max_cache_size);
403 device->bo_cache.max_cache_size *= 1024 * 1024;
463 bo->size > cache->max_cache_size - cache->cache_size) {
471 bo->size > cache->max_cache_size - cache->cache_size) {
H A Dv3dv_private.h457 uint32_t max_cache_size; member in struct:v3dv_device::v3dv_bo_cache

Completed in 14 milliseconds