Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_pipeline_cache.c794 VkPipelineCache dstCache, in vk_common_MergePipelineCaches() argument
798 VK_FROM_HANDLE(vk_pipeline_cache, dst, dstCache); in vk_common_MergePipelineCaches()
/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.h208 VkResult vkMergePipelineCaches(VkDevice device, VkPipelineCache dstCache,
Dfunc_table.cpp837 VkResult gfxstream_vk_MergePipelineCaches(VkDevice device, VkPipelineCache dstCache, in gfxstream_vk_MergePipelineCaches() argument
846 vkEnc->vkMergePipelineCaches(gfxstream_device->internal_object, dstCache, srcCacheCount, in gfxstream_vk_MergePipelineCaches()
DVkEncoder.cpp7820 VkResult VkEncoder::vkMergePipelineCaches(VkDevice device, VkPipelineCache dstCache, in vkMergePipelineCaches() argument
7852 dstCache, srcCacheCount, pSrcCaches); in vkMergePipelineCaches()
7864 local_dstCache = dstCache; in vkMergePipelineCaches()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dshaders.adoc3474 * pname:dstCache is the handle of the validation cache to merge results
3478 which will be merged into pname:dstCache.
3479 The previous contents of pname:dstCache are included after the merge.
3491 * [[VUID-vkMergeValidationCachesEXT-dstCache-01536]]
3492 pname:dstCache must: not appear in the list of source caches
Dpipelines.adoc7465 * pname:dstCache is the handle of the pipeline cache to merge results
7469 which will be merged into pname:dstCache.
7470 The previous contents of pname:dstCache are included after the merge.
7482 * [[VUID-vkMergePipelineCaches-dstCache-00770]]
7483 pname:dstCache must: not appear in the list of source caches
Dmemory.adoc431 ** fname:vkMergePipelineCaches for pname:dstCache
438 ** fname:vkMergeValidationCachesEXT for pname:dstCache
/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshot.h301 VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount,
DVkDecoderSnapshot.cpp607 VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, in vkMergePipelineCaches() argument
4381 VkDevice device, VkPipelineCache dstCache, in vkMergePipelineCaches() argument
4385 dstCache, srcCacheCount, pSrcCaches); in vkMergePipelineCaches()
DVkDecoder.cpp4455 VkPipelineCache dstCache; in decode() local
4469 *(VkPipelineCache*)&dstCache = in decode()
4488 ioStream, (unsigned long long)device, (unsigned long long)dstCache, in decode()
4493 vk->vkMergePipelineCaches(unboxed_device, dstCache, srcCacheCount, pSrcCaches); in decode()
4507 vkMergePipelineCaches_VkResult_return, device, dstCache, srcCacheCount, in decode()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan.hpp1397 …VkResult vkMergePipelineCaches( VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount,… in vkMergePipelineCaches() argument
1399 return ::vkMergePipelineCaches( device, dstCache, srcCacheCount, pSrcCaches ); in vkMergePipelineCaches()
3641 …VkResult vkMergeValidationCachesEXT( VkDevice device, VkValidationCacheEXT dstCache, uint32_t srcC… in vkMergeValidationCachesEXT() argument
3643 return ::vkMergeValidationCachesEXT( device, dstCache, srcCacheCount, pSrcCaches ); in vkMergeValidationCachesEXT()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h4012 typedef VkResult (VKAPI_PTR *PFN_vkMergePipelineCaches)(VkDevice device, VkPipelineCache dstCache, …
4432 VkPipelineCache dstCache,
12354 … *PFN_vkMergeValidationCachesEXT)(VkDevice device, VkValidationCacheEXT dstCache, uint32_t srcCach…
12371 VkValidationCacheEXT dstCache,