Home
last modified time | relevance | path

Searched defs:DescriptorPoolSize (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/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
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp17010 struct DescriptorPoolSize struct
17016DescriptorPoolSize( VULKAN_HPP_NAMESPACE::DescriptorType type_ = VULKAN_HPP_NAMESPACE::DescriptorT… in DescriptorPoolSize() function
17024 DescriptorPoolSize( VkDescriptorPoolSize const & rhs ) VULKAN_HPP_NOEXCEPT in DescriptorPoolSize() function
17033 *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…
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp17494 struct DescriptorPoolSize struct
17500DescriptorPoolSize( VULKAN_HPP_NAMESPACE::DescriptorType type_ = VULKAN_HPP_NAMESPACE::DescriptorT… in DescriptorPoolSize() function
17508 DescriptorPoolSize( VkDescriptorPoolSize const & rhs ) VULKAN_HPP_NOEXCEPT in DescriptorPoolSize() function
17517 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DescriptorPoolSize const *>( &rhs ); in operator =()
17523 … setType( VULKAN_HPP_NAMESPACE::DescriptorType type_ ) VULKAN_HPP_NOEXCEPT in setType()
17529 …NSTEXPR_14 DescriptorPoolSize & setDescriptorCount( uint32_t descriptorCount_ ) VULKAN_HPP_NOEXCEPT in setDescriptorCount()
17536 operator VkDescriptorPoolSize const &() const VULKAN_HPP_NOEXCEPT in operator VkDescriptorPoolSize const&()
17564 …VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::DescriptorPoolSize ) == sizeof( VkDescript…