Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.h270 using DescriptorPoolPointer = SharedPtr<DescriptorPoolHelper>; variable
276 DescriptorSetHelper(const VkDescriptorSet &descriptorSet, const DescriptorPoolPointer &pool) in DescriptorSetHelper()
281 const DescriptorPoolPointer &pool) in DescriptorSetHelper()
348 const DescriptorPoolPointer &pool,
467 std::vector<DescriptorPoolPointer> mDescriptorPools;
H A Dvk_helpers.cpp4237 DescriptorPoolPointer pool(device, mPool); in destroy()
4364 const DescriptorPoolPointer &pool, in allocateDescriptorSet()
4438 DescriptorPoolPointer newPool = DescriptorPoolPointer::MakeShared(context->getDevice()); in init()
4459 for (DescriptorPoolPointer &pool : mDescriptorPools) in destroy()
4476 DescriptorPoolPointer &pool = mDescriptorPools[poolIndex]; in allocateFromExistingPool()
4492 for (DescriptorPoolPointer &pool : mDescriptorPools) in recycleFromGarbage()
4670 DescriptorPoolPointer newPool = DescriptorPoolPointer::MakeShared(context->getDevice()); in allocateNewPool()