Searched refs:DynamicDescriptorPool (Results 1 – 8 of 8) sorted by relevance
65 rx::vk::DynamicDescriptorPool *uniformPool = in limitMaxSets()78 rx::vk::DynamicDescriptorPool *texturePool = in limitMaxSets()
1328 DynamicDescriptorPool::DynamicDescriptorPool() in DynamicDescriptorPool() function in rx::vk::DynamicDescriptorPool1332 DynamicDescriptorPool::~DynamicDescriptorPool() = default;1334 angle::Result DynamicDescriptorPool::init(ContextVk *contextVk, in init()1352 void DynamicDescriptorPool::destroy(VkDevice device) in destroy()1364 void DynamicDescriptorPool::release(ContextVk *contextVk) in release()1376 angle::Result DynamicDescriptorPool::allocateSetsAndGetInfo( in allocateSetsAndGetInfo()1410 angle::Result DynamicDescriptorPool::allocateNewPool(ContextVk *contextVk) in allocateNewPool()1437 void DynamicDescriptorPool::setMaxSetsPerPoolForTesting(uint32_t maxSetsPerPool) in setMaxSetsPerPoolForTesting()
236 vk::DescriptorSetLayoutArray<vk::DynamicDescriptorPool> mDynamicDescriptorPools;
117 vk::DynamicDescriptorPool *getDynamicDescriptorPool(uint32_t poolIndex) in getDynamicDescriptorPool()
253 class DynamicDescriptorPool final : angle::NonCopyable256 DynamicDescriptorPool();257 ~DynamicDescriptorPool();
458 angle::PackedEnumMap<Function, vk::DynamicDescriptorPool> mDescriptorPools;
197 for (vk::DynamicDescriptorPool &descriptorPool : mDynamicDescriptorPools) in reset()358 vk::DynamicDescriptorPool &dynamicDescriptorPool = mDynamicDescriptorPools[descriptorSetIndex]; in allocateDescriptorSetAndGetInfo()
829 vk::DynamicDescriptorPool mDriverUniformsDescriptorPool;