Home
last modified time | relevance | path

Searched defs:AttachmentSampleCountInfoAMD (Results 1 – 3 of 3) sorted by relevance

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp5962 struct AttachmentSampleCountInfoAMD struct
5964 using NativeType = VkAttachmentSampleCountInfoAMD;
5966 static const bool allowDuplicate = false;
5967 …HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAttachmentSampleCountInfoAMD;
5971AttachmentSampleCountInfoAMD( uint32_t colorAttachmentCou… in AttachmentSampleCountInfoAMD() function
5984 AttachmentSampleCountInfoAMD( VkAttachmentSampleCountInfoAMD const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentSampleCountInfoAMD() function
5990 AttachmentSampleCountInfoAMD( in AttachmentSampleCountInfoAMD() function
6007 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentSampleCountInfoAMD const *>( &rhs ); in operator =()
6012 …HPP_CONSTEXPR_14 AttachmentSampleCountInfoAMD & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
6018 …tSampleCountInfoAMD & setColorAttachmentCount( uint32_t colorAttachmentCount_ ) VULKAN_HPP_NOEXCEPT in setColorAttachmentCount()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp5608 struct AttachmentSampleCountInfoAMD struct
5610 using NativeType = VkAttachmentSampleCountInfoAMD;
5612 static const bool allowDuplicate = false;
5613 …_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAttachmentSampleCountInfoAMD;
5617 VULKAN_HPP_CONSTEXPR AttachmentSampleCountInfoAMD(uint32_t colorAttachmentCount_ = {}, const VULKAN… in AttachmentSampleCountInfoAMD() function
5623 AttachmentSampleCountInfoAMD( VkAttachmentSampleCountInfoAMD const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentSampleCountInfoAMD() function
5628AttachmentSampleCountInfoAMD( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const VULKAN_HPP_NAMES… in AttachmentSampleCountInfoAMD() function
5639 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentSampleCountInfoAMD const *>( &rhs ); in operator =()
5644 …HPP_CONSTEXPR_14 AttachmentSampleCountInfoAMD & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
5650 …tSampleCountInfoAMD & setColorAttachmentCount( uint32_t colorAttachmentCount_ ) VULKAN_HPP_NOEXCEPT in setColorAttachmentCount()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp6298 struct AttachmentSampleCountInfoAMD struct
6300 using NativeType = VkAttachmentSampleCountInfoAMD;
6302 static const bool allowDuplicate = false;
6303 …HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAttachmentSampleCountInfoAMD;
6307AttachmentSampleCountInfoAMD( uint32_t colorAttachmentCou… in AttachmentSampleCountInfoAMD() argument
6320 AttachmentSampleCountInfoAMD( VkAttachmentSampleCountInfoAMD const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentSampleCountInfoAMD() function
6326 AttachmentSampleCountInfoAMD( in AttachmentSampleCountInfoAMD() function
6343 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentSampleCountInfoAMD const *>( &rhs ); in operator =()
6348 …HPP_CONSTEXPR_14 AttachmentSampleCountInfoAMD & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
6354 …tSampleCountInfoAMD & setColorAttachmentCount( uint32_t colorAttachmentCount_ ) VULKAN_HPP_NOEXCEPT in setColorAttachmentCount()
[all …]