Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp2385 if (mDescriptorPool.valid()) in init()
2388 mDescriptorPool.destroy(contextVk->getDevice()); in init()
2408 ANGLE_VK_TRY(contextVk, mDescriptorPool.init(contextVk->getDevice(), descriptorPoolInfo)); in init()
2415 mDescriptorPool.destroy(device); in destroy()
2420 contextVk->addGarbage(&mDescriptorPool); in release()
2430 allocInfo.descriptorPool = mDescriptorPool.getHandle(); in allocateSets()
2437 ANGLE_VK_TRY(contextVk, mDescriptorPool.allocateDescriptorSets(contextVk->getDevice(), in allocateSets()
Dvk_helpers.h268 bool valid() { return mDescriptorPool.valid(); } in valid()
284 DescriptorPool mDescriptorPool; variable