Lines Matching refs:pipelineCache
3387 VkPipelineCache pipelineCache, in destroyPipelineCacheLocked() argument
3389 deviceDispatch->vkDestroyPipelineCache(device, pipelineCache, pAllocator); in destroyPipelineCacheLocked()
3391 mPipelineCacheInfo.erase(pipelineCache); in destroyPipelineCacheLocked()
3395 VkPipelineCache pipelineCache, in on_vkDestroyPipelineCache() argument
3401 destroyPipelineCacheLocked(device, deviceDispatch, pipelineCache, pAllocator); in on_vkDestroyPipelineCache()
3405 VkPipelineCache pipelineCache, uint32_t createInfoCount, in on_vkCreateGraphicsPipelines() argument
3413 device, pipelineCache, createInfoCount, pCreateInfos, pAllocator, pPipelines); in on_vkCreateGraphicsPipelines()
7280 for (auto pipelineCache : findDeviceObjects(deviceToDestroy, mPipelineCacheInfo)) { in teardownInstanceLocked() local
7281 destroyPipelineCacheLocked(deviceToDestroy, deviceToDestroyDispatch, pipelineCache, in teardownInstanceLocked()
8177 VkPipelineCache pipelineCache, in on_vkDestroyPipelineCache() argument
8179 mImpl->on_vkDestroyPipelineCache(pool, boxed_device, pipelineCache, pAllocator); in on_vkDestroyPipelineCache()
8183 android::base::BumpPool* pool, VkDevice boxed_device, VkPipelineCache pipelineCache, in on_vkCreateGraphicsPipelines() argument
8186 return mImpl->on_vkCreateGraphicsPipelines(pool, boxed_device, pipelineCache, createInfoCount, in on_vkCreateGraphicsPipelines()