/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pipeline_cache.c | 508 VkPipelineCache dstCache, in v3dv_MergePipelineCaches() argument 512 V3DV_FROM_HANDLE(v3dv_pipeline_cache, dst, dstCache); in v3dv_MergePipelineCaches()
|
/external/vulkan-validation-layers/layers/generated/ |
D | thread_safety.cpp | 1088 VkPipelineCache dstCache, in PreCallRecordMergePipelineCaches() argument 1092 StartWriteObject(dstCache); in PreCallRecordMergePipelineCaches() 1103 VkPipelineCache dstCache, in PostCallRecordMergePipelineCaches() argument 1108 FinishWriteObject(dstCache); in PostCallRecordMergePipelineCaches() 5013 VkValidationCacheEXT dstCache, in PreCallRecordMergeValidationCachesEXT() argument 5017 StartWriteObject(dstCache); in PreCallRecordMergeValidationCachesEXT() 5028 VkValidationCacheEXT dstCache, in PostCallRecordMergeValidationCachesEXT() argument 5033 FinishWriteObject(dstCache); in PostCallRecordMergeValidationCachesEXT()
|
D | layer_chassis_dispatch.cpp | 2024 VkPipelineCache dstCache, in DispatchMergePipelineCaches() argument 2029 …s) return layer_data->device_dispatch_table.MergePipelineCaches(device, dstCache, srcCacheCount, p… in DispatchMergePipelineCaches() 2032 dstCache = layer_data->Unwrap(dstCache); in DispatchMergePipelineCaches() 2040 …VkResult result = layer_data->device_dispatch_table.MergePipelineCaches(device, dstCache, srcCache… in DispatchMergePipelineCaches() 5938 VkValidationCacheEXT dstCache, in DispatchMergeValidationCachesEXT() argument 5943 …turn layer_data->device_dispatch_table.MergeValidationCachesEXT(device, dstCache, srcCacheCount, p… in DispatchMergeValidationCachesEXT() 5946 dstCache = layer_data->Unwrap(dstCache); in DispatchMergeValidationCachesEXT() 5954 …VkResult result = layer_data->device_dispatch_table.MergeValidationCachesEXT(device, dstCache, src… in DispatchMergeValidationCachesEXT()
|
D | parameter_validation.h | 285 VkPipelineCache dstCache, 1519 VkValidationCacheEXT dstCache,
|
D | thread_safety.h | 1082 VkPipelineCache dstCache, 1088 VkPipelineCache dstCache, 3691 VkValidationCacheEXT dstCache, 3697 VkValidationCacheEXT dstCache,
|
D | layer_chassis_dispatch.h | 313 VkPipelineCache dstCache, 1549 VkValidationCacheEXT dstCache,
|
D | object_tracker.h | 439 VkPipelineCache dstCache, 2016 VkValidationCacheEXT dstCache,
|
D | object_tracker.cpp | 1051 VkPipelineCache dstCache, in PreCallValidateMergePipelineCaches() argument 1056 …skip |= ValidateObject(device, dstCache, kVulkanObjectTypePipelineCache, false, "VUID-vkMergePipel… in PreCallValidateMergePipelineCaches() 4474 VkValidationCacheEXT dstCache, in PreCallValidateMergeValidationCachesEXT() argument 4479 …skip |= ValidateObject(device, dstCache, kVulkanObjectTypeValidationCacheEXT, false, "VUID-vkMerge… in PreCallValidateMergeValidationCachesEXT()
|
D | chassis.h | 406 VkPipelineCache dstCache, 2011 VkValidationCacheEXT dstCache, 2716 …virtual bool PreCallValidateMergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_… in PreCallValidateMergePipelineCaches() argument 2717 …virtual void PreCallRecordMergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t … in PreCallRecordMergePipelineCaches() argument 2718 …virtual void PostCallRecordMergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t… in PostCallRecordMergePipelineCaches() argument 3673 …CoreLayerMergeValidationCachesEXT(VkDevice device, VkValidationCacheEXT dstCache, uint32_t srcCach… in CoreLayerMergeValidationCachesEXT() argument
|
D | chassis.cpp | 995 VkValidationCacheEXT dstCache, in MergeValidationCachesEXT() argument 1004 …result = validation_data->CoreLayerMergeValidationCachesEXT(device, dstCache, srcCacheCount, pSrcC… in MergeValidationCachesEXT() 2249 VkPipelineCache dstCache, in MergePipelineCaches() argument 2256 …skip |= intercept->PreCallValidateMergePipelineCaches(device, dstCache, srcCacheCount, pSrcCaches); in MergePipelineCaches() 2261 intercept->PreCallRecordMergePipelineCaches(device, dstCache, srcCacheCount, pSrcCaches); in MergePipelineCaches() 2263 VkResult result = DispatchMergePipelineCaches(device, dstCache, srcCacheCount, pSrcCaches); in MergePipelineCaches() 2266 … intercept->PostCallRecordMergePipelineCaches(device, dstCache, srcCacheCount, pSrcCaches, result); in MergePipelineCaches()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_wrapper.h | 585 VkPipelineCache dstCache, 1658 VkPipelineCache dstCache, 1663 return vkMergePipelineCaches(device, dstCache, srcCacheCount, srcCaches);
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceDriverImpl.inl | 245 VkResult DeviceDriver::mergePipelineCaches (VkDevice device, VkPipelineCache dstCache, deUint32 src… argument 247 return m_vk.mergePipelineCaches(device, dstCache, srcCacheCount, pSrcCaches); 1165 VkResult DeviceDriver::mergeValidationCachesEXT (VkDevice device, VkValidationCacheEXT dstCache, de… argument 1167 return m_vk.mergeValidationCachesEXT(device, dstCache, srcCacheCount, pSrcCaches);
|
D | vkConcreteDeviceInterface.inl | 52 virtual VkResult mergePipelineCaches (VkDevice device, VkPipelineCache dstCache, deUint32 … 236 virtual VkResult mergeValidationCachesEXT (VkDevice device, VkValidationCacheEXT dstCache, d…
|
D | vkVirtualDeviceInterface.inl | 52 virtual VkResult mergePipelineCaches (VkDevice device, VkPipelineCache dstCache, deUint32 … 236 virtual VkResult mergeValidationCachesEXT (VkDevice device, VkValidationCacheEXT dstCache, d…
|
D | vkNullDriverImpl.inl | 670 VKAPI_ATTR VkResult VKAPI_CALL mergePipelineCaches (VkDevice device, VkPipelineCache dstCache, deUi… argument 673 DE_UNREF(dstCache); 2165 …PI_CALL mergeValidationCachesEXT (VkDevice device, VkValidationCacheEXT dstCache, deUint32 srcCach… argument 2168 DE_UNREF(dstCache);
|
D | vkFunctionPointerTypes.inl | 68 …* MergePipelineCachesFunc) (VkDevice device, VkPipelineCache dstCache, deUint32 srcCach… 334 …lidationCachesEXTFunc) (VkDevice device, VkValidationCacheEXT dstCache, deUint32 srcCach…
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.h | 1133 …VkResult anv_MergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount… 1134 …VkResult gen7_MergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCoun… 1135 …VkResult gen75_MergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCou… 1136 …VkResult gen8_MergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCoun… 1137 …VkResult gen9_MergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCoun… 1138 …VkResult gen11_MergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCou… 1139 …VkResult gen12_MergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCou…
|
D | anv_entrypoints.c | 2042 …anv_MergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const V… in anv_MergePipelineCaches() argument 2045 … return anv_device->dispatch.vkMergePipelineCaches(device, dstCache, srcCacheCount, pSrcCaches); in anv_MergePipelineCaches() 3427 …VkResult gen7_MergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCoun… 3933 …VkResult gen75_MergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCou… 4439 …VkResult gen8_MergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCoun… 4945 …VkResult gen9_MergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCoun… 5451 …VkResult gen11_MergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCou… 5957 …VkResult gen12_MergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCou…
|
/external/swiftshader/src/Vulkan/ |
D | libVulkan.cpp | 1999 VKAPI_ATTR VkResult VKAPI_CALL vkMergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uin… in vkMergePipelineCaches() argument 2002 device, static_cast<void *>(dstCache), int(srcCacheCount), pSrcCaches); in vkMergePipelineCaches() 2004 return vk::Cast(dstCache)->merge(srcCacheCount, pSrcCaches); in vkMergePipelineCaches()
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 2798 typedef VkResult (VKAPI_PTR *PFN_vkMergePipelineCaches)(VkDevice device, VkPipelineCache dstCache, … 3218 VkPipelineCache dstCache, 7323 … *PFN_vkMergeValidationCachesEXT)(VkDevice device, VkValidationCacheEXT dstCache, uint32_t srcCach… 7340 VkValidationCacheEXT dstCache,
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 2798 typedef VkResult (VKAPI_PTR *PFN_vkMergePipelineCaches)(VkDevice device, VkPipelineCache dstCache, … 3218 VkPipelineCache dstCache, 7323 … *PFN_vkMergeValidationCachesEXT)(VkDevice device, VkValidationCacheEXT dstCache, uint32_t srcCach… 7340 VkValidationCacheEXT dstCache,
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 3172 typedef VkResult (VKAPI_PTR *PFN_vkMergePipelineCaches)(VkDevice device, VkPipelineCache dstCache, … 3592 VkPipelineCache dstCache, 9089 … *PFN_vkMergeValidationCachesEXT)(VkDevice device, VkValidationCacheEXT dstCache, uint32_t srcCach… 9106 VkValidationCacheEXT dstCache,
|
/external/swiftshader/include/vulkan/ |
D | vulkan_core.h | 3176 typedef VkResult (VKAPI_PTR *PFN_vkMergePipelineCaches)(VkDevice device, VkPipelineCache dstCache, … 3596 VkPipelineCache dstCache, 9096 … *PFN_vkMergeValidationCachesEXT)(VkDevice device, VkValidationCacheEXT dstCache, uint32_t srcCach… 9113 VkValidationCacheEXT dstCache,
|
/external/mesa3d/include/vulkan/ |
D | vulkan_core.h | 3172 typedef VkResult (VKAPI_PTR *PFN_vkMergePipelineCaches)(VkDevice device, VkPipelineCache dstCache, … 3592 VkPipelineCache dstCache, 9089 … *PFN_vkMergeValidationCachesEXT)(VkDevice device, VkValidationCacheEXT dstCache, uint32_t srcCach… 9106 VkValidationCacheEXT dstCache,
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
D | vulkan_funcs.hpp | 2598 … Device::mergePipelineCaches( VULKAN_HPP_NAMESPACE::PipelineCache dstCache, in mergePipelineCaches() argument 2604 static_cast<VkPipelineCache>( dstCache ), in mergePipelineCaches() 2612 …evice::mergePipelineCaches( VULKAN_HPP_NAMESPACE::PipelineCache dstCache, in mergePipelineCaches() argument 2618 static_cast<VkPipelineCache>( dstCache ), in mergePipelineCaches() 13524 … Device::mergeValidationCachesEXT( VULKAN_HPP_NAMESPACE::ValidationCacheEXT dstCache, in mergeValidationCachesEXT() argument 13531 static_cast<VkValidationCacheEXT>( dstCache ), in mergeValidationCachesEXT() 13539 …geValidationCachesEXT( VULKAN_HPP_NAMESPACE::ValidationCacheEXT dstCache, in mergeValidationCachesEXT() argument 13545 static_cast<VkValidationCacheEXT>( dstCache ), in mergeValidationCachesEXT()
|