Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
DVkEncoder.h330 const VkPipelineCache* pSrcCaches);
1707 const VkValidationCacheEXT* pSrcCaches);
DVkEncoder.cpp4929 const VkPipelineCache* pSrcCaches) in vkMergePipelineCaches() argument
4947 if (pSrcCaches) in vkMergePipelineCaches()
4949 …local_pSrcCaches = (VkPipelineCache*)pool->dupArray(pSrcCaches, ((srcCacheCount)) * sizeof(const V… in vkMergePipelineCaches()
22537 const VkValidationCacheEXT* pSrcCaches) in vkMergeValidationCachesEXT() argument
22555 if (pSrcCaches) in vkMergeValidationCachesEXT()
22557 …local_pSrcCaches = (VkValidationCacheEXT*)pool->dupArray(pSrcCaches, ((srcCacheCount)) * sizeof(co… in vkMergeValidationCachesEXT()
/device/generic/goldfish-opengl/system/vulkan/
Dfunc_table.cpp754 const VkPipelineCache* pSrcCaches) in entry_vkMergePipelineCaches() argument
759 …Caches_VkResult_return = vkEnc->vkMergePipelineCaches(device, dstCache, srcCacheCount, pSrcCaches); in entry_vkMergePipelineCaches()
4874 const VkValidationCacheEXT* pSrcCaches) in entry_vkMergeValidationCachesEXT() argument
4879 …T_VkResult_return = vkEnc->vkMergeValidationCachesEXT(device, dstCache, srcCacheCount, pSrcCaches); in entry_vkMergeValidationCachesEXT()
4886 const VkValidationCacheEXT* pSrcCaches) in dynCheck_entry_vkMergeValidationCachesEXT() argument
4896 …T_VkResult_return = vkEnc->vkMergeValidationCachesEXT(device, dstCache, srcCacheCount, pSrcCaches); in dynCheck_entry_vkMergeValidationCachesEXT()