Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp85878 struct QueueFamilyCheckpointProperties2NV struct
85880 using NativeType = VkQueueFamilyCheckpointProperties2NV;
85886 …VULKAN_HPP_CONSTEXPR QueueFamilyCheckpointProperties2NV( VULKAN_HPP_NAMESPACE::PipelineStageFlags2… in QueueFamilyCheckpointProperties2NV() function
85895QueueFamilyCheckpointProperties2NV( VkQueueFamilyCheckpointProperties2NV const & rhs ) VULKAN_HPP_… in QueueFamilyCheckpointProperties2NV() function
85905 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::QueueFamilyCheckpointProperties2NV const *>( &rhs … in operator =()
85909 explicit operator VkQueueFamilyCheckpointProperties2NV const &() const VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyCheckpointProperties2NV const&()
85914 explicit operator VkQueueFamilyCheckpointProperties2NV &() VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyCheckpointProperties2NV&()
85925 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
85934 bool operator==( QueueFamilyCheckpointProperties2NV const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
85943 bool operator!=( QueueFamilyCheckpointProperties2NV const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp79931 struct QueueFamilyCheckpointProperties2NV struct
79940 VULKAN_HPP_CONSTEXPR QueueFamilyCheckpointProperties2NV(VULKAN_HPP_NAMESPACE::PipelineStageFlags2 c… in QueueFamilyCheckpointProperties2NV() function
79946QueueFamilyCheckpointProperties2NV( VkQueueFamilyCheckpointProperties2NV const & rhs ) VULKAN_HPP_… in QueueFamilyCheckpointProperties2NV() function
79956 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::QueueFamilyCheckpointProperties2NV const *>( &rhs … in operator =()
79961 operator VkQueueFamilyCheckpointProperties2NV const &() const VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyCheckpointProperties2NV const&()
79966 operator VkQueueFamilyCheckpointProperties2NV &() VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyCheckpointProperties2NV&()
79977 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
79987 bool operator==( QueueFamilyCheckpointProperties2NV const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
79998 bool operator!=( QueueFamilyCheckpointProperties2NV const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
80005 VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eQueueFamilyCheckpointProperties2NV;
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp90588 struct QueueFamilyCheckpointProperties2NV struct
90590 using NativeType = VkQueueFamilyCheckpointProperties2NV;
90596 …VULKAN_HPP_CONSTEXPR QueueFamilyCheckpointProperties2NV( VULKAN_HPP_NAMESPACE::PipelineStageFlags2… in QueueFamilyCheckpointProperties2NV() function
90605QueueFamilyCheckpointProperties2NV( VkQueueFamilyCheckpointProperties2NV const & rhs ) VULKAN_HPP_… in QueueFamilyCheckpointProperties2NV() function
90615 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::QueueFamilyCheckpointProperties2NV const *>( &rhs … in operator =()
90619 operator VkQueueFamilyCheckpointProperties2NV const &() const VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyCheckpointProperties2NV const&()
90624 operator VkQueueFamilyCheckpointProperties2NV &() VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyCheckpointProperties2NV&()
90635 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
90644 bool operator==( QueueFamilyCheckpointProperties2NV const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
90653 bool operator!=( QueueFamilyCheckpointProperties2NV const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs46314 pub struct QueueFamilyCheckpointProperties2NV { struct
46319 impl ::std::default::Default for QueueFamilyCheckpointProperties2NV { argument
46328 impl QueueFamilyCheckpointProperties2NV { impl
46342 unsafe impl ExtendsQueueFamilyProperties2 for QueueFamilyCheckpointProperties2NV {} implementation
46365 pub fn build(self) -> QueueFamilyCheckpointProperties2NV { in build()