Home
last modified time | relevance | path

Searched defs:SampleLocationsInfoEXT (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp5189 struct SampleLocationsInfoEXT struct
5191 using NativeType = VkSampleLocationsInfoEXT;
5193 static const bool allowDuplicate = false;
5194 …ULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eSampleLocationsInfoEXT;
5197 VULKAN_HPP_CONSTEXPR SampleLocationsInfoEXT( in SampleLocationsInfoEXT() argument
5211 SampleLocationsInfoEXT( VkSampleLocationsInfoEXT const & rhs ) VULKAN_HPP_NOEXCEPT in SampleLocationsInfoEXT() function
5216 SampleLocationsInfoEXT( in SampleLocationsInfoEXT() function
5233 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT const *>( &rhs ); in operator =()
5238 SampleLocationsInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
5244 SampleLocationsInfoEXT & setSampleLocationsPerPixel( in setSampleLocationsPerPixel()
[all …]
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp6708 struct SampleLocationsInfoEXT struct
6710 using NativeType = VkSampleLocationsInfoEXT;
6712 static const bool allowDuplicate = false;
6713 …ULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eSampleLocationsInfoEXT;
6717SampleLocationsInfoEXT( VULKAN_HPP_NAMESPACE::SampleCountFlagBits sampleLocationsPerPixel_ =… in SampleLocationsInfoEXT() argument
6732 SampleLocationsInfoEXT( VkSampleLocationsInfoEXT const & rhs ) VULKAN_HPP_NOEXCEPT in SampleLocationsInfoEXT() function
6738SampleLocationsInfoEXT( VULKAN_HPP_NAMESPACE::SampleCountFlagBits … in SampleLocationsInfoEXT() function
6756 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT const *>( &rhs ); in operator =()
6761 …ULKAN_HPP_CONSTEXPR_14 SampleLocationsInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
6768 …sPerPixel( VULKAN_HPP_NAMESPACE::SampleCountFlagBits sampleLocationsPerPixel_ ) VULKAN_HPP_NOEXCEPT in setSampleLocationsPerPixel()
[all …]