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/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp93132 struct SemaphoreWaitInfo struct
93134 using NativeType = VkSemaphoreWaitInfo;
93136 static const bool allowDuplicate = false;
93137 …tic VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eSemaphoreWaitInfo;
93140 …VULKAN_HPP_CONSTEXPR SemaphoreWaitInfo( VULKAN_HPP_NAMESPACE::SemaphoreWaitFlags flags_ =… in SemaphoreWaitInfo() function
93155SemaphoreWaitInfo( VkSemaphoreWaitInfo const & rhs ) VULKAN_HPP_NOEXCEPT : SemaphoreWaitInfo( *rei… in SemaphoreWaitInfo() function
93158SemaphoreWaitInfo( VULKAN_HPP_NAMESPACE::SemaphoreWaitFlags … in SemaphoreWaitInfo() function
93184 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SemaphoreWaitInfo const *>( &rhs ); in operator =()
93189 VULKAN_HPP_CONSTEXPR_14 SemaphoreWaitInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
93195 …SemaphoreWaitInfo & setFlags( VULKAN_HPP_NAMESPACE::SemaphoreWaitFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp86646 struct SemaphoreWaitInfo struct
86648 using NativeType = VkSemaphoreWaitInfo;
86650 static const bool allowDuplicate = false;
86651 …atic VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eSemaphoreWaitInfo;
86655SemaphoreWaitInfo(VULKAN_HPP_NAMESPACE::SemaphoreWaitFlags flags_ = {}, uint32_t semaphoreCount_ =… in SemaphoreWaitInfo() function
86661 SemaphoreWaitInfo( VkSemaphoreWaitInfo const & rhs ) VULKAN_HPP_NOEXCEPT in SemaphoreWaitInfo() function
86666SemaphoreWaitInfo( VULKAN_HPP_NAMESPACE::SemaphoreWaitFlags flags_, VULKAN_HPP_NAMESPACE::ArrayPro… in SemaphoreWaitInfo() function
86686 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SemaphoreWaitInfo const *>( &rhs ); in operator =()
86691 VULKAN_HPP_CONSTEXPR_14 SemaphoreWaitInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
86697 …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.hpp98060 struct SemaphoreWaitInfo struct
98062 using NativeType = VkSemaphoreWaitInfo;
98064 static const bool allowDuplicate = false;
98065 …tic VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eSemaphoreWaitInfo;
98068 …VULKAN_HPP_CONSTEXPR SemaphoreWaitInfo( VULKAN_HPP_NAMESPACE::SemaphoreWaitFlags flags_ =… in SemaphoreWaitInfo() function
98083SemaphoreWaitInfo( VkSemaphoreWaitInfo const & rhs ) VULKAN_HPP_NOEXCEPT : SemaphoreWaitInfo( *rei… in SemaphoreWaitInfo() function
98086SemaphoreWaitInfo( VULKAN_HPP_NAMESPACE::SemaphoreWaitFlags … in SemaphoreWaitInfo() function
98112 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SemaphoreWaitInfo const *>( &rhs ); in operator =()
98117 VULKAN_HPP_CONSTEXPR_14 SemaphoreWaitInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
98123 …SemaphoreWaitInfo & 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()