• Home
  • Raw
  • Download

Lines Matching refs:DescriptorPoolCreateInfo

10557   struct DescriptorPoolCreateInfo;
13653 …Result createDescriptorPool( const DescriptorPoolCreateInfo* pCreateInfo, const AllocationCallback…
13656 …ResultValueType<DescriptorPool>::type createDescriptorPool( const DescriptorPoolCreateInfo & creat…
13659 …scriptorPool,Dispatch>>::type createDescriptorPoolUnique( const DescriptorPoolCreateInfo & createI…
23386 struct DescriptorPoolCreateInfo struct
23388 DescriptorPoolCreateInfo( DescriptorPoolCreateFlags flags_ = DescriptorPoolCreateFlags(), in DescriptorPoolCreateInfo() function
23398 DescriptorPoolCreateInfo( VkDescriptorPoolCreateInfo const & rhs ) in DescriptorPoolCreateInfo() argument
23400 memcpy( this, &rhs, sizeof( DescriptorPoolCreateInfo ) ); in DescriptorPoolCreateInfo()
23403 DescriptorPoolCreateInfo& operator=( VkDescriptorPoolCreateInfo const & rhs ) in operator =() argument
23405 memcpy( this, &rhs, sizeof( DescriptorPoolCreateInfo ) ); in operator =()
23409 DescriptorPoolCreateInfo & setPNext( const void* pNext_ ) in setPNext() argument
23415 DescriptorPoolCreateInfo & setFlags( DescriptorPoolCreateFlags flags_ ) in setFlags() argument
23421 DescriptorPoolCreateInfo & setMaxSets( uint32_t maxSets_ ) in setMaxSets() argument
23427 DescriptorPoolCreateInfo & setPoolSizeCount( uint32_t poolSizeCount_ ) in setPoolSizeCount() argument
23433 DescriptorPoolCreateInfo & setPPoolSizes( const DescriptorPoolSize* pPoolSizes_ ) in setPPoolSizes() argument
23449 bool operator==( DescriptorPoolCreateInfo const& rhs ) const in operator ==() argument
23459 bool operator!=( DescriptorPoolCreateInfo const& rhs ) const in operator !=() argument
23474 …static_assert( sizeof( DescriptorPoolCreateInfo ) == sizeof( VkDescriptorPoolCreateInfo ), "struct…
48769 …VULKAN_HPP_INLINE Result Device::createDescriptorPool( const DescriptorPoolCreateInfo* pCreateInfo… in createDescriptorPool()
48775 …eType<DescriptorPool>::type Device::createDescriptorPool( const DescriptorPoolCreateInfo & createI… in createDescriptorPool()
48783 …Pool,Dispatch>>::type Device::createDescriptorPoolUnique( const DescriptorPoolCreateInfo & createI… in createDescriptorPoolUnique()
54379 …template <> struct isStructureChainValid<DescriptorPoolCreateInfo, DescriptorPoolInlineUniformBloc…