Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp25468 struct ExternalSemaphoreProperties struct
25470 using NativeType = VkExternalSemaphoreProperties;
25472 static const bool allowDuplicate = false;
25473 …_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eExternalSemaphoreProperties;
25476 VULKAN_HPP_CONSTEXPR ExternalSemaphoreProperties( in ExternalSemaphoreProperties() function
25488 ExternalSemaphoreProperties( VkExternalSemaphoreProperties const & rhs ) VULKAN_HPP_NOEXCEPT in ExternalSemaphoreProperties() function
25497 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties const *>( &rhs ); in operator =()
25501 operator VkExternalSemaphoreProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkExternalSemaphoreProperties const&()
25506 operator VkExternalSemaphoreProperties &() VULKAN_HPP_NOEXCEPT in operator VkExternalSemaphoreProperties&()
25535 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties ) ==
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp37003 struct ExternalSemaphoreProperties struct
37005 using NativeType = VkExternalSemaphoreProperties;
37007 static const bool allowDuplicate = false;
37008 …_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eExternalSemaphoreProperties;
37011 …VULKAN_HPP_CONSTEXPR ExternalSemaphoreProperties( VULKAN_HPP_NAMESPACE::ExternalSemaphoreHandleTyp… in ExternalSemaphoreProperties() function
37024 ExternalSemaphoreProperties( VkExternalSemaphoreProperties const & rhs ) VULKAN_HPP_NOEXCEPT in ExternalSemaphoreProperties() function
37034 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties const *>( &rhs ); in operator =()
37038 operator VkExternalSemaphoreProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkExternalSemaphoreProperties const&()
37043 operator VkExternalSemaphoreProperties &() VULKAN_HPP_NOEXCEPT in operator VkExternalSemaphoreProperties&()
37058 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]