Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_structs.hpp6061 struct AttachmentSampleLocationsEXT struct
6069 VULKAN_HPP_CONSTEXPR AttachmentSampleLocationsEXT(uint32_t attachmentIndex_ = {}, VULKAN_HPP_NAMESP… in AttachmentSampleLocationsEXT() function
6075 AttachmentSampleLocationsEXT( VkAttachmentSampleLocationsEXT const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentSampleLocationsEXT() function
6085 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentSampleLocationsEXT const *>( &rhs ); in operator =()
6090 … AttachmentSampleLocationsEXT & setAttachmentIndex( uint32_t attachmentIndex_ ) VULKAN_HPP_NOEXCEPT in setAttachmentIndex()
6096 …fo( VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT const & sampleLocationsInfo_ ) VULKAN_HPP_NOEXCEPT in setSampleLocationsInfo()
6104 operator VkAttachmentSampleLocationsEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkAttachmentSampleLocationsEXT const&()
6109 operator VkAttachmentSampleLocationsEXT &() VULKAN_HPP_NOEXCEPT in operator VkAttachmentSampleLocationsEXT&()
6120 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
6130 bool operator==( AttachmentSampleLocationsEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
[all …]