Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/ash/src/extensions/khr/
Dtimeline_semaphore.rs34 wait_info: &vk::SemaphoreWaitInfo, in wait_semaphores()
/external/rust/android-crates-io/crates/ash/src/
Ddevice.rs667 wait_info: &vk::SemaphoreWaitInfo, in wait_semaphores()
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp111538 struct SemaphoreWaitInfo struct
111540 using NativeType = VkSemaphoreWaitInfo;
111542 static const bool allowDuplicate = false;
111543 …tic VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eSemaphoreWaitInfo;
111546 …VULKAN_HPP_CONSTEXPR SemaphoreWaitInfo( VULKAN_HPP_NAMESPACE::SemaphoreWaitFlags flags_ =… in SemaphoreWaitInfo() function
111561SemaphoreWaitInfo( VkSemaphoreWaitInfo const & rhs ) VULKAN_HPP_NOEXCEPT : SemaphoreWaitInfo( *rei… in SemaphoreWaitInfo() function
111564SemaphoreWaitInfo( VULKAN_HPP_NAMESPACE::SemaphoreWaitFlags … in SemaphoreWaitInfo() function
111590 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SemaphoreWaitInfo const *>( &rhs ); in operator =()
111595 VULKAN_HPP_CONSTEXPR_14 SemaphoreWaitInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
111601 …SemaphoreWaitInfo & setFlags( VULKAN_HPP_NAMESPACE::SemaphoreWaitFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp108817 struct SemaphoreWaitInfo struct
108819 using NativeType = VkSemaphoreWaitInfo;
108821 static const bool allowDuplicate = false;
108822 …tic VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eSemaphoreWaitInfo;
108825 …VULKAN_HPP_CONSTEXPR SemaphoreWaitInfo( VULKAN_HPP_NAMESPACE::SemaphoreWaitFlags flags_ =… in SemaphoreWaitInfo() function
108840SemaphoreWaitInfo( VkSemaphoreWaitInfo const & rhs ) VULKAN_HPP_NOEXCEPT : SemaphoreWaitInfo( *rei… in SemaphoreWaitInfo() argument
108843SemaphoreWaitInfo( VULKAN_HPP_NAMESPACE::SemaphoreWaitFlags … in SemaphoreWaitInfo() argument
108869 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SemaphoreWaitInfo const *>( &rhs ); in operator =()
108874 VULKAN_HPP_CONSTEXPR_14 SemaphoreWaitInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
108880 …SemaphoreWaitInfo & setFlags( VULKAN_HPP_NAMESPACE::SemaphoreWaitFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp132807 struct SemaphoreWaitInfo struct
132809 using NativeType = VkSemaphoreWaitInfo;
132811 static const bool allowDuplicate = false;
132812 …tic VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eSemaphoreWaitInfo;
132815 …VULKAN_HPP_CONSTEXPR SemaphoreWaitInfo( VULKAN_HPP_NAMESPACE::SemaphoreWaitFlags flags_ =… in SemaphoreWaitInfo() argument
132830SemaphoreWaitInfo( VkSemaphoreWaitInfo const & rhs ) VULKAN_HPP_NOEXCEPT : SemaphoreWaitInfo( *rei… in SemaphoreWaitInfo() function
132833SemaphoreWaitInfo( VULKAN_HPP_NAMESPACE::SemaphoreWaitFlags … in SemaphoreWaitInfo() argument
132859 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SemaphoreWaitInfo const *>( &rhs ); in operator =()
132864 VULKAN_HPP_CONSTEXPR_14 SemaphoreWaitInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
132870 …SemaphoreWaitInfo & setFlags( VULKAN_HPP_NAMESPACE::SemaphoreWaitFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/external/rust/android-crates-io/crates/ash/src/vk/
Dfeatures.rs4507 _p_wait_info: *const SemaphoreWaitInfo, in load()
Ddefinitions.rs31167 pub struct SemaphoreWaitInfo { struct
31175 impl ::std::default::Default for SemaphoreWaitInfo { argument
31188 unsafe impl TaggedStructure for SemaphoreWaitInfo { implementation
31191 impl SemaphoreWaitInfo { impl
31236 pub fn build(self) -> SemaphoreWaitInfo { in build()
Dextensions.rs12503 p_wait_info: *const SemaphoreWaitInfo, constant
12547 _p_wait_info: *const SemaphoreWaitInfo, in load()