Lines Matching defs:cache
120 /* pipeline cache commands */
133 struct vn_pipeline_cache *cache =
134 vk_zalloc(alloc, sizeof(*cache), VN_DEFAULT_ALIGN,
136 if (!cache)
139 vn_object_base_init(&cache->base, VK_OBJECT_TYPE_PIPELINE_CACHE,
153 VkPipelineCache cache_handle = vn_pipeline_cache_to_handle(cache);
169 struct vn_pipeline_cache *cache =
174 if (!cache)
180 vn_object_base_fini(&cache->base);
181 vk_free(alloc, cache);