Lines Matching defs:cache
36 static void pvr_pipeline_cache_load(struct pvr_pipeline_cache *cache,
40 struct pvr_device *device = cache->device;
73 struct pvr_pipeline_cache *cache;
78 cache = vk_object_alloc(&device->vk,
80 sizeof(*cache),
82 if (!cache)
85 cache->device = device;
88 pvr_pipeline_cache_load(cache,
93 *pPipelineCache = pvr_pipeline_cache_to_handle(cache);
103 PVR_FROM_HANDLE(pvr_pipeline_cache, cache, _cache);
105 if (!cache)
108 vk_object_free(&device->vk, pAllocator, cache);
134 /* TODO: Once there's some data to cache then this should be written to
150 /* TODO: Once there's some data to cache then this will need to be able to