Searched refs:DescriptorPoolSize (Results 1 - 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.hpp255 class DescriptorPoolSize : public vk::VkDescriptorPoolSize class in namespace:vkt::Draw
258 DescriptorPoolSize (vk::VkDescriptorType _type, deUint32 _descriptorCount) function in class:vkt::Draw::DescriptorPoolSize
/external/vulkan-validation-layers/demos/
H A Dcube.cpp1589 vk::DescriptorPoolSize const poolSizes[2] = {
1590 vk::DescriptorPoolSize()
1593 vk::DescriptorPoolSize()
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.hpp4479 struct DescriptorPoolSize struct in class:vk::vk::ImageLayout::AttachmentLoadOp::AttachmentStoreOp::ImageType::ImageTiling::ImageViewType::CommandBufferLevel::ComponentSwizzle::DescriptorType
4481 DescriptorPoolSize( DescriptorType type_ = DescriptorType::eSampler, uint32_t descriptorCount_ = 0 ) function in struct:vk::vk::ImageLayout::AttachmentLoadOp::AttachmentStoreOp::ImageType::ImageTiling::ImageViewType::CommandBufferLevel::ComponentSwizzle::DescriptorType::DescriptorPoolSize
4487 DescriptorPoolSize( VkDescriptorPoolSize const & rhs ) function in struct:vk::vk::ImageLayout::AttachmentLoadOp::AttachmentStoreOp::ImageType::ImageTiling::ImageViewType::CommandBufferLevel::ComponentSwizzle::DescriptorType::DescriptorPoolSize
4489 memcpy( this, &rhs, sizeof(DescriptorPoolSize) );
4492 DescriptorPoolSize& operator=( VkDescriptorPoolSize const & rhs )
4494 memcpy( this, &rhs, sizeof(DescriptorPoolSize) );
4498 DescriptorPoolSize& setType( DescriptorType type_ )
4504 DescriptorPoolSize& setDescriptorCount( uint32_t descriptorCount_ )
4515 bool operator==( DescriptorPoolSize const& rhs ) const
4521 bool operator!=( DescriptorPoolSize cons
[all...]

Completed in 1611 milliseconds