Lines Matching refs:DescriptorPoolCreateInfo
13643 struct DescriptorPoolCreateInfo struct
13645 …DescriptorPoolCreateInfo( DescriptorPoolCreateFlags flags_ = DescriptorPoolCreateFlags(), uint32_t… in DescriptorPoolCreateInfo() argument
13655 DescriptorPoolCreateInfo( VkDescriptorPoolCreateInfo const & rhs ) in DescriptorPoolCreateInfo() function
13657 memcpy( this, &rhs, sizeof(DescriptorPoolCreateInfo) ); in DescriptorPoolCreateInfo()
13660 DescriptorPoolCreateInfo& operator=( VkDescriptorPoolCreateInfo const & rhs ) in operator =() argument
13662 memcpy( this, &rhs, sizeof(DescriptorPoolCreateInfo) ); in operator =()
13666 DescriptorPoolCreateInfo& setSType( StructureType sType_ ) in setSType() argument
13672 DescriptorPoolCreateInfo& setPNext( const void* pNext_ ) in setPNext() argument
13678 DescriptorPoolCreateInfo& setFlags( DescriptorPoolCreateFlags flags_ ) in setFlags() argument
13684 DescriptorPoolCreateInfo& setMaxSets( uint32_t maxSets_ ) in setMaxSets() argument
13690 DescriptorPoolCreateInfo& setPoolSizeCount( uint32_t poolSizeCount_ ) in setPoolSizeCount() argument
13696 DescriptorPoolCreateInfo& setPPoolSizes( const DescriptorPoolSize* pPoolSizes_ ) in setPPoolSizes() argument
13707 bool operator==( DescriptorPoolCreateInfo const& rhs ) const in operator ==() argument
13717 bool operator!=( DescriptorPoolCreateInfo const& rhs ) const in operator !=() argument
13732 …static_assert( sizeof( DescriptorPoolCreateInfo ) == sizeof( VkDescriptorPoolCreateInfo ), "struct…
16786 …Result createDescriptorPool( const DescriptorPoolCreateInfo* pCreateInfo, const AllocationCallback… in createDescriptorPool()
16792 …ResultValueType<DescriptorPool>::type createDescriptorPool( const DescriptorPoolCreateInfo & creat… in createDescriptorPool()