Home
last modified time | relevance | path

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

/external/rust/crates/ash/src/
Dinstance.rs228 out: &mut vk::ExternalSemaphoreProperties, in get_physical_device_external_semaphore_properties()
/external/rust/crates/ash/src/vk/
Dfeatures.rs5433 _p_external_semaphore_properties: *mut ExternalSemaphoreProperties, in load()
5570 p_external_semaphore_properties: *mut ExternalSemaphoreProperties, in get_physical_device_external_semaphore_properties()
Ddefinitions.rs15740 pub struct ExternalSemaphoreProperties { struct
15747 impl ::std::default::Default for ExternalSemaphoreProperties { argument
15758 impl ExternalSemaphoreProperties { impl
15807 pub fn build(self) -> ExternalSemaphoreProperties { in build()
Dextensions.rs6380 _p_external_semaphore_properties: *mut ExternalSemaphoreProperties, in load()
6404 p_external_semaphore_properties: *mut ExternalSemaphoreProperties, in get_physical_device_external_semaphore_properties_khr()
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp29916 struct ExternalSemaphoreProperties struct
29918 using NativeType = VkExternalSemaphoreProperties;
29920 static const bool allowDuplicate = false;
29921 …N_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eExternalSemaphoreProperties;
29924 …VULKAN_HPP_CONSTEXPR ExternalSemaphoreProperties(VULKAN_HPP_NAMESPACE::ExternalSemaphoreHandleType… in ExternalSemaphoreProperties() function
29937 ExternalSemaphoreProperties(VkExternalSemaphoreProperties const &rhs) VULKAN_HPP_NOEXCEPT in ExternalSemaphoreProperties() function
29947 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties const *>(&rhs); in operator =()
29951 explicit operator VkExternalSemaphoreProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkExternalSemaphoreProperties const&()
29956 explicit operator VkExternalSemaphoreProperties &() VULKAN_HPP_NOEXCEPT in operator VkExternalSemaphoreProperties&()
29971 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp29849 struct ExternalSemaphoreProperties struct
29851 using NativeType = VkExternalSemaphoreProperties;
29853 static const bool allowDuplicate = false;
29854 …_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eExternalSemaphoreProperties;
29857 …VULKAN_HPP_CONSTEXPR ExternalSemaphoreProperties( VULKAN_HPP_NAMESPACE::ExternalSemaphoreHandleTyp… in ExternalSemaphoreProperties() function
29870 ExternalSemaphoreProperties( VkExternalSemaphoreProperties const & rhs ) VULKAN_HPP_NOEXCEPT in ExternalSemaphoreProperties() function
29880 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties const *>( &rhs ); in operator =()
29884 explicit operator VkExternalSemaphoreProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkExternalSemaphoreProperties const&()
29889 explicit operator VkExternalSemaphoreProperties &() VULKAN_HPP_NOEXCEPT in operator VkExternalSemaphoreProperties&()
29904 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp30966 struct ExternalSemaphoreProperties struct
30968 using NativeType = VkExternalSemaphoreProperties;
30970 static const bool allowDuplicate = false;
30971 …_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eExternalSemaphoreProperties;
30974 VULKAN_HPP_CONSTEXPR ExternalSemaphoreProperties( in ExternalSemaphoreProperties() function
30986 ExternalSemaphoreProperties( VkExternalSemaphoreProperties const & rhs ) VULKAN_HPP_NOEXCEPT in ExternalSemaphoreProperties() function
30995 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties const *>( &rhs ); in operator =()
30999 explicit operator VkExternalSemaphoreProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkExternalSemaphoreProperties const&()
31004 explicit operator VkExternalSemaphoreProperties &() VULKAN_HPP_NOEXCEPT in operator VkExternalSemaphoreProperties&()
31019 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]