Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DProgramExecutableVk.h301 vk::DescriptorSetArray<vk::DynamicDescriptorPool> mDynamicDescriptorPools; variable
DProgramExecutableVk.cpp285 for (vk::DynamicDescriptorPool &descriptorPool : mDynamicDescriptorPools) in reset()
511 vk::DynamicDescriptorPool &dynamicDescriptorPool = mDynamicDescriptorPools[descriptorSetIndex]; in allocateDescriptorSetAndGetInfo()
923 ANGLE_TRY(mDynamicDescriptorPools[descriptorSetIndex].init( in initDynamicDescriptorPools()
1873 ANGLE_TRY(mDynamicDescriptorPools[descriptorSetIndex].allocateSets( in updateDescriptorSets()