Searched defs:DescriptorPoolSize (Results 1 – 4 of 4) sorted by relevance
255 class DescriptorPoolSize : public vk::VkDescriptorPoolSize class258 DescriptorPoolSize (vk::VkDescriptorType _type, deUint32 _descriptorCount) in DescriptorPoolSize() function in vkt::Draw::DescriptorPoolSize
17010 struct DescriptorPoolSize struct17016 …DescriptorPoolSize( VULKAN_HPP_NAMESPACE::DescriptorType type_ = VULKAN_HPP_NAMESPACE::DescriptorT… in DescriptorPoolSize() function17024 DescriptorPoolSize( VkDescriptorPoolSize const & rhs ) VULKAN_HPP_NOEXCEPT in DescriptorPoolSize() function17033 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DescriptorPoolSize const *>( &rhs ); in operator =()17038 DescriptorPoolSize & setType( VULKAN_HPP_NAMESPACE::DescriptorType type_ ) VULKAN_HPP_NOEXCEPT in setType()17044 DescriptorPoolSize & setDescriptorCount( uint32_t descriptorCount_ ) VULKAN_HPP_NOEXCEPT in setDescriptorCount()17051 operator VkDescriptorPoolSize const &() const VULKAN_HPP_NOEXCEPT in operator VkDescriptorPoolSize const&()17079 …VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::DescriptorPoolSize ) == sizeof( VkDescript…
24245 struct DescriptorPoolSize struct24250 …VULKAN_HPP_CONSTEXPR DescriptorPoolSize( VULKAN_HPP_NAMESPACE::DescriptorType type_ = V… in DescriptorPoolSize() function24259 …DescriptorPoolSize( VkDescriptorPoolSize const & rhs ) VULKAN_HPP_NOEXCEPT : DescriptorPoolSize( *… in DescriptorPoolSize() function24266 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DescriptorPoolSize const *>( &rhs ); in operator =()24271 …R_14 DescriptorPoolSize & setType( VULKAN_HPP_NAMESPACE::DescriptorType type_ ) VULKAN_HPP_NOEXCEPT in setType()24277 …NSTEXPR_14 DescriptorPoolSize & setDescriptorCount( uint32_t descriptorCount_ ) VULKAN_HPP_NOEXCEPT in setDescriptorCount()24284 operator VkDescriptorPoolSize const &() const VULKAN_HPP_NOEXCEPT in operator VkDescriptorPoolSize const&()24289 operator VkDescriptorPoolSize &() VULKAN_HPP_NOEXCEPT in operator VkDescriptorPoolSize&()24300 reflect() const VULKAN_HPP_NOEXCEPT in reflect()24309 … operator==( DescriptorPoolSize const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()[all …]