Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.cpp13158 DynamicDescriptorPoolPointer newDynamicDescriptorPoolPtr(context->getDevice(), in bindCachedDescriptorPool() local
13160 mPayload.emplace(descriptorSetLayoutDesc, newDynamicDescriptorPoolPtr); in bindCachedDescriptorPool()
13161 *dynamicDescriptorPoolOut = std::move(newDynamicDescriptorPoolPtr); in bindCachedDescriptorPool()