Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp76594 struct PhysicalDeviceRepresentativeFragmentTestFeaturesNV struct
76596 using NativeType = VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV;
76598 static const bool allowDuplicate = false;
76599 … StructureType structureType = StructureType::ePhysicalDeviceRepresentativeFragmentTestFeaturesNV;
76602 …VULKAN_HPP_CONSTEXPR PhysicalDeviceRepresentativeFragmentTestFeaturesNV( VULKAN_HPP_NAMESPACE::Boo… in PhysicalDeviceRepresentativeFragmentTestFeaturesNV() function
76612PhysicalDeviceRepresentativeFragmentTestFeaturesNV( VkPhysicalDeviceRepresentativeFragmentTestFeat… in PhysicalDeviceRepresentativeFragmentTestFeaturesNV() function
76623 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceRepresentativeFragmentTestFeaturesNV in operator =()
76628 … PhysicalDeviceRepresentativeFragmentTestFeaturesNV & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
76635 …ntativeFragmentTest( VULKAN_HPP_NAMESPACE::Bool32 representativeFragmentTest_ ) VULKAN_HPP_NOEXCEPT in setRepresentativeFragmentTest()
76642 … operator VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV const&()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp79328 struct PhysicalDeviceRepresentativeFragmentTestFeaturesNV struct
79330 using NativeType = VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV;
79332 static const bool allowDuplicate = false;
79333 … StructureType structureType = StructureType::ePhysicalDeviceRepresentativeFragmentTestFeaturesNV;
79336 …VULKAN_HPP_CONSTEXPR PhysicalDeviceRepresentativeFragmentTestFeaturesNV( VULKAN_HPP_NAMESPACE::Boo… in PhysicalDeviceRepresentativeFragmentTestFeaturesNV() function
79346PhysicalDeviceRepresentativeFragmentTestFeaturesNV( VkPhysicalDeviceRepresentativeFragmentTestFeat… in PhysicalDeviceRepresentativeFragmentTestFeaturesNV() function
79357 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceRepresentativeFragmentTestFeaturesNV in operator =()
79362 … PhysicalDeviceRepresentativeFragmentTestFeaturesNV & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
79369 …ntativeFragmentTest( VULKAN_HPP_NAMESPACE::Bool32 representativeFragmentTest_ ) VULKAN_HPP_NOEXCEPT in setRepresentativeFragmentTest()
79376 … operator VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV const&()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp80369 struct PhysicalDeviceRepresentativeFragmentTestFeaturesNV struct
80371 using NativeType = VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV;
80373 static const bool allowDuplicate = false;
80374 … StructureType structureType = StructureType::ePhysicalDeviceRepresentativeFragmentTestFeaturesNV;
80377 …VULKAN_HPP_CONSTEXPR PhysicalDeviceRepresentativeFragmentTestFeaturesNV( VULKAN_HPP_NAMESPACE::Boo… in PhysicalDeviceRepresentativeFragmentTestFeaturesNV() function
80387PhysicalDeviceRepresentativeFragmentTestFeaturesNV( VkPhysicalDeviceRepresentativeFragmentTestFeat… in PhysicalDeviceRepresentativeFragmentTestFeaturesNV() function
80398 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceRepresentativeFragmentTestFeaturesNV in operator =()
80403 … PhysicalDeviceRepresentativeFragmentTestFeaturesNV & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
80410 …ntativeFragmentTest( VULKAN_HPP_NAMESPACE::Bool32 representativeFragmentTest_ ) VULKAN_HPP_NOEXCEPT in setRepresentativeFragmentTest()
80417 … operator VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV const&()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs33566 pub struct PhysicalDeviceRepresentativeFragmentTestFeaturesNV { struct
33571 impl ::std::default::Default for PhysicalDeviceRepresentativeFragmentTestFeaturesNV { argument
33581 unsafe impl TaggedStructure for PhysicalDeviceRepresentativeFragmentTestFeaturesNV { implementation
33585 impl PhysicalDeviceRepresentativeFragmentTestFeaturesNV { impl
33602 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceRepresentativeFragmentTestFeaturesNV {} implementation
33607 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceRepresentativeFragmentTestFeaturesNV {} implementation
33628 pub fn build(self) -> PhysicalDeviceRepresentativeFragmentTestFeaturesNV { in build()