Home
last modified time | relevance | path

Searched refs:pipelineCacheInfo (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp810 const VkPipelineCacheCreateInfo pipelineCacheInfo = { in iterate() local
824 Move<VkPipelineCache> pipelineCache = createPipelineCache(vk, device, &pipelineCacheInfo); in iterate()
947 const VkPipelineCacheCreateInfo pipelineCacheInfo = { in iterate() local
961 Move<VkPipelineCache> pipelineCache = createPipelineCache(vk, device, &pipelineCacheInfo); in iterate()
/aosp_15_r20/cts/tests/tests/graphics/jni/
H A DVulkanTestHelpers.cpp693 VkPipelineCacheCreateInfo pipelineCacheInfo{ in init() local
700 VK_CALL(vkCreatePipelineCache(mInit->device(), &pipelineCacheInfo, nullptr, in init()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp1470 const VkPipelineCacheCreateInfo pipelineCacheInfo = { in create() local
1485 … return createPipelineCache(env.vkd, env.device, &pipelineCacheInfo, env.allocationCallbacks); in create()
1578 const VkPipelineCacheCreateInfo pipelineCacheInfo = { in create() local
1586 …auto pipelineCache = createPipelineCache(env.vkd, env.device, &pipelineCacheInfo, env.allocationCa… in create()
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp4021 auto& pipelineCacheInfo = mPipelineCacheInfo[*pPipelineCache]; in on_vkCreatePipelineCache() local
4022 pipelineCacheInfo.device = device; in on_vkCreatePipelineCache()
4031 PipelineCacheInfo& pipelineCacheInfo, in destroyPipelineCacheWithExclusiveInfo() argument
4041 auto& pipelineCacheInfo = pipelineCacheInfoIt->second; in destroyPipelineCacheLocked() local
4044 pipelineCacheInfo, pAllocator); in destroyPipelineCacheLocked()
8633 for (auto& [pipelineCache, pipelineCacheInfo] : deviceObjects.pipelineCaches) { in destroyInstanceObjects()
8635 pipelineCacheInfo, nullptr); in destroyInstanceObjects()