Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp27742 struct DeviceGroupPresentInfoKHR struct
27744 using NativeType = VkDeviceGroupPresentInfoKHR;
27746 static const bool allowDuplicate = false;
27747 …AN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDeviceGroupPresentInfoKHR;
27750 VULKAN_HPP_CONSTEXPR DeviceGroupPresentInfoKHR( in DeviceGroupPresentInfoKHR() function
27764 DeviceGroupPresentInfoKHR( VkDeviceGroupPresentInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in DeviceGroupPresentInfoKHR() function
27770DeviceGroupPresentInfoKHR( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const uint32_t> const & d… in DeviceGroupPresentInfoKHR() function
27783 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR const *>( &rhs ); in operator =()
27788 …AN_HPP_CONSTEXPR_14 DeviceGroupPresentInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
27794 …PR_14 DeviceGroupPresentInfoKHR & setSwapchainCount( uint32_t swapchainCount_ ) VULKAN_HPP_NOEXCEPT in setSwapchainCount()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp28701 struct DeviceGroupPresentInfoKHR struct
28703 using NativeType = VkDeviceGroupPresentInfoKHR;
28705 static const bool allowDuplicate = false;
28706 …AN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDeviceGroupPresentInfoKHR;
28709 VULKAN_HPP_CONSTEXPR DeviceGroupPresentInfoKHR( in DeviceGroupPresentInfoKHR() function
28723 DeviceGroupPresentInfoKHR( VkDeviceGroupPresentInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in DeviceGroupPresentInfoKHR() function
28729DeviceGroupPresentInfoKHR( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const uint32_t> const & d… in DeviceGroupPresentInfoKHR() function
28742 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR const *>( &rhs ); in operator =()
28747 …AN_HPP_CONSTEXPR_14 DeviceGroupPresentInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
28753 …PR_14 DeviceGroupPresentInfoKHR & setSwapchainCount( uint32_t swapchainCount_ ) VULKAN_HPP_NOEXCEPT in setSwapchainCount()
[all …]
/external/angle/third_party/vulkan-headers/src/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() argument
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/rust/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 { implementation
20518 unsafe impl ExtendsPresentInfoKHR for DeviceGroupPresentInfoKHR {} implementation
20545 pub fn build(self) -> DeviceGroupPresentInfoKHR { in build()