Home
last modified time | relevance | path

Searched defs:PhysicalDeviceTimelineSemaphoreProperties (Results 1 – 4 of 4) sorted by relevance

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp88856 struct PhysicalDeviceTimelineSemaphoreProperties struct
88858 using NativeType = VkPhysicalDeviceTimelineSemaphoreProperties;
88864 …VULKAN_HPP_CONSTEXPR PhysicalDeviceTimelineSemaphoreProperties( uint64_t maxTimelineSemaphoreValue… in PhysicalDeviceTimelineSemaphoreProperties() function
88873PhysicalDeviceTimelineSemaphoreProperties( VkPhysicalDeviceTimelineSemaphoreProperties const & rhs… in PhysicalDeviceTimelineSemaphoreProperties() function
88883 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceTimelineSemaphoreProperties const *>… in operator =()
88887 operator VkPhysicalDeviceTimelineSemaphoreProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceTimelineSemaphoreProperties const&()
88892 operator VkPhysicalDeviceTimelineSemaphoreProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceTimelineSemaphoreProperties&()
88903 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
88912 … bool operator==( PhysicalDeviceTimelineSemaphoreProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
88921 … bool operator!=( PhysicalDeviceTimelineSemaphoreProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp87455 struct PhysicalDeviceTimelineSemaphoreProperties struct
87457 using NativeType = VkPhysicalDeviceTimelineSemaphoreProperties;
87463 …VULKAN_HPP_CONSTEXPR PhysicalDeviceTimelineSemaphoreProperties( uint64_t maxTimelineSemaphoreValue… in PhysicalDeviceTimelineSemaphoreProperties() function
87472PhysicalDeviceTimelineSemaphoreProperties( VkPhysicalDeviceTimelineSemaphoreProperties const & rhs… in PhysicalDeviceTimelineSemaphoreProperties() function
87482 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceTimelineSemaphoreProperties const *>… in operator =()
87486 operator VkPhysicalDeviceTimelineSemaphoreProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceTimelineSemaphoreProperties const&()
87491 operator VkPhysicalDeviceTimelineSemaphoreProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceTimelineSemaphoreProperties&()
87502 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
87511 … bool operator==( PhysicalDeviceTimelineSemaphoreProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
87520 … bool operator!=( PhysicalDeviceTimelineSemaphoreProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp107344 struct PhysicalDeviceTimelineSemaphoreProperties struct
107346 using NativeType = VkPhysicalDeviceTimelineSemaphoreProperties;
107352 …VULKAN_HPP_CONSTEXPR PhysicalDeviceTimelineSemaphoreProperties( uint64_t maxTimelineSemaphoreValue… in PhysicalDeviceTimelineSemaphoreProperties() function
107361PhysicalDeviceTimelineSemaphoreProperties( VkPhysicalDeviceTimelineSemaphoreProperties const & rhs… in PhysicalDeviceTimelineSemaphoreProperties() function
107371 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceTimelineSemaphoreProperties const *>… in operator =()
107375 operator VkPhysicalDeviceTimelineSemaphoreProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceTimelineSemaphoreProperties const&()
107380 operator VkPhysicalDeviceTimelineSemaphoreProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceTimelineSemaphoreProperties&()
107385 operator VkPhysicalDeviceTimelineSemaphoreProperties const *() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceTimelineSemaphoreProperties const*()
107390 operator VkPhysicalDeviceTimelineSemaphoreProperties *() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceTimelineSemaphoreProperties*()
107401 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs30952 pub struct PhysicalDeviceTimelineSemaphoreProperties { struct
30957 impl ::std::default::Default for PhysicalDeviceTimelineSemaphoreProperties { implementation
30967 unsafe impl TaggedStructure for PhysicalDeviceTimelineSemaphoreProperties { implementation
30971 impl PhysicalDeviceTimelineSemaphoreProperties { implementation
30988 unsafe impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceTimelineSemaphoreProperties {} implementation
31013 pub fn build(self) -> PhysicalDeviceTimelineSemaphoreProperties { in build()