Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp92454 struct SemaphoreGetFdInfoKHR struct
92456 using NativeType = VkSemaphoreGetFdInfoKHR;
92458 static const bool allowDuplicate = false;
92459 …VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eSemaphoreGetFdInfoKHR;
92462 VULKAN_HPP_CONSTEXPR SemaphoreGetFdInfoKHR( in SemaphoreGetFdInfoKHR() function
92474 SemaphoreGetFdInfoKHR( VkSemaphoreGetFdInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in SemaphoreGetFdInfoKHR() function
92484 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SemaphoreGetFdInfoKHR const *>( &rhs ); in operator =()
92489 …VULKAN_HPP_CONSTEXPR_14 SemaphoreGetFdInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
92495 …aphoreGetFdInfoKHR & setSemaphore( VULKAN_HPP_NAMESPACE::Semaphore semaphore_ ) VULKAN_HPP_NOEXCEPT in setSemaphore()
92501 …leType( VULKAN_HPP_NAMESPACE::ExternalSemaphoreHandleTypeFlagBits handleType_ ) VULKAN_HPP_NOEXCEPT in setHandleType()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp85975 struct SemaphoreGetFdInfoKHR struct
85984 VULKAN_HPP_CONSTEXPR SemaphoreGetFdInfoKHR(VULKAN_HPP_NAMESPACE::Semaphore semaphore_ = {}, VULKAN_… in SemaphoreGetFdInfoKHR() function
85990 SemaphoreGetFdInfoKHR( VkSemaphoreGetFdInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in SemaphoreGetFdInfoKHR() function
86000 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SemaphoreGetFdInfoKHR const *>( &rhs ); in operator =()
86005 …VULKAN_HPP_CONSTEXPR_14 SemaphoreGetFdInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
86011 …aphoreGetFdInfoKHR & setSemaphore( VULKAN_HPP_NAMESPACE::Semaphore semaphore_ ) VULKAN_HPP_NOEXCEPT in setSemaphore()
86017 …leType( VULKAN_HPP_NAMESPACE::ExternalSemaphoreHandleTypeFlagBits handleType_ ) VULKAN_HPP_NOEXCEPT in setHandleType()
86025 operator VkSemaphoreGetFdInfoKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkSemaphoreGetFdInfoKHR const&()
86030 operator VkSemaphoreGetFdInfoKHR &() VULKAN_HPP_NOEXCEPT in operator VkSemaphoreGetFdInfoKHR&()
86041 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp97382 struct SemaphoreGetFdInfoKHR struct
97384 using NativeType = VkSemaphoreGetFdInfoKHR;
97386 static const bool allowDuplicate = false;
97387 …VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eSemaphoreGetFdInfoKHR;
97390 VULKAN_HPP_CONSTEXPR SemaphoreGetFdInfoKHR( in SemaphoreGetFdInfoKHR() function
97402 SemaphoreGetFdInfoKHR( VkSemaphoreGetFdInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in SemaphoreGetFdInfoKHR() function
97412 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SemaphoreGetFdInfoKHR const *>( &rhs ); in operator =()
97417 …VULKAN_HPP_CONSTEXPR_14 SemaphoreGetFdInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
97423 …aphoreGetFdInfoKHR & setSemaphore( VULKAN_HPP_NAMESPACE::Semaphore semaphore_ ) VULKAN_HPP_NOEXCEPT in setSemaphore()
97429 …leType( VULKAN_HPP_NAMESPACE::ExternalSemaphoreHandleTypeFlagBits handleType_ ) VULKAN_HPP_NOEXCEPT in setHandleType()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs16210 pub struct SemaphoreGetFdInfoKHR { struct
16216 impl ::std::default::Default for SemaphoreGetFdInfoKHR { argument
16226 impl SemaphoreGetFdInfoKHR { implementation
16262 pub fn build(self) -> SemaphoreGetFdInfoKHR { in build()
Dextensions.rs6600 p_get_fd_info: *const SemaphoreGetFdInfoKHR, constant
6638 _p_get_fd_info: *const SemaphoreGetFdInfoKHR, in load()
6666 p_get_fd_info: *const SemaphoreGetFdInfoKHR, in get_semaphore_fd_khr()