Home
last modified time | relevance | path

Searched defs:FramebufferMixedSamplesCombinationNV (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/ash/src/extensions/nv/
Dcoverage_reduction_mode.rs46 out: &mut [vk::FramebufferMixedSamplesCombinationNV], in get_physical_device_supported_framebuffer_mixed_samples_combinations()
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp37520 struct FramebufferMixedSamplesCombinationNV struct
37522 using NativeType = VkFramebufferMixedSamplesCombinationNV;
37524 static const bool allowDuplicate = false;
37525 …T_OR_CONSTEXPR StructureType structureType = StructureType::eFramebufferMixedSamplesCombinationNV;
37528 VULKAN_HPP_CONSTEXPR FramebufferMixedSamplesCombinationNV( in FramebufferMixedSamplesCombinationNV() argument
37544FramebufferMixedSamplesCombinationNV( VkFramebufferMixedSamplesCombinationNV const & rhs ) VULKAN_… in FramebufferMixedSamplesCombinationNV() function
37554 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FramebufferMixedSamplesCombinationNV const *>( &rh… in operator =()
37558 operator VkFramebufferMixedSamplesCombinationNV const &() const VULKAN_HPP_NOEXCEPT in operator VkFramebufferMixedSamplesCombinationNV const&()
37563 operator VkFramebufferMixedSamplesCombinationNV &() VULKAN_HPP_NOEXCEPT in operator VkFramebufferMixedSamplesCombinationNV&()
37579 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp38606 struct FramebufferMixedSamplesCombinationNV struct
38608 using NativeType = VkFramebufferMixedSamplesCombinationNV;
38610 static const bool allowDuplicate = false;
38611 …T_OR_CONSTEXPR StructureType structureType = StructureType::eFramebufferMixedSamplesCombinationNV;
38614 VULKAN_HPP_CONSTEXPR FramebufferMixedSamplesCombinationNV( in FramebufferMixedSamplesCombinationNV() function
38630FramebufferMixedSamplesCombinationNV( VkFramebufferMixedSamplesCombinationNV const & rhs ) VULKAN_… in FramebufferMixedSamplesCombinationNV() function
38640 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FramebufferMixedSamplesCombinationNV const *>( &rh… in operator =()
38644 operator VkFramebufferMixedSamplesCombinationNV const &() const VULKAN_HPP_NOEXCEPT in operator VkFramebufferMixedSamplesCombinationNV const&()
38649 operator VkFramebufferMixedSamplesCombinationNV &() VULKAN_HPP_NOEXCEPT in operator VkFramebufferMixedSamplesCombinationNV&()
38665 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp38447 struct FramebufferMixedSamplesCombinationNV struct
38449 using NativeType = VkFramebufferMixedSamplesCombinationNV;
38451 static const bool allowDuplicate = false;
38452 …T_OR_CONSTEXPR StructureType structureType = StructureType::eFramebufferMixedSamplesCombinationNV;
38455 VULKAN_HPP_CONSTEXPR FramebufferMixedSamplesCombinationNV( in FramebufferMixedSamplesCombinationNV() function
38471FramebufferMixedSamplesCombinationNV( VkFramebufferMixedSamplesCombinationNV const & rhs ) VULKAN_… in FramebufferMixedSamplesCombinationNV() function
38481 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FramebufferMixedSamplesCombinationNV const *>( &rh… in operator =()
38485 operator VkFramebufferMixedSamplesCombinationNV const &() const VULKAN_HPP_NOEXCEPT in operator VkFramebufferMixedSamplesCombinationNV const&()
38490 operator VkFramebufferMixedSamplesCombinationNV &() VULKAN_HPP_NOEXCEPT in operator VkFramebufferMixedSamplesCombinationNV&()
38506 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs42318 pub struct FramebufferMixedSamplesCombinationNV { struct
42326 impl ::std::default::Default for FramebufferMixedSamplesCombinationNV { argument
42339 unsafe impl TaggedStructure for FramebufferMixedSamplesCombinationNV { implementation
42342 impl FramebufferMixedSamplesCombinationNV { impl
42393 pub fn build(self) -> FramebufferMixedSamplesCombinationNV { in build()
Dextensions.rs14226 _p_combinations: *mut FramebufferMixedSamplesCombinationNV, in load()