Searched refs:DescriptorPoolSize (Results 1 – 6 of 6) sorted by relevance
255 class DescriptorPoolSize : public vk::VkDescriptorPoolSize class258 DescriptorPoolSize (vk::VkDescriptorType _type, deUint32 _descriptorCount) in DescriptorPoolSize() function in vkt::Draw::DescriptorPoolSize
335 std::array<vk::DescriptorPoolSize, 1> poolSizes = {}; in createCommandBuffers()
17010 struct DescriptorPoolSize struct17016 …DescriptorPoolSize( VULKAN_HPP_NAMESPACE::DescriptorType type_ = VULKAN_HPP_NAMESPACE::DescriptorT… in DescriptorPoolSize() function17022 …VULKAN_HPP_CONSTEXPR DescriptorPoolSize( DescriptorPoolSize const & rhs ) VULKAN_HPP_NOEXCEPT = de…17024 DescriptorPoolSize( VkDescriptorPoolSize const & rhs ) VULKAN_HPP_NOEXCEPT in DescriptorPoolSize() function17025 : DescriptorPoolSize( *reinterpret_cast<DescriptorPoolSize const *>( &rhs ) ) in DescriptorPoolSize()17029 DescriptorPoolSize & operator=( DescriptorPoolSize const & rhs ) VULKAN_HPP_NOEXCEPT = default;17031 DescriptorPoolSize & operator=( VkDescriptorPoolSize const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()17033 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DescriptorPoolSize const *>( &rhs ); in operator =() argument17038 DescriptorPoolSize & setType( VULKAN_HPP_NAMESPACE::DescriptorType type_ ) VULKAN_HPP_NOEXCEPT in setType() argument17044 DescriptorPoolSize & setDescriptorCount( uint32_t descriptorCount_ ) VULKAN_HPP_NOEXCEPT in setDescriptorCount() argument[all …]
101 struct DescriptorPoolSize;
17494 struct DescriptorPoolSize struct17500 …DescriptorPoolSize( VULKAN_HPP_NAMESPACE::DescriptorType type_ = VULKAN_HPP_NAMESPACE::DescriptorT… in DescriptorPoolSize() function17506 …VULKAN_HPP_CONSTEXPR DescriptorPoolSize( DescriptorPoolSize const & rhs ) VULKAN_HPP_NOEXCEPT = de…17508 DescriptorPoolSize( VkDescriptorPoolSize const & rhs ) VULKAN_HPP_NOEXCEPT in DescriptorPoolSize() function17509 : DescriptorPoolSize( *reinterpret_cast<DescriptorPoolSize const *>( &rhs ) ) in DescriptorPoolSize()17513 DescriptorPoolSize & operator=( DescriptorPoolSize const & rhs ) VULKAN_HPP_NOEXCEPT = default;17515 DescriptorPoolSize & operator=( VkDescriptorPoolSize const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()17517 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DescriptorPoolSize const *>( &rhs ); in operator =() argument17522 VULKAN_HPP_CONSTEXPR_14 DescriptorPoolSize &17529 …VULKAN_HPP_CONSTEXPR_14 DescriptorPoolSize & setDescriptorCount( uint32_t descriptorCount_ ) VULKA… in setDescriptorCount() argument[all …]