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.h333 const VkPipelineCache* pSrcCaches);
1708 const VkValidationCacheEXT* pSrcCaches);
DVkEncoder.cpp4835 const VkPipelineCache* pSrcCaches) in vkMergePipelineCaches() argument
4853 if (pSrcCaches) in vkMergePipelineCaches()
4855 …local_pSrcCaches = (VkPipelineCache*)pool->dupArray(pSrcCaches, ((srcCacheCount)) * sizeof(const V… in vkMergePipelineCaches()
22047 const VkValidationCacheEXT* pSrcCaches) in vkMergeValidationCachesEXT() argument
22065 if (pSrcCaches) in vkMergeValidationCachesEXT()
22067 …local_pSrcCaches = (VkValidationCacheEXT*)pool->dupArray(pSrcCaches, ((srcCacheCount)) * sizeof(co… in vkMergeValidationCachesEXT()
/device/generic/goldfish-opengl/system/vulkan/
Dfunc_table.cpp751 const VkPipelineCache* pSrcCaches) in entry_vkMergePipelineCaches() argument
756 …Caches_VkResult_return = vkEnc->vkMergePipelineCaches(device, dstCache, srcCacheCount, pSrcCaches); in entry_vkMergePipelineCaches()
4864 const VkValidationCacheEXT* pSrcCaches) in entry_vkMergeValidationCachesEXT() argument
4869 …T_VkResult_return = vkEnc->vkMergeValidationCachesEXT(device, dstCache, srcCacheCount, pSrcCaches); in entry_vkMergeValidationCachesEXT()
4876 const VkValidationCacheEXT* pSrcCaches) in dynCheck_entry_vkMergeValidationCachesEXT() argument
4886 …T_VkResult_return = vkEnc->vkMergeValidationCachesEXT(device, dstCache, srcCacheCount, pSrcCaches); in dynCheck_entry_vkMergeValidationCachesEXT()