Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp6386 struct AttachmentSampleCountInfoAMD struct
6388 using NativeType = VkAttachmentSampleCountInfoAMD;
6390 static const bool allowDuplicate = false;
6391 …HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAttachmentSampleCountInfoAMD;
6395AttachmentSampleCountInfoAMD( uint32_t colorAttachmentCou… in AttachmentSampleCountInfoAMD() argument
6408 AttachmentSampleCountInfoAMD( VkAttachmentSampleCountInfoAMD const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentSampleCountInfoAMD() function
6414 AttachmentSampleCountInfoAMD( in AttachmentSampleCountInfoAMD() function
6431 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentSampleCountInfoAMD const *>( &rhs ); in operator =()
6436 …HPP_CONSTEXPR_14 AttachmentSampleCountInfoAMD & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
6442 …tSampleCountInfoAMD & setColorAttachmentCount( uint32_t colorAttachmentCount_ ) VULKAN_HPP_NOEXCEPT in setColorAttachmentCount()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp6394 struct AttachmentSampleCountInfoAMD struct
6396 using NativeType = VkAttachmentSampleCountInfoAMD;
6398 static const bool allowDuplicate = false;
6399 …HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAttachmentSampleCountInfoAMD;
6403AttachmentSampleCountInfoAMD( uint32_t colorAttachmentCou… in AttachmentSampleCountInfoAMD() argument
6416 AttachmentSampleCountInfoAMD( VkAttachmentSampleCountInfoAMD const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentSampleCountInfoAMD() function
6422 AttachmentSampleCountInfoAMD( in AttachmentSampleCountInfoAMD() function
6439 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentSampleCountInfoAMD const *>( &rhs ); in operator =()
6444 …HPP_CONSTEXPR_14 AttachmentSampleCountInfoAMD & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
6450 …tSampleCountInfoAMD & setColorAttachmentCount( uint32_t colorAttachmentCount_ ) VULKAN_HPP_NOEXCEPT in setColorAttachmentCount()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp6365 struct AttachmentSampleCountInfoAMD struct
6367 using NativeType = VkAttachmentSampleCountInfoAMD;
6369 static const bool allowDuplicate = false;
6370 …HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAttachmentSampleCountInfoAMD;
6374AttachmentSampleCountInfoAMD( uint32_t colorAttachmentCou… in AttachmentSampleCountInfoAMD() argument
6387 AttachmentSampleCountInfoAMD( VkAttachmentSampleCountInfoAMD const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentSampleCountInfoAMD() function
6393 AttachmentSampleCountInfoAMD( in AttachmentSampleCountInfoAMD() function
6410 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentSampleCountInfoAMD const *>( &rhs ); in operator =()
6415 …HPP_CONSTEXPR_14 AttachmentSampleCountInfoAMD & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
6421 …tSampleCountInfoAMD & setColorAttachmentCount( uint32_t colorAttachmentCount_ ) VULKAN_HPP_NOEXCEPT in setColorAttachmentCount()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs65853 pub struct AttachmentSampleCountInfoAMD { struct
65860 impl ::std::default::Default for AttachmentSampleCountInfoAMD { argument
65872 unsafe impl TaggedStructure for AttachmentSampleCountInfoAMD { implementation
65875 impl AttachmentSampleCountInfoAMD { impl
65889 unsafe impl ExtendsCommandBufferInheritanceInfo for AttachmentSampleCountInfoAMD {} implementation
65891 unsafe impl ExtendsGraphicsPipelineCreateInfo for AttachmentSampleCountInfoAMD {} implementation
65924 pub fn build(self) -> AttachmentSampleCountInfoAMD { in build()