Home
last modified time | relevance | path

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

/external/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline_cache.c508 VkPipelineCache dstCache, in v3dv_MergePipelineCaches()
/external/vulkan-validation-layers/layers/generated/
Dvk_dispatch_table_helper.h167 …sult VKAPI_CALL StubMergeValidationCachesEXT(VkDevice device, VkValidationCacheEXT dstCache, uint3… in StubMergeValidationCachesEXT()
Dthread_safety.cpp1088 VkPipelineCache dstCache, in PreCallRecordMergePipelineCaches()
1103 VkPipelineCache dstCache, in PostCallRecordMergePipelineCaches()
5013 VkValidationCacheEXT dstCache, in PreCallRecordMergeValidationCachesEXT()
5028 VkValidationCacheEXT dstCache, in PostCallRecordMergeValidationCachesEXT()
Dparameter_validation.cpp3069 VkPipelineCache dstCache, in PreCallValidateMergePipelineCaches()
9280 VkValidationCacheEXT dstCache, in PreCallValidateMergeValidationCachesEXT()
Dlayer_chassis_dispatch.cpp2024 VkPipelineCache dstCache, in DispatchMergePipelineCaches()
5938 VkValidationCacheEXT dstCache, in DispatchMergeValidationCachesEXT()
Dobject_tracker.cpp1051 VkPipelineCache dstCache, in PreCallValidateMergePipelineCaches()
4474 VkValidationCacheEXT dstCache, in PreCallValidateMergeValidationCachesEXT()
Dchassis.h2716 …virtual bool PreCallValidateMergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_… in PreCallValidateMergePipelineCaches()
2717 …virtual void PreCallRecordMergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t … in PreCallRecordMergePipelineCaches()
2718 …virtual void PostCallRecordMergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t… in PostCallRecordMergePipelineCaches()
3673 …l VkResult CoreLayerMergeValidationCachesEXT(VkDevice device, VkValidationCacheEXT dstCache, uint3… in CoreLayerMergeValidationCachesEXT()
Dchassis.cpp995 VkValidationCacheEXT dstCache, in MergeValidationCachesEXT()
2249 VkPipelineCache dstCache, in MergePipelineCaches()
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl246 VkResult DeviceDriver::mergePipelineCaches (VkDevice device, VkPipelineCache dstCache, uint32_t src…
1316 VkResult DeviceDriver::mergeValidationCachesEXT (VkDevice device, VkValidationCacheEXT dstCache, ui…
DvkNullDriverImpl.inl707 VKAPI_ATTR VkResult VKAPI_CALL mergePipelineCaches (VkDevice device, VkPipelineCache dstCache, uint…
2378 …kResult VKAPI_CALL mergeValidationCachesEXT (VkDevice device, VkValidationCacheEXT dstCache, uint3…
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.c2042 …anv_MergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const V… in anv_MergePipelineCaches()
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_funcs.hpp2576 …AN_HPP_INLINE Result Device::mergePipelineCaches( VULKAN_HPP_NAMESPACE::PipelineCache dstC… in mergePipelineCaches()
2589VULKAN_HPP_NAMESPACE::PipelineCache dstCache, ArrayProxy<const VULKAN_HPP_NAMESPACE::PipelineCache… in mergePipelineCaches()
14108 …INLINE Result Device::mergeValidationCachesEXT( VULKAN_HPP_NAMESPACE::ValidationCacheEXT d… in mergeValidationCachesEXT()
14121VULKAN_HPP_NAMESPACE::ValidationCacheEXT dstCache, ArrayProxy<const VULKAN_HPP_NAMESPACE::Validati… in mergeValidationCachesEXT()
Dvulkan.hpp1659 …vkMergePipelineCaches( VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const Vk… in vkMergePipelineCaches()
4098 VkValidationCacheEXT dstCache, in vkMergeValidationCachesEXT()
/external/vulkan-headers/include/vulkan/
Dvulkan_funcs.hpp2810 Device::mergePipelineCaches( VULKAN_HPP_NAMESPACE::PipelineCache dstCache, in mergePipelineCaches()
2825 …Device::mergePipelineCaches( VULKAN_HPP_NAMESPACE::PipelineCache dstCach… in mergePipelineCaches()
15427 Device::mergeValidationCachesEXT( VULKAN_HPP_NAMESPACE::ValidationCacheEXT dstCache, in mergeValidationCachesEXT()
15443 …Device::mergeValidationCachesEXT( VULKAN_HPP_NAMESPACE::ValidationCacheEXT … in mergeValidationCachesEXT()
Dvulkan.hpp1753 VkPipelineCache dstCache, in vkMergePipelineCaches()
4502 VkValidationCacheEXT dstCache, in vkMergeValidationCachesEXT()
/external/swiftshader/include/vulkan/
Dvulkan_funcs.hpp2575 … VULKAN_HPP_INLINE Result Device::mergePipelineCaches(VULKAN_HPP_NAMESPACE::PipelineCache dstCache, in mergePipelineCaches()
2588VULKAN_HPP_NAMESPACE::PipelineCache dstCache, ArrayProxy<const VULKAN_HPP_NAMESPACE::PipelineCache… in mergePipelineCaches()
14107 …_HPP_INLINE Result Device::mergeValidationCachesEXT(VULKAN_HPP_NAMESPACE::ValidationCacheEXT dstCa… in mergeValidationCachesEXT()
14120VULKAN_HPP_NAMESPACE::ValidationCacheEXT dstCache, ArrayProxy<const VULKAN_HPP_NAMESPACE::Validati… in mergeValidationCachesEXT()
Dvulkan.hpp1661 …vkMergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkP… in vkMergePipelineCaches()
4100 VkValidationCacheEXT dstCache, in vkMergeValidationCachesEXT()
/external/swiftshader/src/Vulkan/
DlibVulkan.cpp2136 VKAPI_ATTR VkResult VKAPI_CALL vkMergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uin… in vkMergePipelineCaches()
/external/virglrenderer/src/venus/venus-protocol/
Dvn_protocol_renderer_defines.h829 VkPipelineCache dstCache; member
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp14416 …oreChecks::CoreLayerMergeValidationCachesEXT(VkDevice device, VkValidationCacheEXT dstCache, uint3… in CoreLayerMergeValidationCachesEXT()