Searched refs:pSrcCaches (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_pipeline_cache.c | 796 const VkPipelineCache *pSrcCaches) in vk_common_MergePipelineCaches() argument 809 VK_FROM_HANDLE(vk_pipeline_cache, src, pSrcCaches[i]); in vk_common_MergePipelineCaches()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | VkEncoder.h | 209 uint32_t srcCacheCount, const VkPipelineCache* pSrcCaches,
|
D | func_table.cpp | 839 const VkPipelineCache* pSrcCaches) { in gfxstream_vk_MergePipelineCaches() argument 847 pSrcCaches, true /* do lock */); in gfxstream_vk_MergePipelineCaches()
|
D | VkEncoder.cpp | 7821 uint32_t srcCacheCount, const VkPipelineCache* pSrcCaches, in vkMergePipelineCaches() argument 7852 dstCache, srcCacheCount, pSrcCaches); in vkMergePipelineCaches() 7867 local_pSrcCaches = (VkPipelineCache*)pSrcCaches; in vkMergePipelineCaches()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderSnapshot.h | 302 const VkPipelineCache* pSrcCaches);
|
D | VkDecoderSnapshot.cpp | 608 const VkPipelineCache* pSrcCaches) {} in vkMergePipelineCaches() argument 4383 const VkPipelineCache* pSrcCaches) { in vkMergePipelineCaches() argument 4385 dstCache, srcCacheCount, pSrcCaches); in vkMergePipelineCaches()
|
D | VkDecoder.cpp | 4457 const VkPipelineCache* pSrcCaches; in decode() local 4473 vkReadStream->alloc((void**)&pSrcCaches, in decode() 4481 *(((VkPipelineCache*)pSrcCaches) + k) = in decode() 4489 (unsigned long long)srcCacheCount, (unsigned long long)pSrcCaches); in decode() 4493 vk->vkMergePipelineCaches(unboxed_device, dstCache, srcCacheCount, pSrcCaches); in decode() 4508 pSrcCaches); in decode()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan.hpp | 1397 …ipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache * pSrcCaches ) const VULKAN_H… in vkMergePipelineCaches() 1399 return ::vkMergePipelineCaches( device, dstCache, srcCacheCount, pSrcCaches ); in vkMergePipelineCaches() 3641 …acheEXT dstCache, uint32_t srcCacheCount, const VkValidationCacheEXT * pSrcCaches ) const VULKAN_H… in vkMergeValidationCachesEXT() 3643 return ::vkMergeValidationCachesEXT( device, dstCache, srcCacheCount, pSrcCaches ); in vkMergeValidationCachesEXT()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 4012 …evice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache* pSrcCaches); 4434 const VkPipelineCache* pSrcCaches); 12354 …ce, VkValidationCacheEXT dstCache, uint32_t srcCacheCount, const VkValidationCacheEXT* pSrcCaches); 12373 const VkValidationCacheEXT* pSrcCaches);
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | shaders.adoc | 3476 * pname:srcCacheCount is the length of the pname:pSrcCaches array. 3477 * pname:pSrcCaches is a pointer to an array of validation cache handles,
|
D | pipelines.adoc | 7467 * pname:srcCacheCount is the length of the pname:pSrcCaches array. 7468 * pname:pSrcCaches is a pointer to an array of pipeline cache handles,
|