Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp73527 struct PhysicalDeviceShadingRateImagePropertiesNV struct
73529 using NativeType = VkPhysicalDeviceShadingRateImagePropertiesNV;
73531 static const bool allowDuplicate = false;
73532 …ONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceShadingRateImagePropertiesNV;
73535 …VULKAN_HPP_CONSTEXPR PhysicalDeviceShadingRateImagePropertiesNV( VULKAN_HPP_NAMESPACE::Extent2D sh… in PhysicalDeviceShadingRateImagePropertiesNV() function
73548PhysicalDeviceShadingRateImagePropertiesNV( VkPhysicalDeviceShadingRateImagePropertiesNV const & r… in PhysicalDeviceShadingRateImagePropertiesNV() function
73558 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShadingRateImagePropertiesNV const *… in operator =()
73562 … explicit operator VkPhysicalDeviceShadingRateImagePropertiesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShadingRateImagePropertiesNV const&()
73567 explicit operator VkPhysicalDeviceShadingRateImagePropertiesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShadingRateImagePropertiesNV&()
73578 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp68647 struct PhysicalDeviceShadingRateImagePropertiesNV struct
68656 VULKAN_HPP_CONSTEXPR PhysicalDeviceShadingRateImagePropertiesNV(VULKAN_HPP_NAMESPACE::Extent2D shad… in PhysicalDeviceShadingRateImagePropertiesNV() function
68662PhysicalDeviceShadingRateImagePropertiesNV( VkPhysicalDeviceShadingRateImagePropertiesNV const & r… in PhysicalDeviceShadingRateImagePropertiesNV() function
68672 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShadingRateImagePropertiesNV const *… in operator =()
68677 operator VkPhysicalDeviceShadingRateImagePropertiesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShadingRateImagePropertiesNV const&()
68682 operator VkPhysicalDeviceShadingRateImagePropertiesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShadingRateImagePropertiesNV&()
68693 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
68703 …bool operator==( PhysicalDeviceShadingRateImagePropertiesNV const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
68716 …bool operator!=( PhysicalDeviceShadingRateImagePropertiesNV const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
68723 …AN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceShadingRateImagePropertiesNV;
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp77691 struct PhysicalDeviceShadingRateImagePropertiesNV struct
77693 using NativeType = VkPhysicalDeviceShadingRateImagePropertiesNV;
77695 static const bool allowDuplicate = false;
77696 …ONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceShadingRateImagePropertiesNV;
77699 …VULKAN_HPP_CONSTEXPR PhysicalDeviceShadingRateImagePropertiesNV( VULKAN_HPP_NAMESPACE::Extent2D sh… in PhysicalDeviceShadingRateImagePropertiesNV() function
77712PhysicalDeviceShadingRateImagePropertiesNV( VkPhysicalDeviceShadingRateImagePropertiesNV const & r… in PhysicalDeviceShadingRateImagePropertiesNV() function
77722 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShadingRateImagePropertiesNV const *… in operator =()
77726 operator VkPhysicalDeviceShadingRateImagePropertiesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShadingRateImagePropertiesNV const&()
77731 operator VkPhysicalDeviceShadingRateImagePropertiesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShadingRateImagePropertiesNV&()
77742 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs30596 pub struct PhysicalDeviceShadingRateImagePropertiesNV { struct
30603 impl ::std::default::Default for PhysicalDeviceShadingRateImagePropertiesNV { implementation
30614 impl PhysicalDeviceShadingRateImagePropertiesNV { implementation
30631 unsafe impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceShadingRateImagePropertiesNV {} implementation
30659 pub fn build(self) -> PhysicalDeviceShadingRateImagePropertiesNV { in build()