/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_pipeline_cache.c | 794 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/ |
D | VkEncoder.h | 208 VkResult vkMergePipelineCaches(VkDevice device, VkPipelineCache dstCache,
|
D | func_table.cpp | 837 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()
|
D | VkEncoder.cpp | 7820 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/ |
D | shaders.adoc | 3474 * 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
|
D | pipelines.adoc | 7465 * 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
|
D | memory.adoc | 431 ** fname:vkMergePipelineCaches for pname:dstCache 438 ** fname:vkMergeValidationCachesEXT for pname:dstCache
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderSnapshot.h | 301 VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount,
|
D | VkDecoderSnapshot.cpp | 607 VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, in vkMergePipelineCaches() argument 4381 VkDevice device, VkPipelineCache dstCache, in vkMergePipelineCaches() argument 4385 dstCache, srcCacheCount, pSrcCaches); in vkMergePipelineCaches()
|
D | VkDecoder.cpp | 4455 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/ |
D | vulkan.hpp | 1397 …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/ |
D | vulkan_core.h | 4012 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,
|