Home
last modified time | relevance | path

Searched defs:PresentInfoKHR (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/ash/src/extensions/khr/
Dswapchain.rs89 create_info: &vk::PresentInfoKHR, in queue_present()
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp84574 struct PresentInfoKHR struct
84576 using NativeType = VkPresentInfoKHR;
84578 static const bool allowDuplicate = false;
84579 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePresentInfoKHR;
84582 …VULKAN_HPP_CONSTEXPR PresentInfoKHR( uint32_t waitSemaphoreCount… in PresentInfoKHR() function
84601PresentInfoKHR( VkPresentInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT : PresentInfoKHR( *reinterpret_… in PresentInfoKHR() argument
84604PresentInfoKHR( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const VULKAN_HPP_NAMESPACE::Semaphor… in PresentInfoKHR() argument
84643 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PresentInfoKHR const *>( &rhs ); in operator =()
84648 VULKAN_HPP_CONSTEXPR_14 PresentInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
84654 …TEXPR_14 PresentInfoKHR & setWaitSemaphoreCount( uint32_t waitSemaphoreCount_ ) VULKAN_HPP_NOEXCEPT in setWaitSemaphoreCount()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp78625 struct PresentInfoKHR struct
78627 using NativeType = VkPresentInfoKHR;
78629 static const bool allowDuplicate = false;
78630 … static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePresentInfoKHR;
78634PresentInfoKHR(uint32_t waitSemaphoreCount_ = {}, const VULKAN_HPP_NAMESPACE::Semaphore * pWaitSem… in PresentInfoKHR() function
78640 PresentInfoKHR( VkPresentInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in PresentInfoKHR() argument
78645PresentInfoKHR( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const VULKAN_HPP_NAMESPACE::Semaphor… in PresentInfoKHR() function
78675 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PresentInfoKHR const *>( &rhs ); in operator =()
78680 VULKAN_HPP_CONSTEXPR_14 PresentInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
78686 …TEXPR_14 PresentInfoKHR & setWaitSemaphoreCount( uint32_t waitSemaphoreCount_ ) VULKAN_HPP_NOEXCEPT in setWaitSemaphoreCount()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp89088 struct PresentInfoKHR struct
89090 using NativeType = VkPresentInfoKHR;
89092 static const bool allowDuplicate = false;
89093 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePresentInfoKHR;
89096 …VULKAN_HPP_CONSTEXPR PresentInfoKHR( uint32_t waitSemaphoreCount… in PresentInfoKHR() argument
89115PresentInfoKHR( VkPresentInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT : PresentInfoKHR( *reinterpret_… in PresentInfoKHR() function
89118PresentInfoKHR( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const VULKAN_HPP_NAMESPACE::Semaphor… in PresentInfoKHR() argument
89157 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PresentInfoKHR const *>( &rhs ); in operator =()
89162 VULKAN_HPP_CONSTEXPR_14 PresentInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
89168 …TEXPR_14 PresentInfoKHR & setWaitSemaphoreCount( uint32_t waitSemaphoreCount_ ) VULKAN_HPP_NOEXCEPT in setWaitSemaphoreCount()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs11054 pub struct PresentInfoKHR { struct
11064 impl ::std::default::Default for PresentInfoKHR { argument
11078 impl PresentInfoKHR { impl
11141 pub fn build(self) -> PresentInfoKHR { in build()
Dextensions.rs287 unsafe extern "system" fn(queue: Queue, p_present_info: *const PresentInfoKHR) -> Result; constant
417 _p_present_info: *const PresentInfoKHR, in load()
564 p_present_info: *const PresentInfoKHR, in queue_present_khr()