Searched refs:DescriptorPoolCreateInfo (Results 1 – 4 of 4) sorted by relevance
265 class DescriptorPoolCreateInfo : public vk::VkDescriptorPoolCreateInfo class268 DescriptorPoolCreateInfo (const std::vector<vk::VkDescriptorPoolSize>& poolSizeCounts,272 DescriptorPoolCreateInfo& addDescriptors (vk::VkDescriptorType type, deUint32 count);
600 DescriptorPoolCreateInfo::DescriptorPoolCreateInfo (const std::vector<vk::VkDescriptorPoolSize>& po… in DescriptorPoolCreateInfo() function in vkt::Draw::DescriptorPoolCreateInfo613 DescriptorPoolCreateInfo& DescriptorPoolCreateInfo::addDescriptors (vk::VkDescriptorType type, deUi… in addDescriptors()
13643 struct DescriptorPoolCreateInfo struct13645 …DescriptorPoolCreateInfo( DescriptorPoolCreateFlags flags_ = DescriptorPoolCreateFlags(), uint32_t… in DescriptorPoolCreateInfo() argument13655 DescriptorPoolCreateInfo( VkDescriptorPoolCreateInfo const & rhs ) in DescriptorPoolCreateInfo() argument13657 memcpy( this, &rhs, sizeof(DescriptorPoolCreateInfo) ); in DescriptorPoolCreateInfo()13660 DescriptorPoolCreateInfo& operator=( VkDescriptorPoolCreateInfo const & rhs ) in operator =() argument13662 memcpy( this, &rhs, sizeof(DescriptorPoolCreateInfo) ); in operator =()13666 DescriptorPoolCreateInfo& setSType( StructureType sType_ ) in setSType() argument13672 DescriptorPoolCreateInfo& setPNext( const void* pNext_ ) in setPNext() argument13678 DescriptorPoolCreateInfo& setFlags( DescriptorPoolCreateFlags flags_ ) in setFlags() argument13684 DescriptorPoolCreateInfo& setMaxSets( uint32_t maxSets_ ) in setMaxSets() argument[all …]
1597 auto const descriptor_pool = vk::DescriptorPoolCreateInfo() in prepare_descriptor_pool()