Home
last modified time | relevance | path

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

12

/external/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline_cache.c508 VkPipelineCache dstCache, in v3dv_MergePipelineCaches() argument
512 V3DV_FROM_HANDLE(v3dv_pipeline_cache, dst, dstCache); in v3dv_MergePipelineCaches()
/external/vulkan-validation-layers/layers/generated/
Dthread_safety.cpp1088 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()
Dlayer_chassis_dispatch.cpp2024 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()
Dparameter_validation.h285 VkPipelineCache dstCache,
1519 VkValidationCacheEXT dstCache,
Dthread_safety.h1082 VkPipelineCache dstCache,
1088 VkPipelineCache dstCache,
3691 VkValidationCacheEXT dstCache,
3697 VkValidationCacheEXT dstCache,
Dlayer_chassis_dispatch.h313 VkPipelineCache dstCache,
1549 VkValidationCacheEXT dstCache,
Dobject_tracker.h439 VkPipelineCache dstCache,
2016 VkValidationCacheEXT dstCache,
Dobject_tracker.cpp1051 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()
Dchassis.h406 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
Dchassis.cpp995 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/
Dvk_wrapper.h585 VkPipelineCache dstCache,
1658 VkPipelineCache dstCache,
1663 return vkMergePipelineCaches(device, dstCache, srcCacheCount, srcCaches);
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl245 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);
DvkConcreteDeviceInterface.inl52 virtual VkResult mergePipelineCaches (VkDevice device, VkPipelineCache dstCache, deUint32 …
236 virtual VkResult mergeValidationCachesEXT (VkDevice device, VkValidationCacheEXT dstCache, d…
DvkVirtualDeviceInterface.inl52 virtual VkResult mergePipelineCaches (VkDevice device, VkPipelineCache dstCache, deUint32 …
236 virtual VkResult mergeValidationCachesEXT (VkDevice device, VkValidationCacheEXT dstCache, d…
DvkNullDriverImpl.inl670 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);
DvkFunctionPointerTypes.inl68 …* MergePipelineCachesFunc) (VkDevice device, VkPipelineCache dstCache, deUint32 srcCach…
334 …lidationCachesEXTFunc) (VkDevice device, VkValidationCacheEXT dstCache, deUint32 srcCach…
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.h1133 …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…
Danv_entrypoints.c2042 …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/
DlibVulkan.cpp1999 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/
Dvulkan_core.h2798 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/
Dvulkan_core.h2798 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/
Dvulkan_core.h3172 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/
Dvulkan_core.h3176 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/
Dvulkan_core.h3172 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/
Dvulkan_funcs.hpp2598 … 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()

12