Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/src/sync/
Dsemaphore.rs1390 pub struct ExternalSemaphoreProperties { struct
1393 pub exportable: bool,
1397 pub importable: bool,
1401 pub export_from_imported_handle_types: ExternalSemaphoreHandleTypes,
1405 pub compatible_handle_types: ExternalSemaphoreHandleTypes,
/external/rust/crates/ash/src/
Dinstance.rs317 out: &mut vk::ExternalSemaphoreProperties, in get_physical_device_external_semaphore_properties()
/external/rust/crates/vulkano/src/device/
Dphysical.rs717 ) -> Result<ExternalSemaphoreProperties, PhysicalDeviceError> { in external_semaphore_properties()
759 ) -> ExternalSemaphoreProperties { in external_semaphore_properties_unchecked()
/external/rust/crates/ash/src/vk/
Dfeatures.rs3924 _p_external_semaphore_properties: *mut ExternalSemaphoreProperties, in load()
Ddefinitions.rs17531 pub struct ExternalSemaphoreProperties { struct
17538 impl ::std::default::Default for ExternalSemaphoreProperties { argument
17550 unsafe impl TaggedStructure for ExternalSemaphoreProperties { implementation
17553 impl ExternalSemaphoreProperties { impl
17605 pub fn build(self) -> ExternalSemaphoreProperties { in build()
Dextensions.rs4946 _p_external_semaphore_properties: *mut ExternalSemaphoreProperties, in load()
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp35932 struct ExternalSemaphoreProperties struct
35934 using NativeType = VkExternalSemaphoreProperties;
35936 static const bool allowDuplicate = false;
35937 …_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eExternalSemaphoreProperties;
35940 …VULKAN_HPP_CONSTEXPR ExternalSemaphoreProperties( VULKAN_HPP_NAMESPACE::ExternalSemaphoreHandleTyp… in ExternalSemaphoreProperties() function
35953 ExternalSemaphoreProperties( VkExternalSemaphoreProperties const & rhs ) VULKAN_HPP_NOEXCEPT in ExternalSemaphoreProperties() function
35963 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties const *>( &rhs ); in operator =()
35967 operator VkExternalSemaphoreProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkExternalSemaphoreProperties const&()
35972 operator VkExternalSemaphoreProperties &() VULKAN_HPP_NOEXCEPT in operator VkExternalSemaphoreProperties&()
35987 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/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 …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp36844 struct ExternalSemaphoreProperties struct
36846 using NativeType = VkExternalSemaphoreProperties;
36848 static const bool allowDuplicate = false;
36849 …_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eExternalSemaphoreProperties;
36852 …VULKAN_HPP_CONSTEXPR ExternalSemaphoreProperties( VULKAN_HPP_NAMESPACE::ExternalSemaphoreHandleTyp… in ExternalSemaphoreProperties() function
36865 ExternalSemaphoreProperties( VkExternalSemaphoreProperties const & rhs ) VULKAN_HPP_NOEXCEPT in ExternalSemaphoreProperties() function
36875 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties const *>( &rhs ); in operator =()
36879 operator VkExternalSemaphoreProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkExternalSemaphoreProperties const&()
36884 operator VkExternalSemaphoreProperties &() VULKAN_HPP_NOEXCEPT in operator VkExternalSemaphoreProperties&()
36899 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]