Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/ash/src/extensions/ext/
Dsample_locations.rs40 sample_locations_info: &vk::SampleLocationsInfoEXT, in cmd_set_sample_locations()
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp6906 struct SampleLocationsInfoEXT struct
6908 using NativeType = VkSampleLocationsInfoEXT;
6910 static const bool allowDuplicate = false;
6911 …ULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eSampleLocationsInfoEXT;
6915SampleLocationsInfoEXT( VULKAN_HPP_NAMESPACE::SampleCountFlagBits sampleLocationsPerPixel_ =… in SampleLocationsInfoEXT() function
6930 SampleLocationsInfoEXT( VkSampleLocationsInfoEXT const & rhs ) VULKAN_HPP_NOEXCEPT in SampleLocationsInfoEXT() function
6936SampleLocationsInfoEXT( VULKAN_HPP_NAMESPACE::SampleCountFlagBits … in SampleLocationsInfoEXT() function
6954 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT const *>( &rhs ); in operator =()
6959 …ULKAN_HPP_CONSTEXPR_14 SampleLocationsInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
6966 …sPerPixel( VULKAN_HPP_NAMESPACE::SampleCountFlagBits sampleLocationsPerPixel_ ) VULKAN_HPP_NOEXCEPT in setSampleLocationsPerPixel()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp6679 struct SampleLocationsInfoEXT struct
6681 using NativeType = VkSampleLocationsInfoEXT;
6683 static const bool allowDuplicate = false;
6684 …ULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eSampleLocationsInfoEXT;
6688SampleLocationsInfoEXT( VULKAN_HPP_NAMESPACE::SampleCountFlagBits sampleLocationsPerPixel_ =… in SampleLocationsInfoEXT() function
6703 SampleLocationsInfoEXT( VkSampleLocationsInfoEXT const & rhs ) VULKAN_HPP_NOEXCEPT in SampleLocationsInfoEXT() argument
6709SampleLocationsInfoEXT( VULKAN_HPP_NAMESPACE::SampleCountFlagBits … in SampleLocationsInfoEXT() function
6727 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT const *>( &rhs ); in operator =()
6732 …ULKAN_HPP_CONSTEXPR_14 SampleLocationsInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
6739 …sPerPixel( VULKAN_HPP_NAMESPACE::SampleCountFlagBits sampleLocationsPerPixel_ ) VULKAN_HPP_NOEXCEPT in setSampleLocationsPerPixel()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp7999 struct SampleLocationsInfoEXT struct
8001 using NativeType = VkSampleLocationsInfoEXT;
8003 static const bool allowDuplicate = false;
8004 …ULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eSampleLocationsInfoEXT;
8008SampleLocationsInfoEXT( VULKAN_HPP_NAMESPACE::SampleCountFlagBits sampleLocationsPerPixel_ =… in SampleLocationsInfoEXT() function
8023 SampleLocationsInfoEXT( VkSampleLocationsInfoEXT const & rhs ) VULKAN_HPP_NOEXCEPT in SampleLocationsInfoEXT() argument
8029SampleLocationsInfoEXT( VULKAN_HPP_NAMESPACE::SampleCountFlagBits … in SampleLocationsInfoEXT() function
8047 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT const *>( &rhs ); in operator =()
8052 …ULKAN_HPP_CONSTEXPR_14 SampleLocationsInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
8059 …sPerPixel( VULKAN_HPP_NAMESPACE::SampleCountFlagBits sampleLocationsPerPixel_ ) VULKAN_HPP_NOEXCEPT in setSampleLocationsPerPixel()
[all …]
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs25102 pub struct SampleLocationsInfoEXT { struct
25110 impl ::std::default::Default for SampleLocationsInfoEXT { implementation
25123 unsafe impl TaggedStructure for SampleLocationsInfoEXT { implementation
25126 impl SampleLocationsInfoEXT { impl
25140 unsafe impl ExtendsImageMemoryBarrier for SampleLocationsInfoEXT {} implementation
25142 unsafe impl ExtendsImageMemoryBarrier2 for SampleLocationsInfoEXT {} implementation
25177 pub fn build(self) -> SampleLocationsInfoEXT { in build()
Dextensions.rs8422 p_sample_locations_info: *const SampleLocationsInfoEXT, constant
8447 _p_sample_locations_info: *const SampleLocationsInfoEXT, in load()