Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp33539 struct ImportSemaphoreFdInfoKHR struct
33541 using NativeType = VkImportSemaphoreFdInfoKHR;
33543 static const bool allowDuplicate = false;
33544 …KAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eImportSemaphoreFdInfoKHR;
33548ImportSemaphoreFdInfoKHR( VULKAN_HPP_NAMESPACE::Semaphore semaphore_ = {… in ImportSemaphoreFdInfoKHR() function
33561 ImportSemaphoreFdInfoKHR( VkImportSemaphoreFdInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in ImportSemaphoreFdInfoKHR() function
33570 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR const *>( &rhs ); in operator =()
33575 ImportSemaphoreFdInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
33581 …SemaphoreFdInfoKHR & setSemaphore( VULKAN_HPP_NAMESPACE::Semaphore semaphore_ ) VULKAN_HPP_NOEXCEPT in setSemaphore()
33587 …aphoreFdInfoKHR & setFlags( VULKAN_HPP_NAMESPACE::SemaphoreImportFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp48147 struct ImportSemaphoreFdInfoKHR struct
48149 using NativeType = VkImportSemaphoreFdInfoKHR;
48151 static const bool allowDuplicate = false;
48152 …KAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eImportSemaphoreFdInfoKHR;
48155 VULKAN_HPP_CONSTEXPR ImportSemaphoreFdInfoKHR( in ImportSemaphoreFdInfoKHR() argument
48171 ImportSemaphoreFdInfoKHR( VkImportSemaphoreFdInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in ImportSemaphoreFdInfoKHR() function
48181 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR const *>( &rhs ); in operator =()
48186 …KAN_HPP_CONSTEXPR_14 ImportSemaphoreFdInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
48192 …SemaphoreFdInfoKHR & setSemaphore( VULKAN_HPP_NAMESPACE::Semaphore semaphore_ ) VULKAN_HPP_NOEXCEPT in setSemaphore()
48198 …aphoreFdInfoKHR & setFlags( VULKAN_HPP_NAMESPACE::SemaphoreImportFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]