Home
last modified time | relevance | path

Searched refs:DescriptorPoolSize (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp255 class DescriptorPoolSize : public vk::VkDescriptorPoolSize class
258 DescriptorPoolSize (vk::VkDescriptorType _type, deUint32 _descriptorCount) in DescriptorPoolSize() function in vkt::Draw::DescriptorPoolSize
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp23329 struct DescriptorPoolSize struct
23331 DescriptorPoolSize( DescriptorType type_ = DescriptorType::eSampler, in DescriptorPoolSize() function
23337 DescriptorPoolSize( VkDescriptorPoolSize const & rhs ) in DescriptorPoolSize() function
23339 memcpy( this, &rhs, sizeof( DescriptorPoolSize ) ); in DescriptorPoolSize()
23342 DescriptorPoolSize& operator=( VkDescriptorPoolSize const & rhs ) in operator =() argument
23344 memcpy( this, &rhs, sizeof( DescriptorPoolSize ) ); in operator =()
23348 DescriptorPoolSize & setType( DescriptorType type_ ) in setType() argument
23354 DescriptorPoolSize & setDescriptorCount( uint32_t descriptorCount_ ) in setDescriptorCount() argument
23370 bool operator==( DescriptorPoolSize const& rhs ) const in operator ==() argument
23376 bool operator!=( DescriptorPoolSize const& rhs ) const in operator !=() argument
[all …]