Searched refs:ClearDepthStencilValue (Results 1 - 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/ |
H A D | ClearImageBenchmarks.cpp | 87 vk::ClearDepthStencilValue clearDepthStencilValue; in initialize()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 10675 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 D | vulkan_handles.hpp | 120 struct ClearDepthStencilValue; 3516 const VULKAN_HPP_NAMESPACE::ClearDepthStencilValue * pDepthStencil, 3525 const VULKAN_HPP_NAMESPACE::ClearDepthStencilValue & depthStencil,
|
H A D | vulkan_raii.hpp | 4144 const VULKAN_HPP_NAMESPACE::ClearDepthStencilValue & depthStencil, 10145 const VULKAN_HPP_NAMESPACE::ClearDepthStencilValue & depthStencil,
|
H A D | vulkan_funcs.hpp | 5062 const VULKAN_HPP_NAMESPACE::ClearDepthStencilValue * pDepthStencil, 5081 const VULKAN_HPP_NAMESPACE::ClearDepthStencilValue & depthStencil, [all...] |
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_static_assertions.hpp | 649 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 D | vulkan_structs.hpp | 13700 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 D | vulkan_handles.hpp | 121 struct ClearDepthStencilValue; 4605 const VULKAN_HPP_NAMESPACE::ClearDepthStencilValue * pDepthStencil, 4613 const VULKAN_HPP_NAMESPACE::ClearDepthStencilValue & depthStencil,
|
H A D | vulkan_hash.hpp | 2096 struct hash<VULKAN_HPP_NAMESPACE::ClearDepthStencilValue> 2098 std::size_t operator()( VULKAN_HPP_NAMESPACE::ClearDepthStencilValue const & clearDepthStencilValue ) const VULKAN_HPP_NOEXCEPT
|
H A D | vulkan_funcs.hpp | 4815 const VULKAN_HPP_NAMESPACE::ClearDepthStencilValue * pDepthStencil, 4834 const VULKAN_HPP_NAMESPACE::ClearDepthStencilValue & depthStencil, [all...] |
H A D | vulkan_raii.hpp | 5508 const VULKAN_HPP_NAMESPACE::ClearDepthStencilValue & depthStencil, 13309 const VULKAN_HPP_NAMESPACE::ClearDepthStencilValue & depthStencil, [all...] |
Completed in 256 milliseconds