Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DProgramExecutableVk.h250 vk::SharedDescriptorSetCacheKey *newSharedCacheKeyOut);
528 vk::SharedDescriptorSetCacheKey *newSharedCacheKeyOut);
DProgramExecutableVk.cpp1897 vk::SharedDescriptorSetCacheKey *newSharedCacheKeyOut) in getOrAllocateDescriptorSet() argument
1902 &mDescriptorSets[setIndex], newSharedCacheKeyOut)); in getOrAllocateDescriptorSet()
1905 if (*newSharedCacheKeyOut != nullptr) in getOrAllocateDescriptorSet()
1925 vk::SharedDescriptorSetCacheKey *newSharedCacheKeyOut) in updateShaderResourcesDescriptorSet() argument
1929 *newSharedCacheKeyOut = nullptr; in updateShaderResourcesDescriptorSet()
1935 DescriptorSetIndex::ShaderResource, newSharedCacheKeyOut)); in updateShaderResourcesDescriptorSet()
Dvk_helpers.cpp4191 SharedDescriptorSetCacheKey *newSharedCacheKeyOut) in getOrAllocateDescriptorSet() argument
4197 *newSharedCacheKeyOut = nullptr; in getOrAllocateDescriptorSet()
4212 *newSharedCacheKeyOut = CreateSharedDescriptorSetCacheKey(desc, this); in getOrAllocateDescriptorSet()
4213 bindingOut->get().onNewDescriptorSetAllocated(*newSharedCacheKeyOut); in getOrAllocateDescriptorSet()