Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp13492 auto cacheIter = mPayload.find(descriptorSetLayoutDesc); in bindCachedDescriptorPool() local
13493 if (cacheIter != mPayload.end()) in bindCachedDescriptorPool()
13495 *dynamicDescriptorPoolOut = cacheIter->second; in bindCachedDescriptorPool()