Home | History | Annotate | Download | only in tests

Lines Matching refs:sizes

473         vector<VkDescriptorPoolSize> sizes;
477 sizes.push_back(poolSize);
481 pool.poolSizeCount = sizes.size();
483 pool.pPoolSizes = sizes.data();