Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp68472 struct SemaphoreGetFdInfoKHR struct
68474 using NativeType = VkSemaphoreGetFdInfoKHR;
68480 VULKAN_HPP_CONSTEXPR SemaphoreGetFdInfoKHR( VULKAN_HPP_NAMESPACE::Semaphore semaphore_ = {}, in SemaphoreGetFdInfoKHR() function
68490 SemaphoreGetFdInfoKHR( VkSemaphoreGetFdInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in SemaphoreGetFdInfoKHR() function
68499 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SemaphoreGetFdInfoKHR const *>( &rhs ); in operator =()
68504 SemaphoreGetFdInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
68510 …aphoreGetFdInfoKHR & setSemaphore( VULKAN_HPP_NAMESPACE::Semaphore semaphore_ ) VULKAN_HPP_NOEXCEPT in setSemaphore()
68517 …leType( VULKAN_HPP_NAMESPACE::ExternalSemaphoreHandleTypeFlagBits handleType_ ) VULKAN_HPP_NOEXCEPT in setHandleType()
68524 operator VkSemaphoreGetFdInfoKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkSemaphoreGetFdInfoKHR const&()
68529 operator VkSemaphoreGetFdInfoKHR &() VULKAN_HPP_NOEXCEPT in operator VkSemaphoreGetFdInfoKHR&()
[all …]
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp105856 struct SemaphoreGetFdInfoKHR struct
105858 using NativeType = VkSemaphoreGetFdInfoKHR;
105860 static const bool allowDuplicate = false;
105861 …VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eSemaphoreGetFdInfoKHR;
105864 VULKAN_HPP_CONSTEXPR SemaphoreGetFdInfoKHR( in SemaphoreGetFdInfoKHR() function
105876 SemaphoreGetFdInfoKHR( VkSemaphoreGetFdInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in SemaphoreGetFdInfoKHR() function
105886 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SemaphoreGetFdInfoKHR const *>( &rhs ); in operator =()
105891 …VULKAN_HPP_CONSTEXPR_14 SemaphoreGetFdInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
105897 …aphoreGetFdInfoKHR & setSemaphore( VULKAN_HPP_NAMESPACE::Semaphore semaphore_ ) VULKAN_HPP_NOEXCEPT in setSemaphore()
105903 …leType( VULKAN_HPP_NAMESPACE::ExternalSemaphoreHandleTypeFlagBits handleType_ ) VULKAN_HPP_NOEXCEPT in setHandleType()
[all …]