Home
last modified time | relevance | path

Searched defs:pSrcCaches (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_pipeline_cache.h283 …Device device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache* pSrcCaches) in vn_sizeof_vkMergePipelineCaches()
303 …Device device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache* pSrcCaches) in vn_encode_vkMergePipelineCaches()
322 …Device device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache* pSrcCaches) in vn_sizeof_vkMergePipelineCaches_reply()
337 …Device device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache* pSrcCaches) in vn_decode_vkMergePipelineCaches_reply()
416 …e device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache* pSrcCaches, str… in vn_submit_vkMergePipelineCaches()
500 …Device device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache* pSrcCaches) in vn_call_vkMergePipelineCaches()
516 …Device device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache* pSrcCaches) in vn_async_vkMergePipelineCaches()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pipeline_cache.c99 const VkPipelineCache* pSrcCaches) in lvp_MergePipelineCaches()
/external/swiftshader/src/Vulkan/
DVkPipelineCache.cpp123 VkResult PipelineCache::merge(uint32_t srcCacheCount, const VkPipelineCache *pSrcCaches) in merge()
DlibVulkan.cpp2338 …Device device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache *pSrcCaches) in vkMergePipelineCaches()
/external/mesa3d/src/vulkan/runtime/
Dvk_pipeline_cache.c796 const VkPipelineCache *pSrcCaches) in vk_common_MergePipelineCaches()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline_cache.c788 const VkPipelineCache *pSrcCaches) in v3dv_MergePipelineCaches()
/external/mesa3d/src/virtio/vulkan/
Dvn_pipeline.c523 const VkPipelineCache *pSrcCaches) in vn_MergePipelineCaches()
/external/vulkan-validation-layers/layers/generated/
Dvk_dispatch_table_helper.h167 …, VkValidationCacheEXT dstCache, uint32_t srcCacheCount, const VkValidationCacheEXT* pSrcCaches) {… in StubMergeValidationCachesEXT()
Dthread_safety.cpp1090 const VkPipelineCache* pSrcCaches) { in PreCallRecordMergePipelineCaches()
1105 const VkPipelineCache* pSrcCaches, in PostCallRecordMergePipelineCaches()
5015 const VkValidationCacheEXT* pSrcCaches) { in PreCallRecordMergeValidationCachesEXT()
5030 const VkValidationCacheEXT* pSrcCaches, in PostCallRecordMergeValidationCachesEXT()
Dparameter_validation.cpp3071 const VkPipelineCache* pSrcCaches) { in PreCallValidateMergePipelineCaches()
9282 const VkValidationCacheEXT* pSrcCaches) { in PreCallValidateMergeValidationCachesEXT()
Dlayer_chassis_dispatch.cpp2026 const VkPipelineCache* pSrcCaches) in DispatchMergePipelineCaches()
5940 const VkValidationCacheEXT* pSrcCaches) in DispatchMergeValidationCachesEXT()
Dobject_tracker.cpp1053 const VkPipelineCache* pSrcCaches) { in PreCallValidateMergePipelineCaches()
4476 const VkValidationCacheEXT* pSrcCaches) { in PreCallValidateMergeValidationCachesEXT()
Dchassis.h2716 …e device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache* pSrcCaches) { … in PreCallValidateMergePipelineCaches()
2717 …ce device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache* pSrcCaches) {}; in PreCallRecordMergePipelineCaches()
2718 …e device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache* pSrcCaches, VkR… in PostCallRecordMergePipelineCaches()
3673 …, VkValidationCacheEXT dstCache, uint32_t srcCacheCount, const VkValidationCacheEXT* pSrcCaches) … in CoreLayerMergeValidationCachesEXT()
Dchassis.cpp997 const VkValidationCacheEXT* pSrcCaches) { in MergeValidationCachesEXT()
2251 const VkPipelineCache* pSrcCaches) { in MergePipelineCaches()
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkNullDriverImpl.inl788 …Device device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache* pSrcCaches)
2147 …ice, VkValidationCacheEXT dstCache, uint32_t srcCacheCount, const VkValidationCacheEXT* pSrcCaches)
/external/virglrenderer/src/venus/venus-protocol/
Dvn_protocol_renderer_defines.h939 const VkPipelineCache* pSrcCaches; member
/external/swiftshader/include/vulkan/
Dvulkan_funcs.hpp2669const VULKAN_HPP_NAMESPACE::PipelineCache * pSrcCaches, in mergePipelineCaches()
15387const VULKAN_HPP_NAMESPACE::ValidationCacheEXT * pSrcCaches, in mergeValidationCachesEXT()
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_funcs.hpp2972const VULKAN_HPP_NAMESPACE::PipelineCache * pSrcCaches, in mergePipelineCaches()
17133const VULKAN_HPP_NAMESPACE::ValidationCacheEXT * pSrcCaches, in mergeValidationCachesEXT()
/external/vulkan-headers/include/vulkan/
Dvulkan_funcs.hpp2680const VULKAN_HPP_NAMESPACE::PipelineCache * pSrcCaches, in mergePipelineCaches()
15446const VULKAN_HPP_NAMESPACE::ValidationCacheEXT * pSrcCaches, in mergeValidationCachesEXT()
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp14417 const VkValidationCacheEXT *pSrcCaches) { in CoreLayerMergeValidationCachesEXT()