Home
last modified time | relevance | path

Searched refs:max_buf (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Ddisk_cache.c469 size_t max_buf = util_compress_max_compressed_len(size); in blob_put_compressed() local
470 struct blob_cache_entry *entry = malloc(max_buf + sizeof(*entry)); in blob_put_compressed()
478 util_compress_deflate(data, size, entry->compressed_data, max_buf); in blob_put_compressed()
Ddisk_cache_os.c659 size_t max_buf = util_compress_max_compressed_len(dc_job->size); in create_cache_item_header_and_blob() local
667 compressed_data = malloc(max_buf); in create_cache_item_header_and_blob()
672 compressed_data, max_buf); in create_cache_item_header_and_blob()