Home
last modified time | relevance | path

Searched refs:dstCache (Results 1 - 20 of 20) sorted by relevance

/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_pipeline_cache.h283 static inline size_t vn_sizeof_vkMergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache* pSrcCaches) in vn_sizeof_vkMergePipelineCaches() argument
290 cmd_size += vn_sizeof_VkPipelineCache(&dstCache); in vn_sizeof_vkMergePipelineCaches()
303 static inline void vn_encode_vkMergePipelineCaches(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache* pSrcCaches) in vn_encode_vkMergePipelineCaches() argument
311 vn_encode_VkPipelineCache(enc, &dstCache); in vn_encode_vkMergePipelineCaches()
322 static inline size_t vn_sizeof_vkMergePipelineCaches_reply(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache* pSrcCaches) in vn_sizeof_vkMergePipelineCaches_reply() argument
330 /* skip dstCache */ in vn_sizeof_vkMergePipelineCaches_reply()
337 static inline VkResult vn_decode_vkMergePipelineCaches_reply(struct vn_cs_decoder *dec, VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache* pSrcCaches) in vn_decode_vkMergePipelineCaches_reply() argument
346 /* skip dstCache */ in vn_decode_vkMergePipelineCaches_reply()
416 static inline void vn_submit_vkMergePipelineCaches(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache* pSrcCaches, struct vn_instance_submit_command *submit) in vn_submit_vkMergePipelineCaches() argument
420 size_t cmd_size = vn_sizeof_vkMergePipelineCaches(device, dstCache, srcCacheCoun in vn_submit_vkMergePipelineCaches()
500 vn_call_vkMergePipelineCaches(struct vn_instance *vn_instance, VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache* pSrcCaches) vn_call_vkMergePipelineCaches() argument
516 vn_async_vkMergePipelineCaches(struct vn_instance *vn_instance, VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache* pSrcCaches) vn_async_vkMergePipelineCaches() argument
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_pipeline.c233 VkPipelineCache dstCache, in vn_MergePipelineCaches()
240 vn_async_vkMergePipelineCaches(dev->instance, device, dstCache, in vn_MergePipelineCaches()
232 vn_MergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache *pSrcCaches) vn_MergePipelineCaches() argument
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_pipeline_cache.c753 VkPipelineCache dstCache, in vk_common_MergePipelineCaches()
757 VK_FROM_HANDLE(vk_pipeline_cache, dst, dstCache); in vk_common_MergePipelineCaches()
752 vk_common_MergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache *pSrcCaches) vk_common_MergePipelineCaches() argument
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_pipeline_cache.c786 VkPipelineCache dstCache, in v3dv_MergePipelineCaches()
790 V3DV_FROM_HANDLE(v3dv_pipeline_cache, dst, dstCache); in v3dv_MergePipelineCaches()
785 v3dv_MergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache *pSrcCaches) v3dv_MergePipelineCaches() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_wrapper.h545 VkPipelineCache dstCache,
1516 VkPipelineCache dstCache, in merge()
1521 return vkMergePipelineCaches(device, dstCache, srcCacheCount, srcCaches); in merge()
1515 merge(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache *srcCaches) merge() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DlibVulkan.cpp1998 VKAPI_ATTR VkResult VKAPI_CALL vkMergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache *pSrcCaches) in vkMergePipelineCaches() argument
2000 TRACE("(VkDevice device = %p, VkPipelineCache dstCache = %p, uint32_t srcCacheCount = %d, const VkPipelineCache* pSrcCaches = %p)", in vkMergePipelineCaches()
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/
H A Dtrampoline.c1667 LOADER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkMergePipelineCaches(VkDevice device, VkPipelineCache dstCache, in vkMergePipelineCaches() argument
1676 return disp->MergePipelineCaches(device, dstCache, srcCacheCount, pSrcCaches); in vkMergePipelineCaches()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp1884 VkPipelineCache dstCache,
1888 return ::vkMergePipelineCaches( device, dstCache, srcCacheCount, pSrcCaches );
4366 VkValidationCacheEXT dstCache,
4370 return ::vkMergeValidationCachesEXT( device, dstCache, srcCacheCount, pSrcCaches );
H A Dvulkan_core.h3575 typedef VkResult (VKAPI_PTR *PFN_vkMergePipelineCaches)(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache* pSrcCaches);
3995 VkPipelineCache dstCache,
10144 typedef VkResult (VKAPI_PTR *PFN_vkMergeValidationCachesEXT)(VkDevice device, VkValidationCacheEXT dstCache, uint32_t srcCacheCount, const VkValidationCacheEXT* pSrcCaches);
10161 VkValidationCacheEXT dstCache,
H A Dvulkan_handles.hpp8253 mergePipelineCaches( VULKAN_HPP_NAMESPACE::PipelineCache dstCache,
8260 mergePipelineCaches( VULKAN_HPP_NAMESPACE::PipelineCache dstCache,
10689 mergeValidationCachesEXT( VULKAN_HPP_NAMESPACE::ValidationCacheEXT dstCache,
10696 mergeValidationCachesEXT( VULKAN_HPP_NAMESPACE::ValidationCacheEXT dstCache,
H A Dvulkan_funcs.hpp2773 Device::mergePipelineCaches( VULKAN_HPP_NAMESPACE::PipelineCache dstCache,
2780 static_cast<VkPipelineCache>( dstCache ),
2788 Device::mergePipelineCaches( VULKAN_HPP_NAMESPACE::PipelineCache dstCache, in mergePipelineCaches() argument
2795 static_cast<VkPipelineCache>( dstCache ), in mergePipelineCaches()
14458 Device::mergeValidationCachesEXT( VULKAN_HPP_NAMESPACE::ValidationCacheEXT dstCache,
14466 static_cast<VkValidationCacheEXT>( dstCache ),
14474 Device::mergeValidationCachesEXT( VULKAN_HPP_NAMESPACE::ValidationCacheEXT dstCache, in mergeValidationCachesEXT() argument
14481 static_cast<VkValidationCacheEXT>( dstCache ), in mergeValidationCachesEXT()
[all...]
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h3482 typedef VkResult (VKAPI_PTR *PFN_vkMergePipelineCaches)(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache* pSrcCaches);
3902 VkPipelineCache dstCache,
9743 typedef VkResult (VKAPI_PTR *PFN_vkMergeValidationCachesEXT)(VkDevice device, VkValidationCacheEXT dstCache, uint32_t srcCacheCount, const VkValidationCacheEXT* pSrcCaches);
9760 VkValidationCacheEXT dstCache,
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h3839 typedef VkResult (VKAPI_PTR *PFN_vkMergePipelineCaches)(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache* pSrcCaches);
4259 VkPipelineCache dstCache,
11257 typedef VkResult (VKAPI_PTR *PFN_vkMergeValidationCachesEXT)(VkDevice device, VkValidationCacheEXT dstCache, uint32_t srcCacheCount, const VkValidationCacheEXT* pSrcCaches);
11274 VkValidationCacheEXT dstCache,
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h3624 typedef VkResult (VKAPI_PTR *PFN_vkMergePipelineCaches)(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache* pSrcCaches);
4044 VkPipelineCache dstCache,
10304 typedef VkResult (VKAPI_PTR *PFN_vkMergeValidationCachesEXT)(VkDevice device, VkValidationCacheEXT dstCache, uint32_t srcCacheCount, const VkValidationCacheEXT* pSrcCaches);
10321 VkValidationCacheEXT dstCache,
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp1421 vkMergePipelineCaches( VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache * pSrcCaches ) const VULKAN_HPP_NOEXCEPT
1423 return ::vkMergePipelineCaches( device, dstCache, srcCacheCount, pSrcCaches );
3993 VkValidationCacheEXT dstCache,
3997 return ::vkMergeValidationCachesEXT( device, dstCache, srcCacheCount, pSrcCaches );
H A Dvulkan_funcs.hpp2678 VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result Device::mergePipelineCaches( VULKAN_HPP_NAMESPACE::PipelineCache dstCache,
2685 d.vkMergePipelineCaches( m_device, static_cast<VkPipelineCache>( dstCache ), srcCacheCount, reinterpret_cast<const VkPipelineCache *>( pSrcCaches ) ) );
2691 Device::mergePipelineCaches( VULKAN_HPP_NAMESPACE::PipelineCache dstCache, in mergePipelineCaches() argument
2698 m_device, static_cast<VkPipelineCache>( dstCache ), srcCaches.size(), reinterpret_cast<const VkPipelineCache *>( srcCaches.data() ) ) ); in mergePipelineCaches()
15512 VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result Device::mergeValidationCachesEXT( VULKAN_HPP_NAMESPACE::ValidationCacheEXT dstCache,
15519 m_device, static_cast<VkValidationCacheEXT>( dstCache ), srcCacheCount, reinterpret_cast<const VkValidationCacheEXT *>( pSrcCaches ) ) );
15525 Device::mergeValidationCachesEXT( VULKAN_HPP_NAMESPACE::ValidationCacheEXT dstCache, in mergeValidationCachesEXT() argument
15532 m_device, static_cast<VkValidationCacheEXT>( dstCache ), srcCaches.size(), reinterpret_cast<const VkValidationCacheEXT *>( srcCaches.data() ) ) ); in mergeValidationCachesEXT()
[all...]
H A Dvulkan_core.h3989 typedef VkResult (VKAPI_PTR *PFN_vkMergePipelineCaches)(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache* pSrcCaches);
4409 VkPipelineCache dstCache,
13137 typedef VkResult (VKAPI_PTR *PFN_vkMergeValidationCachesEXT)(VkDevice device, VkValidationCacheEXT dstCache, uint32_t srcCacheCount, const VkValidationCacheEXT* pSrcCaches);
13154 VkValidationCacheEXT dstCache,
H A Dvulkan_handles.hpp9578 VULKAN_HPP_NODISCARD Result mergePipelineCaches( VULKAN_HPP_NAMESPACE::PipelineCache dstCache,
9585 mergePipelineCaches( VULKAN_HPP_NAMESPACE::PipelineCache dstCache,
12027 VULKAN_HPP_NODISCARD Result mergeValidationCachesEXT( VULKAN_HPP_NAMESPACE::ValidationCacheEXT dstCache,
12034 mergeValidationCachesEXT( VULKAN_HPP_NAMESPACE::ValidationCacheEXT dstCache,
/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.c6229 VkValidationCacheEXT dstCache, in MergeValidationCachesEXT()
6239 return disp->MergeValidationCachesEXT(device, dstCache, srcCacheCount, pSrcCaches); in MergeValidationCachesEXT()
6227 MergeValidationCachesEXT( VkDevice device, VkValidationCacheEXT dstCache, uint32_t srcCacheCount, const VkValidationCacheEXT* pSrcCaches) MergeValidationCachesEXT() argument
/third_party/glfw/deps/glad/
H A Dvulkan.h5093 typedef VkResult (GLAD_API_PTR *PFN_vkMergePipelineCaches)(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache * pSrcCaches);

Completed in 424 milliseconds