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/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp33747 struct ExternalSemaphoreProperties struct
33749 using NativeType = VkExternalSemaphoreProperties;
33751 static const bool allowDuplicate = false;
33752 …_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eExternalSemaphoreProperties;
33755 …VULKAN_HPP_CONSTEXPR ExternalSemaphoreProperties( VULKAN_HPP_NAMESPACE::ExternalSemaphoreHandleTyp… in ExternalSemaphoreProperties() function
33768 ExternalSemaphoreProperties( VkExternalSemaphoreProperties const & rhs ) VULKAN_HPP_NOEXCEPT in ExternalSemaphoreProperties() function
33778 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties const *>( &rhs ); in operator =()
33782 operator VkExternalSemaphoreProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkExternalSemaphoreProperties const&()
33787 operator VkExternalSemaphoreProperties &() VULKAN_HPP_NOEXCEPT in operator VkExternalSemaphoreProperties&()
33802 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp31451 struct ExternalSemaphoreProperties struct
31460 VULKAN_HPP_CONSTEXPR ExternalSemaphoreProperties(VULKAN_HPP_NAMESPACE::ExternalSemaphoreHandleTypeF… in ExternalSemaphoreProperties() function
31466 ExternalSemaphoreProperties( VkExternalSemaphoreProperties const & rhs ) VULKAN_HPP_NOEXCEPT in ExternalSemaphoreProperties() function
31476 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties const *>( &rhs ); in operator =()
31481 operator VkExternalSemaphoreProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkExternalSemaphoreProperties const&()
31486 operator VkExternalSemaphoreProperties &() VULKAN_HPP_NOEXCEPT in operator VkExternalSemaphoreProperties&()
31497 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
31507 bool operator==( ExternalSemaphoreProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
31520 bool operator!=( ExternalSemaphoreProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
31527 VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eExternalSemaphoreProperties;
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp34809 struct ExternalSemaphoreProperties struct
34811 using NativeType = VkExternalSemaphoreProperties;
34813 static const bool allowDuplicate = false;
34814 …_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eExternalSemaphoreProperties;
34817 …VULKAN_HPP_CONSTEXPR ExternalSemaphoreProperties( VULKAN_HPP_NAMESPACE::ExternalSemaphoreHandleTyp… in ExternalSemaphoreProperties() function
34830 ExternalSemaphoreProperties( VkExternalSemaphoreProperties const & rhs ) VULKAN_HPP_NOEXCEPT in ExternalSemaphoreProperties() function
34840 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties const *>( &rhs ); in operator =()
34844 operator VkExternalSemaphoreProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkExternalSemaphoreProperties const&()
34849 operator VkExternalSemaphoreProperties &() VULKAN_HPP_NOEXCEPT in operator VkExternalSemaphoreProperties&()
34864 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]