Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_pipeline_cache.h157 bool skip_disk_cache; member
200 bool skip_disk_cache; member
Dvk_pipeline_cache.c360 if (!cache->skip_disk_cache && disk_cache && cache->object_cache) { in vk_pipeline_cache_lookup_object()
429 if (!cache->skip_disk_cache && object->ops->serialize && disk_cache) { in vk_pipeline_cache_add_object()
455 if (!cache->skip_disk_cache && disk_cache) { in vk_pipeline_cache_create_and_insert_object()
623 cache->skip_disk_cache = true; in vk_pipeline_cache_create()
625 cache->skip_disk_cache = info->skip_disk_cache; in vk_pipeline_cache_create()