Home
last modified time | relevance | path

Searched refs:DeviceGroupPresentInfoKHR (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp20156 struct DeviceGroupPresentInfoKHR struct
20165 DeviceGroupPresentInfoKHR( uint32_t swapchainCount_ = {},
20175 DeviceGroupPresentInfoKHR( DeviceGroupPresentInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT = default;
20177 DeviceGroupPresentInfoKHR( VkDeviceGroupPresentInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT
20178 : DeviceGroupPresentInfoKHR( *reinterpret_cast<DeviceGroupPresentInfoKHR const *>( &rhs ) )
20182 DeviceGroupPresentInfoKHR( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const uint32_t> const & deviceMasks_,
20192 DeviceGroupPresentInfoKHR & operator=( DeviceGroupPresentInfoKHR cons
[all...]
H A Dvulkan.hpp7497 struct StructExtends<DeviceGroupPresentInfoKHR, PresentInfoKHR>
H A Dvulkan_handles.hpp377 struct DeviceGroupPresentInfoKHR;
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_static_assertions.hpp1840 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR ) == sizeof( VkDeviceGroupPresentInfoKHR ),
1842 VULKAN_HPP_STATIC_ASSERT( std::is_standard_layout<VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR>::value, "struct wrapper is not a standard layout!" );
1843 VULKAN_HPP_STATIC_ASSERT( std::is_nothrow_move_constructible<VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR>::value,
1844 "DeviceGroupPresentInfoKHR is not nothrow_move_constructible!" );
H A Dvulkan_structs.hpp28701 struct DeviceGroupPresentInfoKHR global() struct
[all...]
H A Dvulkan_hash.hpp3821 struct hash<VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR>
3823 std::size_t operator()( VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR const & deviceGroupPresentInfoKHR ) const VULKAN_HPP_NOEXCEPT
H A Dvulkan.hpp10086 struct StructExtends<DeviceGroupPresentInfoKHR, PresentInfoKHR>
H A Dvulkan_handles.hpp485 struct DeviceGroupPresentInfoKHR;

Completed in 202 milliseconds