Home
last modified time | relevance | path

Searched refs:m_poolSizeCounts (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A 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()
H A DvktDrawCreateInfoUtil.hpp275 std::vector<vk::VkDescriptorPoolSize> m_poolSizeCounts; member in vkt::Draw::DescriptorPoolCreateInfo
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A 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()
H A DvktDrawCreateInfoUtil.hpp275 std::vector<vk::VkDescriptorPoolSize> m_poolSizeCounts; member in vkt::Draw::DescriptorPoolCreateInfo

Completed in 6 milliseconds