Home
last modified time | relevance | path

Searched refs:DescriptorPoolSize (Results 1 – 6 of 6) 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/tests/VulkanWrapper/
DDrawTester.cpp335 std::array<vk::DescriptorPoolSize, 1> poolSizes = {}; in createCommandBuffers()
/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
17022 …VULKAN_HPP_CONSTEXPR DescriptorPoolSize( DescriptorPoolSize const & rhs ) VULKAN_HPP_NOEXCEPT = de…
17024 DescriptorPoolSize( VkDescriptorPoolSize const & rhs ) VULKAN_HPP_NOEXCEPT in DescriptorPoolSize() function
17025 : 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 =() argument
17038 DescriptorPoolSize & setType( VULKAN_HPP_NAMESPACE::DescriptorType type_ ) VULKAN_HPP_NOEXCEPT in setType() argument
17044 DescriptorPoolSize & setDescriptorCount( uint32_t descriptorCount_ ) VULKAN_HPP_NOEXCEPT in setDescriptorCount() argument
[all …]
Dvulkan_handles.hpp101 struct DescriptorPoolSize;
/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
17506 …VULKAN_HPP_CONSTEXPR DescriptorPoolSize( DescriptorPoolSize const & rhs ) VULKAN_HPP_NOEXCEPT = de…
17508 DescriptorPoolSize( VkDescriptorPoolSize const & rhs ) VULKAN_HPP_NOEXCEPT in DescriptorPoolSize() function
17509 : 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 =() argument
17522 VULKAN_HPP_CONSTEXPR_14 DescriptorPoolSize &
17529 …VULKAN_HPP_CONSTEXPR_14 DescriptorPoolSize & setDescriptorCount( uint32_t descriptorCount_ ) VULKA… in setDescriptorCount() argument
[all …]
Dvulkan_handles.hpp101 struct DescriptorPoolSize;