Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DProgramExecutableVk.h187 vk::SharedDescriptorSetCacheKey *newSharedCacheKeyOut);
375 vk::SharedDescriptorSetCacheKey *newSharedCacheKeyOut);
DProgramExecutableVk.cpp1535 vk::SharedDescriptorSetCacheKey *newSharedCacheKeyOut) in getOrAllocateDescriptorSet() argument
1540 &mDescriptorSets[setIndex], newSharedCacheKeyOut)); in getOrAllocateDescriptorSet()
1543 if (*newSharedCacheKeyOut != nullptr) in getOrAllocateDescriptorSet()
1563 vk::SharedDescriptorSetCacheKey *newSharedCacheKeyOut) in updateShaderResourcesDescriptorSet() argument
1567 *newSharedCacheKeyOut = nullptr; in updateShaderResourcesDescriptorSet()
1573 DescriptorSetIndex::ShaderResource, newSharedCacheKeyOut)); in updateShaderResourcesDescriptorSet()
Dvk_helpers.cpp3783 SharedDescriptorSetCacheKey *newSharedCacheKeyOut) in getOrAllocateDescriptorSet() argument
3789 *newSharedCacheKeyOut = nullptr; in getOrAllocateDescriptorSet()
3804 *newSharedCacheKeyOut = CreateSharedDescriptorSetCacheKey(desc, this); in getOrAllocateDescriptorSet()
3805 bindingOut->get().onNewDescriptorSetAllocated(*newSharedCacheKeyOut); in getOrAllocateDescriptorSet()