Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp603 : m_poolSizeCounts(poolSizeCounts) in DescriptorPoolCreateInfo()
609 poolSizeCount = static_cast<deUint32>(m_poolSizeCounts.size()); in DescriptorPoolCreateInfo()
610 pPoolSizes = &m_poolSizeCounts[0]; in DescriptorPoolCreateInfo()
616 m_poolSizeCounts.push_back(descriptorTypeCount); in addDescriptors()
618 poolSizeCount = static_cast<deUint32>(m_poolSizeCounts.size()); in addDescriptors()
619 pPoolSizes = &m_poolSizeCounts[0]; in addDescriptors()
DvktDrawCreateInfoUtil.hpp275 std::vector<vk::VkDescriptorPoolSize> m_poolSizeCounts; member in vkt::Draw::DescriptorPoolCreateInfo