Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCacheTests.cpp265 const VkPipelineCacheCreateInfo pipelineCacheCreateInfo = in CacheTestInstance() local
274 m_cache = createPipelineCache(vk, vkDevice, &pipelineCacheCreateInfo); in CacheTestInstance()
1177 const VkPipelineCacheCreateInfo pipelineCacheCreateInfo = in PipelineFromCacheTestInstance() local
1185 m_newCache = createPipelineCache(vk, vkDevice, &pipelineCacheCreateInfo); in PipelineFromCacheTestInstance()
1252 const VkPipelineCacheCreateInfo pipelineCacheCreateInfo = in PipelineFromIncompleteCacheTestInstance() local
1260 m_newCache = createPipelineCache(vk, vkDevice, &pipelineCacheCreateInfo); in PipelineFromIncompleteCacheTestInstance()
1396 VkPipelineCacheCreateInfo pipelineCacheCreateInfo = in createPipelineCache() local
1412 return vk::createPipelineCache(vk, device, &pipelineCacheCreateInfo); in createPipelineCache()
1423 pipelineCacheCreateInfo.initialDataSize = data.size(); in createPipelineCache()
1424 pipelineCacheCreateInfo.pInitialData = &data[0]; in createPipelineCache()
[all …]
DvktPipelineMatchedAttachmentsTests.cpp183 const VkPipelineCacheCreateInfo pipelineCacheCreateInfo = in testMatchedAttachments() local
199 …PipelineCache> pipelineCache (createPipelineCache(vk, vkDevice, &pipelineCacheCreateInfo)); in testMatchedAttachments()
DvktPipelineEarlyDestroyTests.cpp171 const VkPipelineCacheCreateInfo pipelineCacheCreateInfo = in testEarlyDestroy() local
186 …PipelineCache> pipelineCache (createPipelineCache(vk, vkDevice, &pipelineCacheCreateInfo)); in testEarlyDestroy()
DvktPipelineCreationFeedbackTests.cpp217 const VkPipelineCacheCreateInfo pipelineCacheCreateInfo = in CacheTestInstance() local
226 m_cache = createPipelineCache(vk, vkDevice, &pipelineCacheCreateInfo); in CacheTestInstance()
DvktPipelineExecutablePropertiesTests.cpp276 const VkPipelineCacheCreateInfo pipelineCacheCreateInfo = in ExecutablePropertiesTestInstance() local
285 m_cache = createPipelineCache(vk, vkDevice, &pipelineCacheCreateInfo); in ExecutablePropertiesTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/sc/
DvktPipelineCacheSCTests.cpp297 VkPipelineCacheCreateInfo pipelineCacheCreateInfo = in createPipelineCacheTest() local
307 objectInfo.pPipelineCacheCreateInfos = &pipelineCacheCreateInfo; in createPipelineCacheTest()
357 …VkResult result = createPipelineCacheFunc(*device, &pipelineCacheCreateInfo, DE_NU… in createPipelineCacheTest()
DvktObjectRefreshTests.cpp211 const vk::VkPipelineCacheCreateInfo pipelineCacheCreateInfo in refreshObjects() local
220 …vk::VkPipelineCache> pipelineCache = createPipelineCache(vkd, device, &pipelineCacheCreateInfo); in refreshObjects()
/external/angle/src/libANGLE/renderer/vulkan/
DProgramExecutableVk.cpp502 VkPipelineCacheCreateInfo pipelineCacheCreateInfo = {}; in initializePipelineCache() local
503 pipelineCacheCreateInfo.sType = VK_STRUCTURE_TYPE_PIPELINE_CACHE_CREATE_INFO; in initializePipelineCache()
504 pipelineCacheCreateInfo.initialDataSize = dataSize; in initializePipelineCache()
505 pipelineCacheCreateInfo.pInitialData = dataPointer; in initializePipelineCache()
509 pipelineCacheCreateInfo.flags |= VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT_EXT; in initializePipelineCache()
512 ANGLE_VK_TRY(contextVk, mPipelineCache.init(contextVk->getDevice(), pipelineCacheCreateInfo)); in initializePipelineCache()
527 VkPipelineCacheCreateInfo pipelineCacheCreateInfo = {}; in ensurePipelineCacheInitialized() local
528 pipelineCacheCreateInfo.sType = VK_STRUCTURE_TYPE_PIPELINE_CACHE_CREATE_INFO; in ensurePipelineCacheInitialized()
532 pipelineCacheCreateInfo.flags |= in ensurePipelineCacheInitialized()
537 mPipelineCache.init(contextVk->getDevice(), pipelineCacheCreateInfo)); in ensurePipelineCacheInitialized()
DRendererVk.cpp4839 VkPipelineCacheCreateInfo pipelineCacheCreateInfo = {}; in initPipelineCache() local
4841 pipelineCacheCreateInfo.sType = VK_STRUCTURE_TYPE_PIPELINE_CACHE_CREATE_INFO; in initPipelineCache()
4842 pipelineCacheCreateInfo.flags = 0; in initPipelineCache()
4843 pipelineCacheCreateInfo.initialDataSize = *success ? initialData.size() : 0; in initPipelineCache()
4844 pipelineCacheCreateInfo.pInitialData = *success ? initialData.data() : nullptr; in initPipelineCache()
4848 pipelineCacheCreateInfo.flags |= VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT_EXT; in initPipelineCache()
4851 ANGLE_VK_TRY(display, pipelineCache->init(mDevice, pipelineCacheCreateInfo)); in initPipelineCache()
DContextVk.cpp8507 VkPipelineCacheCreateInfo pipelineCacheCreateInfo = {}; in ensureInterfacePipelineCache() local
8508 pipelineCacheCreateInfo.sType = VK_STRUCTURE_TYPE_PIPELINE_CACHE_CREATE_INFO; in ensureInterfacePipelineCache()
8512 pipelineCacheCreateInfo.flags |= in ensureInterfacePipelineCache()
8516 ANGLE_VK_TRY(this, mInterfacePipelinesCache.init(getDevice(), pipelineCacheCreateInfo)); in ensureInterfacePipelineCache()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiPipelineTests.cpp854 const VkPipelineCacheCreateInfo pipelineCacheCreateInfo = in createSimpleGraphicsPipeline() local
870 …VkPipelineCache> pipelineCache (createPipelineCache(vk, device, &pipelineCacheCreateInfo)); in createSimpleGraphicsPipeline()
1557 const VkPipelineCacheCreateInfo pipelineCacheCreateInfo = in createSimpleGraphicsPipelineInvalidPointers() local
1573 …VkPipelineCache> pipelineCache (createPipelineCache(vk, device, &pipelineCacheCreateInfo)); in createSimpleGraphicsPipelineInvalidPointers()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAddressBindingTests.cpp760 const VkPipelineCacheCreateInfo pipelineCacheCreateInfo = in create() local
769 return createPipelineCache(env.vkd, env.device, &pipelineCacheCreateInfo); in create()
DvktMemoryDeviceMemoryReportTests.cpp732 const VkPipelineCacheCreateInfo pipelineCacheCreateInfo = in create() local
748 return createPipelineCache(env.vkd, env.device, &pipelineCacheCreateInfo); in create()
/external/vulkan-headers/include/vulkan/
Dvulkan_hash.hpp10735 …perator()( VULKAN_HPP_NAMESPACE::PipelineCacheCreateInfo const & pipelineCacheCreateInfo ) const V… in operator ()()
10738 VULKAN_HPP_HASH_COMBINE( seed, pipelineCacheCreateInfo.sType ); in operator ()()
10739 VULKAN_HPP_HASH_COMBINE( seed, pipelineCacheCreateInfo.pNext ); in operator ()()
10740 VULKAN_HPP_HASH_COMBINE( seed, pipelineCacheCreateInfo.flags ); in operator ()()
10741 VULKAN_HPP_HASH_COMBINE( seed, pipelineCacheCreateInfo.initialDataSize ); in operator ()()
10742 VULKAN_HPP_HASH_COMBINE( seed, pipelineCacheCreateInfo.pInitialData ); in operator ()()
/external/swiftshader/include/vulkan/
Dvulkan_hash.hpp9820 …operator()(VULKAN_HPP_NAMESPACE::PipelineCacheCreateInfo const & pipelineCacheCreateInfo) const VU… in operator ()()
9823 VULKAN_HPP_HASH_COMBINE( seed, pipelineCacheCreateInfo.sType ); in operator ()()
9824 VULKAN_HPP_HASH_COMBINE( seed, pipelineCacheCreateInfo.pNext ); in operator ()()
9825 VULKAN_HPP_HASH_COMBINE( seed, pipelineCacheCreateInfo.flags ); in operator ()()
9826 VULKAN_HPP_HASH_COMBINE( seed, pipelineCacheCreateInfo.initialDataSize ); in operator ()()
9827 VULKAN_HPP_HASH_COMBINE( seed, pipelineCacheCreateInfo.pInitialData ); in operator ()()
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_hash.hpp11424 …perator()( VULKAN_HPP_NAMESPACE::PipelineCacheCreateInfo const & pipelineCacheCreateInfo ) const V… in operator ()()
11427 VULKAN_HPP_HASH_COMBINE( seed, pipelineCacheCreateInfo.sType ); in operator ()()
11428 VULKAN_HPP_HASH_COMBINE( seed, pipelineCacheCreateInfo.pNext ); in operator ()()
11429 VULKAN_HPP_HASH_COMBINE( seed, pipelineCacheCreateInfo.flags ); in operator ()()
11430 VULKAN_HPP_HASH_COMBINE( seed, pipelineCacheCreateInfo.initialDataSize ); in operator ()()
11431 VULKAN_HPP_HASH_COMBINE( seed, pipelineCacheCreateInfo.pInitialData ); in operator ()()