Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp82601 struct PipelineSampleLocationsStateCreateInfoEXT struct
82603 using NativeType = VkPipelineSampleLocationsStateCreateInfoEXT;
82605 static const bool allowDuplicate = false;
82606 …CONSTEXPR StructureType structureType = StructureType::ePipelineSampleLocationsStateCreateInfoEXT;
82609 …VULKAN_HPP_CONSTEXPR PipelineSampleLocationsStateCreateInfoEXT( VULKAN_HPP_NAMESPACE::Bool32 … in PipelineSampleLocationsStateCreateInfoEXT() function
82620PipelineSampleLocationsStateCreateInfoEXT( VkPipelineSampleLocationsStateCreateInfoEXT const & rhs… in PipelineSampleLocationsStateCreateInfoEXT() function
82630 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT const *>… in operator =()
82635 …_14 PipelineSampleLocationsStateCreateInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
82642 …setSampleLocationsEnable( VULKAN_HPP_NAMESPACE::Bool32 sampleLocationsEnable_ ) VULKAN_HPP_NOEXCEPT in setSampleLocationsEnable()
82649 …fo( VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT const & sampleLocationsInfo_ ) VULKAN_HPP_NOEXCEPT in setSampleLocationsInfo()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp76712 struct PipelineSampleLocationsStateCreateInfoEXT struct
76721 VULKAN_HPP_CONSTEXPR PipelineSampleLocationsStateCreateInfoEXT(VULKAN_HPP_NAMESPACE::Bool32 sampleL… in PipelineSampleLocationsStateCreateInfoEXT() function
76727PipelineSampleLocationsStateCreateInfoEXT( VkPipelineSampleLocationsStateCreateInfoEXT const & rhs… in PipelineSampleLocationsStateCreateInfoEXT() function
76737 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT const *>… in operator =()
76742 …_14 PipelineSampleLocationsStateCreateInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
76748 …setSampleLocationsEnable( VULKAN_HPP_NAMESPACE::Bool32 sampleLocationsEnable_ ) VULKAN_HPP_NOEXCEPT in setSampleLocationsEnable()
76754 …fo( VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT const & sampleLocationsInfo_ ) VULKAN_HPP_NOEXCEPT in setSampleLocationsInfo()
76762 operator VkPipelineSampleLocationsStateCreateInfoEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPipelineSampleLocationsStateCreateInfoEXT const&()
76767 operator VkPipelineSampleLocationsStateCreateInfoEXT &() VULKAN_HPP_NOEXCEPT in operator VkPipelineSampleLocationsStateCreateInfoEXT&()
76778 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp87115 struct PipelineSampleLocationsStateCreateInfoEXT struct
87117 using NativeType = VkPipelineSampleLocationsStateCreateInfoEXT;
87119 static const bool allowDuplicate = false;
87120 …CONSTEXPR StructureType structureType = StructureType::ePipelineSampleLocationsStateCreateInfoEXT;
87123 …VULKAN_HPP_CONSTEXPR PipelineSampleLocationsStateCreateInfoEXT( VULKAN_HPP_NAMESPACE::Bool32 … in PipelineSampleLocationsStateCreateInfoEXT() function
87134PipelineSampleLocationsStateCreateInfoEXT( VkPipelineSampleLocationsStateCreateInfoEXT const & rhs… in PipelineSampleLocationsStateCreateInfoEXT() function
87144 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT const *>… in operator =()
87149 …_14 PipelineSampleLocationsStateCreateInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
87156 …setSampleLocationsEnable( VULKAN_HPP_NAMESPACE::Bool32 sampleLocationsEnable_ ) VULKAN_HPP_NOEXCEPT in setSampleLocationsEnable()
87163 …fo( VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT const & sampleLocationsInfo_ ) VULKAN_HPP_NOEXCEPT in setSampleLocationsInfo()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs22609 pub struct PipelineSampleLocationsStateCreateInfoEXT { struct
22615 impl ::std::default::Default for PipelineSampleLocationsStateCreateInfoEXT { implementation
22625 impl PipelineSampleLocationsStateCreateInfoEXT { implementation
22642 unsafe impl ExtendsPipelineMultisampleStateCreateInfo
22669 pub fn build(self) -> PipelineSampleLocationsStateCreateInfoEXT { in build()