Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.hpp255 class DescriptorPoolSize : public vk::VkDescriptorPoolSize class
258 DescriptorPoolSize (vk::VkDescriptorType _type, deUint32 _descriptorCount) in DescriptorPoolSize() function in vkt::Draw::DescriptorPoolSize
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A 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/
H A DDrawTester.cpp335 std::array<vk::DescriptorPoolSize, 1> poolSizes = {}; in createCommandBuffers()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp17010 struct DescriptorPoolSize struct
17016 DescriptorPoolSize( VULKAN_HPP_NAMESPACE::DescriptorType type_ = VULKAN_HPP_NAMESPACE::DescriptorType::eSampler,
17022 VULKAN_HPP_CONSTEXPR DescriptorPoolSize( DescriptorPoolSize const & rhs ) VULKAN_HPP_NOEXCEPT = default;
17024 DescriptorPoolSize( VkDescriptorPoolSize const & rhs ) VULKAN_HPP_NOEXCEPT
17025 : DescriptorPoolSize( *reinterpret_cast<DescriptorPoolSize const *>( &rhs ) )
17029 DescriptorPoolSize & operator=( DescriptorPoolSize const & rhs ) VULKAN_HPP_NOEXCEPT = default;
17031 DescriptorPoolSize
[all...]
H A Dvulkan_handles.hpp101 struct DescriptorPoolSize;
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_static_assertions.hpp527 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::DescriptorPoolSize ) == sizeof( VkDescriptorPoolSize ), "struct and wrapper have different size!" );
528 VULKAN_HPP_STATIC_ASSERT( std::is_standard_layout<VULKAN_HPP_NAMESPACE::DescriptorPoolSize>::value, "struct wrapper is not a standard layout!" );
529 VULKAN_HPP_STATIC_ASSERT( std::is_nothrow_move_constructible<VULKAN_HPP_NAMESPACE::DescriptorPoolSize>::value,
530 "DescriptorPoolSize is not nothrow_move_constructible!" );
H A Dvulkan_structs.hpp24245 struct DescriptorPoolSize struct
24250 VULKAN_HPP_CONSTEXPR DescriptorPoolSize( VULKAN_HPP_NAMESPACE::DescriptorType type_ = VULKAN_HPP_NAMESPACE::DescriptorType::eSampler,
24257 VULKAN_HPP_CONSTEXPR DescriptorPoolSize( DescriptorPoolSize const & rhs ) VULKAN_HPP_NOEXCEPT = default;
24259 DescriptorPoolSize( VkDescriptorPoolSize const & rhs ) VULKAN_HPP_NOEXCEPT : DescriptorPoolSize( *reinterpret_cast<DescriptorPoolSize const *>( &rhs ) ) {}
24261 DescriptorPoolSize & operator=( DescriptorPoolSize const & rhs ) VULKAN_HPP_NOEXCEPT = default;
24264 DescriptorPoolSize
[all...]
H A Dvulkan_hash.hpp3282 struct hash<VULKAN_HPP_NAMESPACE::DescriptorPoolSize>
3284 std::size_t operator()( VULKAN_HPP_NAMESPACE::DescriptorPoolSize const & descriptorPoolSize ) const VULKAN_HPP_NOEXCEPT
H A Dvulkan_handles.hpp102 struct DescriptorPoolSize;

Completed in 167 milliseconds