• Home
  • Raw
  • Download

Lines Matching refs:DescriptorPoolCreateInfo

28733   struct DescriptorPoolCreateInfo  struct
28735 DescriptorPoolCreateInfo( DescriptorPoolCreateFlags flags_ = DescriptorPoolCreateFlags(), in DescriptorPoolCreateInfo() argument
28746 DescriptorPoolCreateInfo( VkDescriptorPoolCreateInfo const & rhs ) in DescriptorPoolCreateInfo() function
28748 memcpy( this, &rhs, sizeof( DescriptorPoolCreateInfo ) ); in DescriptorPoolCreateInfo()
28751 DescriptorPoolCreateInfo& operator=( VkDescriptorPoolCreateInfo const & rhs ) in operator =() argument
28753 memcpy( this, &rhs, sizeof( DescriptorPoolCreateInfo ) ); in operator =()
28756 DescriptorPoolCreateInfo& setPNext( const void* pNext_ ) in setPNext() argument
28762 DescriptorPoolCreateInfo& setFlags( DescriptorPoolCreateFlags flags_ ) in setFlags() argument
28768 DescriptorPoolCreateInfo& setMaxSets( uint32_t maxSets_ ) in setMaxSets() argument
28774 DescriptorPoolCreateInfo& setPoolSizeCount( uint32_t poolSizeCount_ ) in setPoolSizeCount() argument
28780 DescriptorPoolCreateInfo& setPPoolSizes( const DescriptorPoolSize* pPoolSizes_ ) in setPPoolSizes() argument
28796 bool operator==( DescriptorPoolCreateInfo const& rhs ) const in operator ==() argument
28806 bool operator!=( DescriptorPoolCreateInfo const& rhs ) const in operator !=() argument
28821 …static_assert( sizeof( DescriptorPoolCreateInfo ) == sizeof( VkDescriptorPoolCreateInfo ), "struct…
40581 …Result createDescriptorPool( const DescriptorPoolCreateInfo* pCreateInfo, const AllocationCallback…
40584 …ResultValueType<DescriptorPool>::type createDescriptorPool( const DescriptorPoolCreateInfo & creat…
40587 …scriptorPool,Dispatch>>::type createDescriptorPoolUnique( const DescriptorPoolCreateInfo & createI…
42826 …VULKAN_HPP_INLINE Result Device::createDescriptorPool( const DescriptorPoolCreateInfo* pCreateInfo… in createDescriptorPool()
42832 …eType<DescriptorPool>::type Device::createDescriptorPool( const DescriptorPoolCreateInfo & createI… in createDescriptorPool()
42840 …Pool,Dispatch>>::type Device::createDescriptorPoolUnique( const DescriptorPoolCreateInfo & createI… in createDescriptorPoolUnique()
48648 …template <> struct isStructureChainValid<DescriptorPoolCreateInfo, DescriptorPoolInlineUniformBloc…