Home
last modified time | relevance | path

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

/external/rust/crates/ash/src/extensions/khr/
Dtimeline_semaphore.rs44 wait_info: &vk::SemaphoreWaitInfo, in wait_semaphores()
/external/rust/crates/ash/src/
Ddevice.rs164 wait_info: &vk::SemaphoreWaitInfo, in wait_semaphores()
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp83014 struct SemaphoreWaitInfo struct
83016 using NativeType = VkSemaphoreWaitInfo;
83018 static const bool allowDuplicate = false;
83019 …atic VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eSemaphoreWaitInfo;
83022 VULKAN_HPP_CONSTEXPR SemaphoreWaitInfo(VULKAN_HPP_NAMESPACE::SemaphoreWaitFlags flags_ = {}, in SemaphoreWaitInfo() function
83037SemaphoreWaitInfo(VkSemaphoreWaitInfo const &rhs) VULKAN_HPP_NOEXCEPT : SemaphoreWaitInfo(*reinter… in SemaphoreWaitInfo() argument
83040 SemaphoreWaitInfo(VULKAN_HPP_NAMESPACE::SemaphoreWaitFlags flags_, in SemaphoreWaitInfo() argument
83066 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SemaphoreWaitInfo const *>(&rhs); in operator =()
83071 VULKAN_HPP_CONSTEXPR_14 SemaphoreWaitInfo &setPNext(const void *pNext_) VULKAN_HPP_NOEXCEPT in setPNext()
83077 …14 SemaphoreWaitInfo &setFlags(VULKAN_HPP_NAMESPACE::SemaphoreWaitFlags flags_) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp82877 struct SemaphoreWaitInfo struct
82879 using NativeType = VkSemaphoreWaitInfo;
82881 static const bool allowDuplicate = false;
82882 …tic VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eSemaphoreWaitInfo;
82885 …VULKAN_HPP_CONSTEXPR SemaphoreWaitInfo( VULKAN_HPP_NAMESPACE::SemaphoreWaitFlags flags_ =… in SemaphoreWaitInfo() function
82900SemaphoreWaitInfo( VkSemaphoreWaitInfo const & rhs ) VULKAN_HPP_NOEXCEPT : SemaphoreWaitInfo( *rei… in SemaphoreWaitInfo() argument
82903SemaphoreWaitInfo( VULKAN_HPP_NAMESPACE::SemaphoreWaitFlags … in SemaphoreWaitInfo() argument
82929 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SemaphoreWaitInfo const *>( &rhs ); in operator =()
82934 VULKAN_HPP_CONSTEXPR_14 SemaphoreWaitInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
82940 …SemaphoreWaitInfo & setFlags( VULKAN_HPP_NAMESPACE::SemaphoreWaitFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp86273 struct SemaphoreWaitInfo struct
86275 using NativeType = VkSemaphoreWaitInfo;
86277 static const bool allowDuplicate = false;
86278 …tic VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eSemaphoreWaitInfo;
86281 …VULKAN_HPP_CONSTEXPR SemaphoreWaitInfo( VULKAN_HPP_NAMESPACE::SemaphoreWaitFlags flags_ =… in SemaphoreWaitInfo() function
86293 SemaphoreWaitInfo( VkSemaphoreWaitInfo const & rhs ) VULKAN_HPP_NOEXCEPT in SemaphoreWaitInfo() argument
86298 SemaphoreWaitInfo( in SemaphoreWaitInfo() argument
86324 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SemaphoreWaitInfo const *>( &rhs ); in operator =()
86329 VULKAN_HPP_CONSTEXPR_14 SemaphoreWaitInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
86336 setFlags( VULKAN_HPP_NAMESPACE::SemaphoreWaitFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/external/rust/crates/ash/src/vk/
Dfeatures.rs6325 _p_wait_info: *const SemaphoreWaitInfo, in load()
6515 p_wait_info: *const SemaphoreWaitInfo, in wait_semaphores()
Ddefinitions.rs27677 pub struct SemaphoreWaitInfo { struct
27685 impl ::std::default::Default for SemaphoreWaitInfo { argument
27697 impl SemaphoreWaitInfo { implementation
27739 pub fn build(self) -> SemaphoreWaitInfo { in build()
Dextensions.rs16196 p_wait_info: *const SemaphoreWaitInfo, constant
16240 _p_wait_info: *const SemaphoreWaitInfo, in load()
16285 p_wait_info: *const SemaphoreWaitInfo, in wait_semaphores_khr()