Home
last modified time | relevance | path

Searched refs:ClearDepthStencilValue (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/
H A DClearImageBenchmarks.cpp87 vk::ClearDepthStencilValue clearDepthStencilValue; in initialize()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp10675 struct ClearDepthStencilValue struct
10680 VULKAN_HPP_CONSTEXPR ClearDepthStencilValue( float depth_ = {}, uint32_t stencil_ = {} ) VULKAN_HPP_NOEXCEPT
10685 VULKAN_HPP_CONSTEXPR ClearDepthStencilValue( ClearDepthStencilValue const & rhs ) VULKAN_HPP_NOEXCEPT = default;
10687 ClearDepthStencilValue( VkClearDepthStencilValue const & rhs ) VULKAN_HPP_NOEXCEPT
10688 : ClearDepthStencilValue( *reinterpret_cast<ClearDepthStencilValue const *>( &rhs ) )
10692 ClearDepthStencilValue & operator=( ClearDepthStencilValue const & rhs ) VULKAN_HPP_NOEXCEPT = default;
10694 ClearDepthStencilValue
[all...]
H A Dvulkan_handles.hpp120 struct ClearDepthStencilValue;
3516 const VULKAN_HPP_NAMESPACE::ClearDepthStencilValue * pDepthStencil,
3525 const VULKAN_HPP_NAMESPACE::ClearDepthStencilValue & depthStencil,
H A Dvulkan_raii.hpp4144 const VULKAN_HPP_NAMESPACE::ClearDepthStencilValue & depthStencil,
10145 const VULKAN_HPP_NAMESPACE::ClearDepthStencilValue & depthStencil,
H A Dvulkan_funcs.hpp5062 const VULKAN_HPP_NAMESPACE::ClearDepthStencilValue * pDepthStencil,
5081 const VULKAN_HPP_NAMESPACE::ClearDepthStencilValue & depthStencil,
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_static_assertions.hpp649 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::ClearDepthStencilValue ) == sizeof( VkClearDepthStencilValue ),
651 VULKAN_HPP_STATIC_ASSERT( std::is_standard_layout<VULKAN_HPP_NAMESPACE::ClearDepthStencilValue>::value, "struct wrapper is not a standard layout!" );
652 VULKAN_HPP_STATIC_ASSERT( std::is_nothrow_move_constructible<VULKAN_HPP_NAMESPACE::ClearDepthStencilValue>::value,
653 "ClearDepthStencilValue is not nothrow_move_constructible!" );
H A Dvulkan_structs.hpp13700 struct ClearDepthStencilValue struct
13705 VULKAN_HPP_CONSTEXPR ClearDepthStencilValue( float depth_ = {}, uint32_t stencil_ = {} ) VULKAN_HPP_NOEXCEPT
13711 VULKAN_HPP_CONSTEXPR ClearDepthStencilValue( ClearDepthStencilValue const & rhs ) VULKAN_HPP_NOEXCEPT = default;
13713 ClearDepthStencilValue( VkClearDepthStencilValue const & rhs ) VULKAN_HPP_NOEXCEPT
13714 : ClearDepthStencilValue( *reinterpret_cast<ClearDepthStencilValue const *>( &rhs ) )
13718 ClearDepthStencilValue & operator=( ClearDepthStencilValue const & rhs ) VULKAN_HPP_NOEXCEPT = default;
13721 ClearDepthStencilValue
[all...]
H A Dvulkan_handles.hpp121 struct ClearDepthStencilValue;
4605 const VULKAN_HPP_NAMESPACE::ClearDepthStencilValue * pDepthStencil,
4613 const VULKAN_HPP_NAMESPACE::ClearDepthStencilValue & depthStencil,
H A Dvulkan_hash.hpp2096 struct hash<VULKAN_HPP_NAMESPACE::ClearDepthStencilValue>
2098 std::size_t operator()( VULKAN_HPP_NAMESPACE::ClearDepthStencilValue const & clearDepthStencilValue ) const VULKAN_HPP_NOEXCEPT
H A Dvulkan_funcs.hpp4815 const VULKAN_HPP_NAMESPACE::ClearDepthStencilValue * pDepthStencil,
4834 const VULKAN_HPP_NAMESPACE::ClearDepthStencilValue & depthStencil,
[all...]
H A Dvulkan_raii.hpp5508 const VULKAN_HPP_NAMESPACE::ClearDepthStencilValue & depthStencil,
13309 const VULKAN_HPP_NAMESPACE::ClearDepthStencilValue & depthStencil,
[all...]

Completed in 256 milliseconds