Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DProgramExecutableVk.cpp1876 vk::SharedDescriptorSetCacheKey *newSharedCacheKeyOut) in getOrAllocateDescriptorSet() argument
1884 &mDescriptorSets[setIndex], newSharedCacheKeyOut)); in getOrAllocateDescriptorSet()
1887 if (*newSharedCacheKeyOut) in getOrAllocateDescriptorSet()
1889 ASSERT((*newSharedCacheKeyOut)->valid()); in getOrAllocateDescriptorSet()
1914 vk::SharedDescriptorSetCacheKey *newSharedCacheKeyOut) in updateShaderResourcesDescriptorSet() argument
1918 (*newSharedCacheKeyOut).reset(); in updateShaderResourcesDescriptorSet()
1924 newSharedCacheKeyOut)); in updateShaderResourcesDescriptorSet()
H A DProgramExecutableVk.h230 vk::SharedDescriptorSetCacheKey *newSharedCacheKeyOut);
508 vk::SharedDescriptorSetCacheKey *newSharedCacheKeyOut);
H A Dvk_helpers.cpp4597 SharedDescriptorSetCacheKey *newSharedCacheKeyOut) in getOrAllocateDescriptorSet() argument
4608 (*newSharedCacheKeyOut).reset(); in getOrAllocateDescriptorSet()
4656 *newSharedCacheKeyOut = sharedCacheKey; in getOrAllocateDescriptorSet()