Home
last modified time | relevance | path

Searched refs:dstCache (Results 1 – 25 of 33) sorted by relevance

12

/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_pipeline_cache.h283 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/
Dvn_pipeline.c233 VkPipelineCache dstCache, in vn_MergePipelineCaches() argument
240 vn_async_vkMergePipelineCaches(dev->instance, device, dstCache, in vn_MergePipelineCaches()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_pipeline_cache.c753 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/
Dv3dv_pipeline_cache.c786 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/
Dvk_wrapper.h545 VkPipelineCache dstCache,
1516 VkPipelineCache dstCache,
1521 return vkMergePipelineCaches(device, dstCache, srcCacheCount, srcCaches);
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl252 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);
DvkVirtualDeviceInterface.inl55 virtual VkResult mergePipelineCaches (VkDevice device, VkPipelineCache dstCache, uint32_…
209 virtual VkResult mergeValidationCachesEXT (VkDevice device, VkValidationCacheEXT dstCache,…
DvkConcreteDeviceInterface.inl55 virtual VkResult mergePipelineCaches (VkDevice device, VkPipelineCache dstCache, uint32_…
209 virtual VkResult mergeValidationCachesEXT (VkDevice device, VkValidationCacheEXT dstCache,…
DvkNullDriverImpl.inl758 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);
DvkFunctionPointerTypes.inl73 …* 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/
Dshaders.txt1773 * 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
Dshaders.adoc3475 * 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
Dpipelines.txt3885 * 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/
DlibVulkan.cpp1998 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/
Dtrampoline.c1518 …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/
Dvulkan.h2293 typedef VkResult (VKAPI_PTR *PFN_vkMergePipelineCaches)(VkDevice device, VkPipelineCache dstCache, …
2713 VkPipelineCache dstCache,
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h3482 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/
Dvulkan.hpp1884 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()
Dvulkan_funcs.hpp2773 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()
Dvulkan_core.h3575 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,
Dvulkan_handles.hpp8253 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/
Dvulkan.hpp1719 …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()
Dvulkan_funcs.hpp2667 …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/
Dvulkan_core.h3624 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/
Dvulkan_core.h3839 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,

12