Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DProgramExecutableVk.cpp1895 vk::SharedDescriptorSetCacheKey *newSharedCacheKeyOut) in getOrAllocateDescriptorSet() argument
1903 &mDescriptorSets[setIndex], newSharedCacheKeyOut)); in getOrAllocateDescriptorSet()
1906 if (*newSharedCacheKeyOut) in getOrAllocateDescriptorSet()
1908 ASSERT((*newSharedCacheKeyOut)->valid()); in getOrAllocateDescriptorSet()
1933 vk::SharedDescriptorSetCacheKey *newSharedCacheKeyOut) in updateShaderResourcesDescriptorSet() argument
1937 (*newSharedCacheKeyOut).reset(); in updateShaderResourcesDescriptorSet()
1943 newSharedCacheKeyOut)); in updateShaderResourcesDescriptorSet()
DProgramExecutableVk.h229 vk::SharedDescriptorSetCacheKey *newSharedCacheKeyOut);
507 vk::SharedDescriptorSetCacheKey *newSharedCacheKeyOut);
Dvk_helpers.cpp4682 SharedDescriptorSetCacheKey *newSharedCacheKeyOut) in getOrAllocateDescriptorSet() argument
4693 (*newSharedCacheKeyOut).reset(); in getOrAllocateDescriptorSet()
4741 *newSharedCacheKeyOut = sharedCacheKey; in getOrAllocateDescriptorSet()