Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_structs.hpp12068 struct ClearDepthStencilValue struct
12076 VULKAN_HPP_CONSTEXPR ClearDepthStencilValue(float depth_ = {}, uint32_t stencil_ = {}) VULKAN_HPP_N… in ClearDepthStencilValue() function
12082 ClearDepthStencilValue( VkClearDepthStencilValue const & rhs ) VULKAN_HPP_NOEXCEPT in ClearDepthStencilValue() function
12092 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ClearDepthStencilValue const *>( &rhs ); in operator =()
12097 VULKAN_HPP_CONSTEXPR_14 ClearDepthStencilValue & setDepth( float depth_ ) VULKAN_HPP_NOEXCEPT in setDepth()
12103 …ULKAN_HPP_CONSTEXPR_14 ClearDepthStencilValue & setStencil( uint32_t stencil_ ) VULKAN_HPP_NOEXCEPT in setStencil()
12111 operator VkClearDepthStencilValue const &() const VULKAN_HPP_NOEXCEPT in operator VkClearDepthStencilValue const&()
12116 operator VkClearDepthStencilValue &() VULKAN_HPP_NOEXCEPT in operator VkClearDepthStencilValue&()
12127 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
12137 bool operator==( ClearDepthStencilValue const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
[all …]