Home
last modified time | relevance | path

Searched defs:PhysicalDeviceMultiDrawPropertiesEXT (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp47127 struct PhysicalDeviceMultiDrawPropertiesEXT struct
47129 using NativeType = VkPhysicalDeviceMultiDrawPropertiesEXT;
47136 …VULKAN_HPP_CONSTEXPR PhysicalDeviceMultiDrawPropertiesEXT( uint32_t maxMultiDrawCount_ = {} ) VULK… in PhysicalDeviceMultiDrawPropertiesEXT() function
47143PhysicalDeviceMultiDrawPropertiesEXT( VkPhysicalDeviceMultiDrawPropertiesEXT const & rhs ) VULKAN_… in PhysicalDeviceMultiDrawPropertiesEXT() function
47154 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiDrawPropertiesEXT const *>( &rh… in operator =()
47158 operator VkPhysicalDeviceMultiDrawPropertiesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceMultiDrawPropertiesEXT const&()
47163 operator VkPhysicalDeviceMultiDrawPropertiesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceMultiDrawPropertiesEXT&()
47187 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiDrawPropertiesEXT ) ==
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp73230 struct PhysicalDeviceMultiDrawPropertiesEXT struct
73232 using NativeType = VkPhysicalDeviceMultiDrawPropertiesEXT;
73238 …VULKAN_HPP_CONSTEXPR PhysicalDeviceMultiDrawPropertiesEXT( uint32_t maxMultiDrawCount_ = {}, void … in PhysicalDeviceMultiDrawPropertiesEXT() function
73246PhysicalDeviceMultiDrawPropertiesEXT( VkPhysicalDeviceMultiDrawPropertiesEXT const & rhs ) VULKAN_… in PhysicalDeviceMultiDrawPropertiesEXT() function
73256 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiDrawPropertiesEXT const *>( &rh… in operator =()
73260 operator VkPhysicalDeviceMultiDrawPropertiesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceMultiDrawPropertiesEXT const&()
73265 operator VkPhysicalDeviceMultiDrawPropertiesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceMultiDrawPropertiesEXT&()
73276 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
73285 bool operator==( PhysicalDeviceMultiDrawPropertiesEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
73294 bool operator!=( PhysicalDeviceMultiDrawPropertiesEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
[all …]