Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp6275 struct SampleLocationsInfoEXT struct
6277 using NativeType = VkSampleLocationsInfoEXT;
6279 static const bool allowDuplicate = false;
6280 …ULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eSampleLocationsInfoEXT;
6284SampleLocationsInfoEXT( VULKAN_HPP_NAMESPACE::SampleCountFlagBits sampleLocationsPerPixel_ =… in SampleLocationsInfoEXT() function
6299 SampleLocationsInfoEXT( VkSampleLocationsInfoEXT const & rhs ) VULKAN_HPP_NOEXCEPT in SampleLocationsInfoEXT() function
6305SampleLocationsInfoEXT( VULKAN_HPP_NAMESPACE::SampleCountFlagBits … in SampleLocationsInfoEXT() function
6323 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT const *>( &rhs ); in operator =()
6328 …ULKAN_HPP_CONSTEXPR_14 SampleLocationsInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
6335 …sPerPixel( VULKAN_HPP_NAMESPACE::SampleCountFlagBits sampleLocationsPerPixel_ ) VULKAN_HPP_NOEXCEPT in setSampleLocationsPerPixel()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp5922 struct SampleLocationsInfoEXT struct
5924 using NativeType = VkSampleLocationsInfoEXT;
5926 static const bool allowDuplicate = false;
5927 …VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eSampleLocationsInfoEXT;
5931 VULKAN_HPP_CONSTEXPR SampleLocationsInfoEXT(VULKAN_HPP_NAMESPACE::SampleCountFlagBits sampleLocatio… in SampleLocationsInfoEXT() function
5937 SampleLocationsInfoEXT( VkSampleLocationsInfoEXT const & rhs ) VULKAN_HPP_NOEXCEPT in SampleLocationsInfoEXT() function
5942SampleLocationsInfoEXT( VULKAN_HPP_NAMESPACE::SampleCountFlagBits sampleLocationsPerPixel_, VULKAN… in SampleLocationsInfoEXT() function
5953 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT const *>( &rhs ); in operator =()
5958 …ULKAN_HPP_CONSTEXPR_14 SampleLocationsInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
5964 …sPerPixel( VULKAN_HPP_NAMESPACE::SampleCountFlagBits sampleLocationsPerPixel_ ) VULKAN_HPP_NOEXCEPT in setSampleLocationsPerPixel()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp6611 struct SampleLocationsInfoEXT struct
6613 using NativeType = VkSampleLocationsInfoEXT;
6615 static const bool allowDuplicate = false;
6616 …ULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eSampleLocationsInfoEXT;
6620SampleLocationsInfoEXT( VULKAN_HPP_NAMESPACE::SampleCountFlagBits sampleLocationsPerPixel_ =… in SampleLocationsInfoEXT() function
6635 SampleLocationsInfoEXT( VkSampleLocationsInfoEXT const & rhs ) VULKAN_HPP_NOEXCEPT in SampleLocationsInfoEXT() argument
6641SampleLocationsInfoEXT( VULKAN_HPP_NAMESPACE::SampleCountFlagBits … in SampleLocationsInfoEXT() function
6659 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT const *>( &rhs ); in operator =()
6664 …ULKAN_HPP_CONSTEXPR_14 SampleLocationsInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
6671 …sPerPixel( VULKAN_HPP_NAMESPACE::SampleCountFlagBits sampleLocationsPerPixel_ ) VULKAN_HPP_NOEXCEPT in setSampleLocationsPerPixel()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs22365 pub struct SampleLocationsInfoEXT { struct
22373 impl ::std::default::Default for SampleLocationsInfoEXT { argument
22385 impl SampleLocationsInfoEXT { implementation
22399 unsafe impl ExtendsImageMemoryBarrier for SampleLocationsInfoEXT {} implementation
22401 unsafe impl ExtendsImageMemoryBarrier2KHR for SampleLocationsInfoEXT {} implementation
22433 pub fn build(self) -> SampleLocationsInfoEXT { in build()
Dextensions.rs10635 p_sample_locations_info: *const SampleLocationsInfoEXT, constant
10660 _p_sample_locations_info: *const SampleLocationsInfoEXT, in load()
10704 p_sample_locations_info: *const SampleLocationsInfoEXT, in cmd_set_sample_locations_ext()