Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkDescriptorPool.cpp18 SkAutoTDeleteArray<VkDescriptorPoolSize> poolSizes(new VkDescriptorPoolSize[numPools]); in GrVkDescriptorPool() local
22 VkDescriptorPoolSize& poolSize = poolSizes.get()[currentPool++]; in GrVkDescriptorPool()
36 createInfo.pPoolSizes = poolSizes.get(); in GrVkDescriptorPool()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp1780 vector<VkDescriptorPoolSize> poolSizes; member
1787 , poolSizes (poolSizes_) in Parameters()
1795 vector<VkDescriptorPoolSize> poolSizes; in singleType() local
1796 poolSizes.push_back(makeDescriptorPoolSize(type, count)); in singleType()
1797 return Parameters(flags, maxSets, poolSizes); in singleType()
1819 (deUint32)params.poolSizes.size(), in create()
1820 (params.poolSizes.empty() ? DE_NULL : &params.poolSizes[0]) in create()