/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_pipeline_cache.h | 283 static inline size_t vn_sizeof_vkMergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uin… in vn_sizeof_vkMergePipelineCaches() argument 290 cmd_size += vn_sizeof_VkPipelineCache(&dstCache); in vn_sizeof_vkMergePipelineCaches() 303 …der *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkPipelineCache dstCache, uint32_t srcCach… in vn_encode_vkMergePipelineCaches() argument 311 vn_encode_VkPipelineCache(enc, &dstCache); in vn_encode_vkMergePipelineCaches() 322 … vn_sizeof_vkMergePipelineCaches_reply(VkDevice device, VkPipelineCache dstCache, uint32_t srcCach… in vn_sizeof_vkMergePipelineCaches_reply() argument 337 …aches_reply(struct vn_cs_decoder *dec, VkDevice device, VkPipelineCache dstCache, uint32_t srcCach… in vn_decode_vkMergePipelineCaches_reply() argument 416 …instance, VkCommandFlagsEXT cmd_flags, VkDevice device, VkPipelineCache dstCache, uint32_t srcCach… in vn_submit_vkMergePipelineCaches() argument 420 size_t cmd_size = vn_sizeof_vkMergePipelineCaches(device, dstCache, srcCacheCount, pSrcCaches); in vn_submit_vkMergePipelineCaches() 426 …_GENERATE_REPLY_BIT_EXT ? vn_sizeof_vkMergePipelineCaches_reply(device, dstCache, srcCacheCount, p… in vn_submit_vkMergePipelineCaches() 430 … vn_encode_vkMergePipelineCaches(enc, cmd_flags, device, dstCache, srcCacheCount, pSrcCaches); in vn_submit_vkMergePipelineCaches() [all …]
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_pipeline.c | 233 VkPipelineCache dstCache, in vn_MergePipelineCaches() argument 240 vn_async_vkMergePipelineCaches(dev->instance, device, dstCache, in vn_MergePipelineCaches()
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_pipeline_cache.c | 753 VkPipelineCache dstCache, in vk_common_MergePipelineCaches() argument 757 VK_FROM_HANDLE(vk_pipeline_cache, dst, dstCache); in vk_common_MergePipelineCaches()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pipeline_cache.c | 786 VkPipelineCache dstCache, in v3dv_MergePipelineCaches() argument 790 V3DV_FROM_HANDLE(v3dv_pipeline_cache, dst, dstCache); in v3dv_MergePipelineCaches()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_wrapper.h | 545 VkPipelineCache dstCache, 1516 VkPipelineCache dstCache, 1521 return vkMergePipelineCaches(device, dstCache, srcCacheCount, srcCaches);
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkDeviceDriverImpl.inl | 252 VkResult DeviceDriver::mergePipelineCaches (VkDevice device, VkPipelineCache dstCache, uint32_t src… argument 254 return m_vk.mergePipelineCaches(device, dstCache, srcCacheCount, pSrcCaches); 1022 VkResult DeviceDriver::mergeValidationCachesEXT (VkDevice device, VkValidationCacheEXT dstCache, ui… argument 1024 return m_vk.mergeValidationCachesEXT(device, dstCache, srcCacheCount, pSrcCaches);
|
D | vkVirtualDeviceInterface.inl | 55 virtual VkResult mergePipelineCaches (VkDevice device, VkPipelineCache dstCache, uint32_… 209 virtual VkResult mergeValidationCachesEXT (VkDevice device, VkValidationCacheEXT dstCache,…
|
D | vkConcreteDeviceInterface.inl | 55 virtual VkResult mergePipelineCaches (VkDevice device, VkPipelineCache dstCache, uint32_… 209 virtual VkResult mergeValidationCachesEXT (VkDevice device, VkValidationCacheEXT dstCache,…
|
D | vkNullDriverImpl.inl | 758 VKAPI_ATTR VkResult VKAPI_CALL mergePipelineCaches (VkDevice device, VkPipelineCache dstCache, uint… argument 761 DE_UNREF(dstCache); 2078 …PI_CALL mergeValidationCachesEXT (VkDevice device, VkValidationCacheEXT dstCache, uint32_t srcCach… argument 2081 DE_UNREF(dstCache);
|
D | vkFunctionPointerTypes.inl | 73 …* MergePipelineCachesFunc) (VkDevice device, VkPipelineCache dstCache, uint32_t srcCach… 314 …lidationCachesEXTFunc) (VkDevice device, VkValidationCacheEXT dstCache, uint32_t srcCach…
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | shaders.txt | 1773 * pname:dstCache is the handle of the validation cache to merge results 1777 which will be merged into pname:dstCache. 1778 The previous contents of pname:dstCache are included after the merge. 1790 * [[VUID-vkMergeValidationCachesEXT-dstCache-01536]] 1791 pname:dstCache must: not appear in the list of source caches
|
D | shaders.adoc | 3475 * pname:dstCache is the handle of the validation cache to merge results 3479 which will be merged into pname:dstCache. 3480 The previous contents of pname:dstCache are included after the merge. 3492 * [[VUID-vkMergeValidationCachesEXT-dstCache-01536]] 3493 pname:dstCache must: not appear in the list of source caches
|
D | pipelines.txt | 3885 * pname:dstCache is the handle of the pipeline cache to merge results 3889 which will be merged into pname:dstCache. 3890 The previous contents of pname:dstCache are included after the merge. 3902 * [[VUID-vkMergePipelineCaches-dstCache-00770]] 3903 pname:dstCache must: not appear in the list of source caches
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | libVulkan.cpp | 1998 VKAPI_ATTR VkResult VKAPI_CALL vkMergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uin… in vkMergePipelineCaches() argument 2001 device, static_cast<void *>(dstCache), int(srcCacheCount), pSrcCaches); in vkMergePipelineCaches() 2003 return vk::Cast(dstCache)->merge(srcCacheCount, pSrcCaches); in vkMergePipelineCaches()
|
/third_party/vulkan-loader/loader/ |
D | trampoline.c | 1518 …ORT VKAPI_ATTR VkResult VKAPI_CALL vkMergePipelineCaches(VkDevice device, VkPipelineCache dstCache, in vkMergePipelineCaches() argument 1527 return disp->MergePipelineCaches(device, dstCache, srcCacheCount, pSrcCaches); in vkMergePipelineCaches()
|
/third_party/glfw/deps/vulkan/ |
D | vulkan.h | 2293 typedef VkResult (VKAPI_PTR *PFN_vkMergePipelineCaches)(VkDevice device, VkPipelineCache dstCache, … 2713 VkPipelineCache dstCache,
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 3482 typedef VkResult (VKAPI_PTR *PFN_vkMergePipelineCaches)(VkDevice device, VkPipelineCache dstCache, … 3902 VkPipelineCache dstCache, 9743 … *PFN_vkMergeValidationCachesEXT)(VkDevice device, VkValidationCacheEXT dstCache, uint32_t srcCach… 9760 VkValidationCacheEXT dstCache,
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan.hpp | 1884 VkPipelineCache dstCache, in vkMergePipelineCaches() argument 1888 return ::vkMergePipelineCaches( device, dstCache, srcCacheCount, pSrcCaches ); in vkMergePipelineCaches() 4366 VkValidationCacheEXT dstCache, in vkMergeValidationCachesEXT() argument 4370 return ::vkMergeValidationCachesEXT( device, dstCache, srcCacheCount, pSrcCaches ); in vkMergeValidationCachesEXT()
|
D | vulkan_funcs.hpp | 2773 Device::mergePipelineCaches( VULKAN_HPP_NAMESPACE::PipelineCache dstCache, in mergePipelineCaches() argument 2780 static_cast<VkPipelineCache>( dstCache ), in mergePipelineCaches() 2788 …evice::mergePipelineCaches( VULKAN_HPP_NAMESPACE::PipelineCache dstCache, in mergePipelineCaches() argument 2795 static_cast<VkPipelineCache>( dstCache ), in mergePipelineCaches() 14458 Device::mergeValidationCachesEXT( VULKAN_HPP_NAMESPACE::ValidationCacheEXT dstCache, in mergeValidationCachesEXT() argument 14466 static_cast<VkValidationCacheEXT>( dstCache ), in mergeValidationCachesEXT() 14474 …geValidationCachesEXT( VULKAN_HPP_NAMESPACE::ValidationCacheEXT dstCache, in mergeValidationCachesEXT() argument 14481 static_cast<VkValidationCacheEXT>( dstCache ), in mergeValidationCachesEXT()
|
D | vulkan_core.h | 3575 typedef VkResult (VKAPI_PTR *PFN_vkMergePipelineCaches)(VkDevice device, VkPipelineCache dstCache, … 3995 VkPipelineCache dstCache, 10144 … *PFN_vkMergeValidationCachesEXT)(VkDevice device, VkValidationCacheEXT dstCache, uint32_t srcCach… 10161 VkValidationCacheEXT dstCache,
|
D | vulkan_handles.hpp | 8253 mergePipelineCaches( VULKAN_HPP_NAMESPACE::PipelineCache dstCache, 8260 mergePipelineCaches( VULKAN_HPP_NAMESPACE::PipelineCache dstCache, 10689 mergeValidationCachesEXT( VULKAN_HPP_NAMESPACE::ValidationCacheEXT dstCache, 10696 …geValidationCachesEXT( VULKAN_HPP_NAMESPACE::ValidationCacheEXT dstCache,
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 1719 …vkMergePipelineCaches( VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const Vk… in vkMergePipelineCaches() argument 1721 return ::vkMergePipelineCaches( device, dstCache, srcCacheCount, pSrcCaches ); in vkMergePipelineCaches() 4238 VkValidationCacheEXT dstCache, in vkMergeValidationCachesEXT() argument 4242 return ::vkMergeValidationCachesEXT( device, dstCache, srcCacheCount, pSrcCaches ); in vkMergeValidationCachesEXT()
|
D | vulkan_funcs.hpp | 2667 …PP_INLINE Result Device::mergePipelineCaches( VULKAN_HPP_NAMESPACE::PipelineCache dstCache, in mergePipelineCaches() argument 2674 …d.vkMergePipelineCaches( m_device, static_cast<VkPipelineCache>( dstCache ), srcCacheCount, reinte… in mergePipelineCaches() 2680 …ches( VULKAN_HPP_NAMESPACE::PipelineCache dstCache, in mergePipelineCaches() argument 2687 …m_device, static_cast<VkPipelineCache>( dstCache ), srcCaches.size(), reinterpret_cast<const VkPip… in mergePipelineCaches() 15141 …Result Device::mergeValidationCachesEXT( VULKAN_HPP_NAMESPACE::ValidationCacheEXT dstCache, in mergeValidationCachesEXT() argument 15148 …m_device, static_cast<VkValidationCacheEXT>( dstCache ), srcCacheCount, reinterpret_cast<const VkV… in mergeValidationCachesEXT() 15154 … VULKAN_HPP_NAMESPACE::ValidationCacheEXT dstCache, in mergeValidationCachesEXT() argument 15161 …m_device, static_cast<VkValidationCacheEXT>( dstCache ), srcCaches.size(), reinterpret_cast<const … in mergeValidationCachesEXT()
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 3624 typedef VkResult (VKAPI_PTR *PFN_vkMergePipelineCaches)(VkDevice device, VkPipelineCache dstCache, … 4044 VkPipelineCache dstCache, 10304 … *PFN_vkMergeValidationCachesEXT)(VkDevice device, VkValidationCacheEXT dstCache, uint32_t srcCach… 10321 VkValidationCacheEXT dstCache,
|
/third_party/mesa3d/include/vulkan/ |
D | vulkan_core.h | 3839 typedef VkResult (VKAPI_PTR *PFN_vkMergePipelineCaches)(VkDevice device, VkPipelineCache dstCache, … 4259 VkPipelineCache dstCache, 11257 … *PFN_vkMergeValidationCachesEXT)(VkDevice device, VkValidationCacheEXT dstCache, uint32_t srcCach… 11274 VkValidationCacheEXT dstCache,
|