Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp69079 struct SemaphoreWaitInfo struct
69081 using NativeType = VkSemaphoreWaitInfo;
69083 static const bool allowDuplicate = false;
69084 …tic VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eSemaphoreWaitInfo;
69087 …VULKAN_HPP_CONSTEXPR SemaphoreWaitInfo( VULKAN_HPP_NAMESPACE::SemaphoreWaitFlags flags_ =… in SemaphoreWaitInfo() argument
69099 SemaphoreWaitInfo( VkSemaphoreWaitInfo const & rhs ) VULKAN_HPP_NOEXCEPT in SemaphoreWaitInfo() argument
69104 SemaphoreWaitInfo( in SemaphoreWaitInfo() argument
69130 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SemaphoreWaitInfo const *>( &rhs ); in operator =()
69135 SemaphoreWaitInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
69141 …SemaphoreWaitInfo & setFlags( VULKAN_HPP_NAMESPACE::SemaphoreWaitFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp106406 struct SemaphoreWaitInfo struct
106408 using NativeType = VkSemaphoreWaitInfo;
106410 static const bool allowDuplicate = false;
106411 …tic VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eSemaphoreWaitInfo;
106414 …VULKAN_HPP_CONSTEXPR SemaphoreWaitInfo( VULKAN_HPP_NAMESPACE::SemaphoreWaitFlags flags_ =… in SemaphoreWaitInfo() argument
106429SemaphoreWaitInfo( VkSemaphoreWaitInfo const & rhs ) VULKAN_HPP_NOEXCEPT : SemaphoreWaitInfo( *rei… in SemaphoreWaitInfo() argument
106432SemaphoreWaitInfo( VULKAN_HPP_NAMESPACE::SemaphoreWaitFlags … in SemaphoreWaitInfo() function
106458 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SemaphoreWaitInfo const *>( &rhs ); in operator =()
106463 VULKAN_HPP_CONSTEXPR_14 SemaphoreWaitInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
106469 …SemaphoreWaitInfo & setFlags( VULKAN_HPP_NAMESPACE::SemaphoreWaitFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]