Home
last modified time | relevance | path

Searched refs:pipelineCacheCreateInfo (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCacheTests.cpp554 const VkPipelineCacheCreateInfo pipelineCacheCreateInfo = in CacheTestInstance() local
563 m_cache = createPipelineCache(vk, vkDevice, &pipelineCacheCreateInfo); in CacheTestInstance()
1402 const VkPipelineCacheCreateInfo pipelineCacheCreateInfo = in PipelineFromCacheTestInstance() local
1410 m_newCache = createPipelineCache(vk, vkDevice, &pipelineCacheCreateInfo); in PipelineFromCacheTestInstance()
1471 const VkPipelineCacheCreateInfo pipelineCacheCreateInfo = in PipelineFromIncompleteCacheTestInstance() local
1479 m_newCache = createPipelineCache(vk, vkDevice, &pipelineCacheCreateInfo); in PipelineFromIncompleteCacheTestInstance()
1610 VkPipelineCacheCreateInfo pipelineCacheCreateInfo = in createPipelineCache() local
1623 return vk::createPipelineCache(vk, device, &pipelineCacheCreateInfo); in createPipelineCache()
1634 pipelineCacheCreateInfo.initialDataSize = data.size(); in createPipelineCache()
1635 pipelineCacheCreateInfo.pInitialData = &data[0]; in createPipelineCache()
[all …]
DvktPipelineMatchedAttachmentsTests.cpp177 const VkPipelineCacheCreateInfo pipelineCacheCreateInfo = in testMatchedAttachments() local
186 …PipelineCache> pipelineCache (createPipelineCache(vk, vkDevice, &pipelineCacheCreateInfo)); in testMatchedAttachments()
DvktPipelineEarlyDestroyTests.cpp181 const VkPipelineCacheCreateInfo pipelineCacheCreateInfo = in testEarlyDestroy() local
189 …PipelineCache> pipelineCache (createPipelineCache(vk, vkDevice, &pipelineCacheCreateInfo)); in testEarlyDestroy()
DvktPipelineCreationFeedbackTests.cpp545 const VkPipelineCacheCreateInfo pipelineCacheCreateInfo = in CacheTestInstance() local
554 m_cache = createPipelineCache(vk, vkDevice, &pipelineCacheCreateInfo); in CacheTestInstance()
DvktPipelineExecutablePropertiesTests.cpp582 const VkPipelineCacheCreateInfo pipelineCacheCreateInfo = in ExecutablePropertiesTestInstance() local
591 m_cache = createPipelineCache(vk, vkDevice, &pipelineCacheCreateInfo); in ExecutablePropertiesTestInstance()
/external/angle/src/libANGLE/renderer/vulkan/
DRendererVk.cpp2567 VkPipelineCacheCreateInfo pipelineCacheCreateInfo = {}; in initPipelineCache() local
2569 pipelineCacheCreateInfo.sType = VK_STRUCTURE_TYPE_PIPELINE_CACHE_CREATE_INFO; in initPipelineCache()
2570 pipelineCacheCreateInfo.flags = 0; in initPipelineCache()
2571 pipelineCacheCreateInfo.initialDataSize = *success ? initialData.size() : 0; in initPipelineCache()
2572 pipelineCacheCreateInfo.pInitialData = *success ? initialData.data() : nullptr; in initPipelineCache()
2574 ANGLE_VK_TRY(display, pipelineCache->init(mDevice, pipelineCacheCreateInfo)); in initPipelineCache()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiPipelineTests.cpp793 const VkPipelineCacheCreateInfo pipelineCacheCreateInfo = in createSimpleGraphicsPipeline() local
802 …VkPipelineCache> pipelineCache (createPipelineCache(vk, device, &pipelineCacheCreateInfo)); in createSimpleGraphicsPipeline()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryDeviceMemoryReportTests.cpp731 const VkPipelineCacheCreateInfo pipelineCacheCreateInfo = in create() local
740 return createPipelineCache(env.vkd, env.device, &pipelineCacheCreateInfo); in create()