Home
last modified time | relevance | path

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

/external/rust/crates/ash/src/extensions/khr/
Dexternal_semaphore_fd.rs31 import_info: &vk::ImportSemaphoreFdInfoKHR, in import_semaphore_fd()
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp43951 struct ImportSemaphoreFdInfoKHR struct
43953 using NativeType = VkImportSemaphoreFdInfoKHR;
43955 static const bool allowDuplicate = false;
43956 …KAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eImportSemaphoreFdInfoKHR;
43959 VULKAN_HPP_CONSTEXPR ImportSemaphoreFdInfoKHR( in ImportSemaphoreFdInfoKHR() argument
43975 ImportSemaphoreFdInfoKHR( VkImportSemaphoreFdInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in ImportSemaphoreFdInfoKHR() function
43985 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR const *>( &rhs ); in operator =()
43990 …KAN_HPP_CONSTEXPR_14 ImportSemaphoreFdInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
43996 …SemaphoreFdInfoKHR & setSemaphore( VULKAN_HPP_NAMESPACE::Semaphore semaphore_ ) VULKAN_HPP_NOEXCEPT in setSemaphore()
44002 …aphoreFdInfoKHR & setFlags( VULKAN_HPP_NAMESPACE::SemaphoreImportFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp41101 struct ImportSemaphoreFdInfoKHR struct
41110 VULKAN_HPP_CONSTEXPR ImportSemaphoreFdInfoKHR(VULKAN_HPP_NAMESPACE::Semaphore semaphore_ = {}, VULK… in ImportSemaphoreFdInfoKHR() function
41116 ImportSemaphoreFdInfoKHR( VkImportSemaphoreFdInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in ImportSemaphoreFdInfoKHR() function
41126 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR const *>( &rhs ); in operator =()
41131 …KAN_HPP_CONSTEXPR_14 ImportSemaphoreFdInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
41137 …SemaphoreFdInfoKHR & setSemaphore( VULKAN_HPP_NAMESPACE::Semaphore semaphore_ ) VULKAN_HPP_NOEXCEPT in setSemaphore()
41143 …aphoreFdInfoKHR & setFlags( VULKAN_HPP_NAMESPACE::SemaphoreImportFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
41149 …leType( VULKAN_HPP_NAMESPACE::ExternalSemaphoreHandleTypeFlagBits handleType_ ) VULKAN_HPP_NOEXCEPT in setHandleType()
41155 VULKAN_HPP_CONSTEXPR_14 ImportSemaphoreFdInfoKHR & setFd( int fd_ ) VULKAN_HPP_NOEXCEPT in setFd()
41163 operator VkImportSemaphoreFdInfoKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkImportSemaphoreFdInfoKHR const&()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp45434 struct ImportSemaphoreFdInfoKHR struct
45436 using NativeType = VkImportSemaphoreFdInfoKHR;
45438 static const bool allowDuplicate = false;
45439 …KAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eImportSemaphoreFdInfoKHR;
45442 VULKAN_HPP_CONSTEXPR ImportSemaphoreFdInfoKHR( in ImportSemaphoreFdInfoKHR() argument
45458 ImportSemaphoreFdInfoKHR( VkImportSemaphoreFdInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in ImportSemaphoreFdInfoKHR() function
45468 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR const *>( &rhs ); in operator =()
45473 …KAN_HPP_CONSTEXPR_14 ImportSemaphoreFdInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
45479 …SemaphoreFdInfoKHR & setSemaphore( VULKAN_HPP_NAMESPACE::Semaphore semaphore_ ) VULKAN_HPP_NOEXCEPT in setSemaphore()
45485 …aphoreFdInfoKHR & setFlags( VULKAN_HPP_NAMESPACE::SemaphoreImportFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs16139 pub struct ImportSemaphoreFdInfoKHR { struct
16147 impl ::std::default::Default for ImportSemaphoreFdInfoKHR { argument
16159 impl ImportSemaphoreFdInfoKHR { implementation
16203 pub fn build(self) -> ImportSemaphoreFdInfoKHR { in build()
Dextensions.rs6595 p_import_semaphore_fd_info: *const ImportSemaphoreFdInfoKHR, constant
6619 _p_import_semaphore_fd_info: *const ImportSemaphoreFdInfoKHR, in load()
6658 p_import_semaphore_fd_info: *const ImportSemaphoreFdInfoKHR, in import_semaphore_fd_khr()