Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp54032 struct PhysicalDeviceDepthStencilResolveProperties struct
54034 using NativeType = VkPhysicalDeviceDepthStencilResolveProperties;
54036 static const bool allowDuplicate = false;
54037 …NSTEXPR StructureType structureType = StructureType::ePhysicalDeviceDepthStencilResolveProperties;
54040 …AN_HPP_CONSTEXPR PhysicalDeviceDepthStencilResolveProperties( VULKAN_HPP_NAMESPACE::ResolveModeFla… in PhysicalDeviceDepthStencilResolveProperties() argument
54055PhysicalDeviceDepthStencilResolveProperties( VkPhysicalDeviceDepthStencilResolveProperties const &… in PhysicalDeviceDepthStencilResolveProperties() function
54065 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDepthStencilResolveProperties const … in operator =()
54069 …explicit operator VkPhysicalDeviceDepthStencilResolveProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDepthStencilResolveProperties const&()
54074 explicit operator VkPhysicalDeviceDepthStencilResolveProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDepthStencilResolveProperties&()
54090 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp50906 struct PhysicalDeviceDepthStencilResolveProperties struct
50915 VULKAN_HPP_CONSTEXPR PhysicalDeviceDepthStencilResolveProperties(VULKAN_HPP_NAMESPACE::ResolveModeF… in PhysicalDeviceDepthStencilResolveProperties() function
50921PhysicalDeviceDepthStencilResolveProperties( VkPhysicalDeviceDepthStencilResolveProperties const &… in PhysicalDeviceDepthStencilResolveProperties() function
50931 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDepthStencilResolveProperties const … in operator =()
50936 operator VkPhysicalDeviceDepthStencilResolveProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDepthStencilResolveProperties const&()
50941 operator VkPhysicalDeviceDepthStencilResolveProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDepthStencilResolveProperties&()
50952 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
50962 …ool operator==( PhysicalDeviceDepthStencilResolveProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
50976 …ool operator!=( PhysicalDeviceDepthStencilResolveProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
50983 …N_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceDepthStencilResolveProperties;
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp56516 struct PhysicalDeviceDepthStencilResolveProperties struct
56518 using NativeType = VkPhysicalDeviceDepthStencilResolveProperties;
56520 static const bool allowDuplicate = false;
56521 …NSTEXPR StructureType structureType = StructureType::ePhysicalDeviceDepthStencilResolveProperties;
56524 …AN_HPP_CONSTEXPR PhysicalDeviceDepthStencilResolveProperties( VULKAN_HPP_NAMESPACE::ResolveModeFla… in PhysicalDeviceDepthStencilResolveProperties() function
56539PhysicalDeviceDepthStencilResolveProperties( VkPhysicalDeviceDepthStencilResolveProperties const &… in PhysicalDeviceDepthStencilResolveProperties() function
56549 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDepthStencilResolveProperties const … in operator =()
56553 operator VkPhysicalDeviceDepthStencilResolveProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDepthStencilResolveProperties const&()
56558 operator VkPhysicalDeviceDepthStencilResolveProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDepthStencilResolveProperties&()
56574 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs29296 pub struct PhysicalDeviceDepthStencilResolveProperties { struct
29304 impl ::std::default::Default for PhysicalDeviceDepthStencilResolveProperties { argument
29316 impl PhysicalDeviceDepthStencilResolveProperties { impl
29333 unsafe impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceDepthStencilResolveProperties {} implementation
29371 pub fn build(self) -> PhysicalDeviceDepthStencilResolveProperties { in build()