Home
last modified time | relevance | path

Searched refs:pSrcCaches (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_pipeline_cache.c796 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/
DVkEncoder.h209 uint32_t srcCacheCount, const VkPipelineCache* pSrcCaches,
Dfunc_table.cpp839 const VkPipelineCache* pSrcCaches) { in gfxstream_vk_MergePipelineCaches() argument
847 pSrcCaches, true /* do lock */); in gfxstream_vk_MergePipelineCaches()
DVkEncoder.cpp7821 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/
DVkDecoderSnapshot.h302 const VkPipelineCache* pSrcCaches);
DVkDecoderSnapshot.cpp608 const VkPipelineCache* pSrcCaches) {} in vkMergePipelineCaches() argument
4383 const VkPipelineCache* pSrcCaches) { in vkMergePipelineCaches() argument
4385 dstCache, srcCacheCount, pSrcCaches); in vkMergePipelineCaches()
DVkDecoder.cpp4457 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/
Dvulkan.hpp1397 …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/
Dvulkan_core.h4012 …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/
Dshaders.adoc3476 * pname:srcCacheCount is the length of the pname:pSrcCaches array.
3477 * pname:pSrcCaches is a pointer to an array of validation cache handles,
Dpipelines.adoc7467 * pname:srcCacheCount is the length of the pname:pSrcCaches array.
7468 * pname:pSrcCaches is a pointer to an array of pipeline cache handles,