• Home
  • Raw
  • Download

Lines Matching refs:dstCache

1783 …VkResult vkMergePipelineCaches( VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount,…  in vkMergePipelineCaches()  argument
1785 return ::vkMergePipelineCaches( device, dstCache, srcCacheCount, pSrcCaches ); in vkMergePipelineCaches()
1788 …VkResult vkMergeValidationCachesEXT( VkDevice device, VkValidationCacheEXT dstCache, uint32_t srcC… in vkMergeValidationCachesEXT() argument
1790 return ::vkMergeValidationCachesEXT( device, dstCache, srcCacheCount, pSrcCaches ); in vkMergeValidationCachesEXT()
14849 …Result mergePipelineCaches( PipelineCache dstCache, uint32_t srcCacheCount, const PipelineCache* p…
14852 …ResultValueType<void>::type mergePipelineCaches( PipelineCache dstCache, ArrayProxy<const Pipeline…
14856 …Result mergeValidationCachesEXT( ValidationCacheEXT dstCache, uint32_t srcCacheCount, const Valida…
14859 …ResultValueType<void>::type mergeValidationCachesEXT( ValidationCacheEXT dstCache, ArrayProxy<cons…
51584 …VULKAN_HPP_INLINE Result Device::mergePipelineCaches( PipelineCache dstCache, uint32_t srcCacheCou… in mergePipelineCaches() argument
51586 …sult>( d.vkMergePipelineCaches( m_device, static_cast<VkPipelineCache>( dstCache ), srcCacheCount,… in mergePipelineCaches()
51590 …VULKAN_HPP_INLINE ResultValueType<void>::type Device::mergePipelineCaches( PipelineCache dstCache,… in mergePipelineCaches() argument
51592 …sult>( d.vkMergePipelineCaches( m_device, static_cast<VkPipelineCache>( dstCache ), srcCaches.size… in mergePipelineCaches()
51598 …VULKAN_HPP_INLINE Result Device::mergeValidationCachesEXT( ValidationCacheEXT dstCache, uint32_t s… in mergeValidationCachesEXT() argument
51600 …kMergeValidationCachesEXT( m_device, static_cast<VkValidationCacheEXT>( dstCache ), srcCacheCount,… in mergeValidationCachesEXT()
51604 …ueType<void>::type Device::mergeValidationCachesEXT( ValidationCacheEXT dstCache, ArrayProxy<const… in mergeValidationCachesEXT() argument
51606 …kMergeValidationCachesEXT( m_device, static_cast<VkValidationCacheEXT>( dstCache ), srcCaches.size… in mergeValidationCachesEXT()