Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/ash/src/extensions/khr/
Dexternal_semaphore_win32.rs37 get_info: &vk::SemaphoreGetWin32HandleInfoKHR, in get_semaphore_win32_handle()
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp111099 struct SemaphoreGetWin32HandleInfoKHR struct
111101 using NativeType = VkSemaphoreGetWin32HandleInfoKHR;
111103 static const bool allowDuplicate = false;
111104 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eSemaphoreGetWin32HandleInfoKHR;
111107 VULKAN_HPP_CONSTEXPR SemaphoreGetWin32HandleInfoKHR( in SemaphoreGetWin32HandleInfoKHR() function
111119SemaphoreGetWin32HandleInfoKHR( VkSemaphoreGetWin32HandleInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in SemaphoreGetWin32HandleInfoKHR() function
111129 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SemaphoreGetWin32HandleInfoKHR const *>( &rhs ); in operator =()
111134 …P_CONSTEXPR_14 SemaphoreGetWin32HandleInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
111140 …Win32HandleInfoKHR & setSemaphore( VULKAN_HPP_NAMESPACE::Semaphore semaphore_ ) VULKAN_HPP_NOEXCEPT in setSemaphore()
111147 …leType( VULKAN_HPP_NAMESPACE::ExternalSemaphoreHandleTypeFlagBits handleType_ ) VULKAN_HPP_NOEXCEPT in setHandleType()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp108378 struct SemaphoreGetWin32HandleInfoKHR struct
108380 using NativeType = VkSemaphoreGetWin32HandleInfoKHR;
108382 static const bool allowDuplicate = false;
108383 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eSemaphoreGetWin32HandleInfoKHR;
108386 VULKAN_HPP_CONSTEXPR SemaphoreGetWin32HandleInfoKHR( in SemaphoreGetWin32HandleInfoKHR() function
108398SemaphoreGetWin32HandleInfoKHR( VkSemaphoreGetWin32HandleInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in SemaphoreGetWin32HandleInfoKHR() function
108408 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SemaphoreGetWin32HandleInfoKHR const *>( &rhs ); in operator =()
108413 …P_CONSTEXPR_14 SemaphoreGetWin32HandleInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
108419 …Win32HandleInfoKHR & setSemaphore( VULKAN_HPP_NAMESPACE::Semaphore semaphore_ ) VULKAN_HPP_NOEXCEPT in setSemaphore()
108426 …leType( VULKAN_HPP_NAMESPACE::ExternalSemaphoreHandleTypeFlagBits handleType_ ) VULKAN_HPP_NOEXCEPT in setHandleType()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp132323 struct SemaphoreGetWin32HandleInfoKHR struct
132325 using NativeType = VkSemaphoreGetWin32HandleInfoKHR;
132327 static const bool allowDuplicate = false;
132328 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eSemaphoreGetWin32HandleInfoKHR;
132331 VULKAN_HPP_CONSTEXPR SemaphoreGetWin32HandleInfoKHR( in SemaphoreGetWin32HandleInfoKHR() function
132343SemaphoreGetWin32HandleInfoKHR( VkSemaphoreGetWin32HandleInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in SemaphoreGetWin32HandleInfoKHR() function
132353 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SemaphoreGetWin32HandleInfoKHR const *>( &rhs ); in operator =()
132358 …P_CONSTEXPR_14 SemaphoreGetWin32HandleInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
132364 …Win32HandleInfoKHR & setSemaphore( VULKAN_HPP_NAMESPACE::Semaphore semaphore_ ) VULKAN_HPP_NOEXCEPT in setSemaphore()
132371 …leType( VULKAN_HPP_NAMESPACE::ExternalSemaphoreHandleTypeFlagBits handleType_ ) VULKAN_HPP_NOEXCEPT in setHandleType()
[all …]
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs17910 pub struct SemaphoreGetWin32HandleInfoKHR { struct
17916 impl ::std::default::Default for SemaphoreGetWin32HandleInfoKHR { argument
17927 unsafe impl TaggedStructure for SemaphoreGetWin32HandleInfoKHR { implementation
17930 impl SemaphoreGetWin32HandleInfoKHR { impl
17968 pub fn build(self) -> SemaphoreGetWin32HandleInfoKHR { in build()
Dextensions.rs5029 p_get_win32_handle_info: *const SemaphoreGetWin32HandleInfoKHR, constant
5068 _p_get_win32_handle_info: *const SemaphoreGetWin32HandleInfoKHR, in load()