Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp70029 struct PhysicalDeviceSampleLocationsPropertiesEXT struct
70031 using NativeType = VkPhysicalDeviceSampleLocationsPropertiesEXT;
70033 static const bool allowDuplicate = false;
70034 …ONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceSampleLocationsPropertiesEXT;
70037 …HPP_CONSTEXPR_14 PhysicalDeviceSampleLocationsPropertiesEXT( VULKAN_HPP_NAMESPACE::SampleCountFlag… in PhysicalDeviceSampleLocationsPropertiesEXT() argument
70054PhysicalDeviceSampleLocationsPropertiesEXT( VkPhysicalDeviceSampleLocationsPropertiesEXT const & r… in PhysicalDeviceSampleLocationsPropertiesEXT() function
70064 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceSampleLocationsPropertiesEXT const *… in operator =()
70068 … explicit operator VkPhysicalDeviceSampleLocationsPropertiesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceSampleLocationsPropertiesEXT const&()
70073 explicit operator VkPhysicalDeviceSampleLocationsPropertiesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceSampleLocationsPropertiesEXT&()
70090 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp65428 struct PhysicalDeviceSampleLocationsPropertiesEXT struct
65437 VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceSampleLocationsPropertiesEXT(VULKAN_HPP_NAMESPACE::SampleCoun… in PhysicalDeviceSampleLocationsPropertiesEXT() function
65443PhysicalDeviceSampleLocationsPropertiesEXT( VkPhysicalDeviceSampleLocationsPropertiesEXT const & r… in PhysicalDeviceSampleLocationsPropertiesEXT() function
65453 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceSampleLocationsPropertiesEXT const *… in operator =()
65458 operator VkPhysicalDeviceSampleLocationsPropertiesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceSampleLocationsPropertiesEXT const&()
65463 operator VkPhysicalDeviceSampleLocationsPropertiesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceSampleLocationsPropertiesEXT&()
65474 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
65484 …bool operator==( PhysicalDeviceSampleLocationsPropertiesEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
65499 …bool operator!=( PhysicalDeviceSampleLocationsPropertiesEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
65506 …AN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceSampleLocationsPropertiesEXT;
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp73700 struct PhysicalDeviceSampleLocationsPropertiesEXT struct
73702 using NativeType = VkPhysicalDeviceSampleLocationsPropertiesEXT;
73704 static const bool allowDuplicate = false;
73705 …ONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceSampleLocationsPropertiesEXT;
73708 …HPP_CONSTEXPR_14 PhysicalDeviceSampleLocationsPropertiesEXT( VULKAN_HPP_NAMESPACE::SampleCountFlag… in PhysicalDeviceSampleLocationsPropertiesEXT() function
73725PhysicalDeviceSampleLocationsPropertiesEXT( VkPhysicalDeviceSampleLocationsPropertiesEXT const & r… in PhysicalDeviceSampleLocationsPropertiesEXT() function
73735 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceSampleLocationsPropertiesEXT const *… in operator =()
73739 operator VkPhysicalDeviceSampleLocationsPropertiesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceSampleLocationsPropertiesEXT const&()
73744 operator VkPhysicalDeviceSampleLocationsPropertiesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceSampleLocationsPropertiesEXT&()
73761 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs22676 pub struct PhysicalDeviceSampleLocationsPropertiesEXT { struct
22685 impl ::std::default::Default for PhysicalDeviceSampleLocationsPropertiesEXT { argument
22698 impl PhysicalDeviceSampleLocationsPropertiesEXT { implementation
22715 unsafe impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceSampleLocationsPropertiesEXT {} implementation
22760 pub fn build(self) -> PhysicalDeviceSampleLocationsPropertiesEXT { in build()