Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_structs.hpp5831 struct SampleLocationEXT struct
5839 VULKAN_HPP_CONSTEXPR SampleLocationEXT(float x_ = {}, float y_ = {}) VULKAN_HPP_NOEXCEPT in SampleLocationEXT() function
5845 SampleLocationEXT( VkSampleLocationEXT const & rhs ) VULKAN_HPP_NOEXCEPT in SampleLocationEXT() function
5855 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SampleLocationEXT const *>( &rhs ); in operator =()
5860 VULKAN_HPP_CONSTEXPR_14 SampleLocationEXT & setX( float x_ ) VULKAN_HPP_NOEXCEPT in setX()
5866 VULKAN_HPP_CONSTEXPR_14 SampleLocationEXT & setY( float y_ ) VULKAN_HPP_NOEXCEPT in setY()
5874 operator VkSampleLocationEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkSampleLocationEXT const&()
5879 operator VkSampleLocationEXT &() VULKAN_HPP_NOEXCEPT in operator VkSampleLocationEXT&()
5890 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
5900 bool operator==( SampleLocationEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
[all …]