Home
last modified time | relevance | path

Searched defs:DeviceGroupPresentInfoKHR (Results 1 – 4 of 4) sorted by relevance

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp28760 struct DeviceGroupPresentInfoKHR struct
28762 using NativeType = VkDeviceGroupPresentInfoKHR;
28764 static const bool allowDuplicate = false;
28765 …AN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDeviceGroupPresentInfoKHR;
28768 VULKAN_HPP_CONSTEXPR DeviceGroupPresentInfoKHR( in DeviceGroupPresentInfoKHR() argument
28782 DeviceGroupPresentInfoKHR( VkDeviceGroupPresentInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in DeviceGroupPresentInfoKHR() function
28788DeviceGroupPresentInfoKHR( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const uint32_t> const & d… in DeviceGroupPresentInfoKHR() function
28801 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR const *>( &rhs ); in operator =()
28806 …AN_HPP_CONSTEXPR_14 DeviceGroupPresentInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
28812 …PR_14 DeviceGroupPresentInfoKHR & setSwapchainCount( uint32_t swapchainCount_ ) VULKAN_HPP_NOEXCEPT in setSwapchainCount()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp28526 struct DeviceGroupPresentInfoKHR struct
28528 using NativeType = VkDeviceGroupPresentInfoKHR;
28530 static const bool allowDuplicate = false;
28531 …AN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDeviceGroupPresentInfoKHR;
28534 VULKAN_HPP_CONSTEXPR DeviceGroupPresentInfoKHR( in DeviceGroupPresentInfoKHR() function
28548 DeviceGroupPresentInfoKHR( VkDeviceGroupPresentInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in DeviceGroupPresentInfoKHR() function
28554DeviceGroupPresentInfoKHR( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const uint32_t> const & d… in DeviceGroupPresentInfoKHR() function
28567 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR const *>( &rhs ); in operator =()
28572 …AN_HPP_CONSTEXPR_14 DeviceGroupPresentInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
28578 …PR_14 DeviceGroupPresentInfoKHR & setSwapchainCount( uint32_t swapchainCount_ ) VULKAN_HPP_NOEXCEPT in setSwapchainCount()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp35519 struct DeviceGroupPresentInfoKHR struct
35521 using NativeType = VkDeviceGroupPresentInfoKHR;
35523 static const bool allowDuplicate = false;
35524 …AN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDeviceGroupPresentInfoKHR;
35527 VULKAN_HPP_CONSTEXPR DeviceGroupPresentInfoKHR( in DeviceGroupPresentInfoKHR() function
35541 DeviceGroupPresentInfoKHR( VkDeviceGroupPresentInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in DeviceGroupPresentInfoKHR() function
35547DeviceGroupPresentInfoKHR( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const uint32_t> const & d… in DeviceGroupPresentInfoKHR() function
35560 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR const *>( &rhs ); in operator =()
35565 …AN_HPP_CONSTEXPR_14 DeviceGroupPresentInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
35571 …PR_14 DeviceGroupPresentInfoKHR & setSwapchainCount( uint32_t swapchainCount_ ) VULKAN_HPP_NOEXCEPT in setSwapchainCount()
[all …]
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs20482 pub struct DeviceGroupPresentInfoKHR { struct
20489 impl ::std::default::Default for DeviceGroupPresentInfoKHR { argument
20501 unsafe impl TaggedStructure for DeviceGroupPresentInfoKHR { implementation
20504 impl DeviceGroupPresentInfoKHR { impl
20518 unsafe impl ExtendsPresentInfoKHR for DeviceGroupPresentInfoKHR {} implementation
20545 pub fn build(self) -> DeviceGroupPresentInfoKHR { in build()