Home
last modified time | relevance | path

Searched refs:ClearAttachment (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DVertexOnlyRenderPipelineTests.cpp143 void ClearAttachment(const wgpu::CommandEncoder& encoder) { in ClearAttachment() function in VertexOnlyRenderPipelineTest
187 ClearAttachment(encoder); in TEST_P()
224 ClearAttachment(encoder); in TEST_P()
264 ClearAttachment(encoder); in TEST_P()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp10804 struct ClearAttachment struct
10809 ClearAttachment( VULKAN_HPP_NAMESPACE::ImageAspectFlags aspectMask_ = {},
10817 ClearAttachment( ClearAttachment const & rhs ) VULKAN_HPP_NOEXCEPT = default;
10819 ClearAttachment( VkClearAttachment const & rhs ) VULKAN_HPP_NOEXCEPT
10820 : ClearAttachment( *reinterpret_cast<ClearAttachment const *>( &rhs ) )
10824 ClearAttachment & operator=( ClearAttachment const & rhs ) VULKAN_HPP_NOEXCEPT = default;
10826 ClearAttachment
[all...]
H A Dvulkan_handles.hpp118 struct ClearAttachment;
3532 const VULKAN_HPP_NAMESPACE::ClearAttachment * pAttachments,
3538 void clearAttachments( ArrayProxy<const VULKAN_HPP_NAMESPACE::ClearAttachment> const & attachments,
H A Dvulkan_raii.hpp4149 clearAttachments( ArrayProxy<const VULKAN_HPP_NAMESPACE::ClearAttachment> const & attachments,
10158 ArrayProxy<const VULKAN_HPP_NAMESPACE::ClearAttachment> const & attachments,
H A Dvulkan_funcs.hpp5097 const VULKAN_HPP_NAMESPACE::ClearAttachment * pAttachments,
5113 CommandBuffer::clearAttachments( ArrayProxy<const VULKAN_HPP_NAMESPACE::ClearAttachment> const & attachments,
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_static_assertions.hpp639 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::ClearAttachment ) == sizeof( VkClearAttachment ), "struct and wrapper have different size!" );
640 VULKAN_HPP_STATIC_ASSERT( std::is_standard_layout<VULKAN_HPP_NAMESPACE::ClearAttachment>::value, "struct wrapper is not a standard layout!" );
641 VULKAN_HPP_STATIC_ASSERT( std::is_nothrow_move_constructible<VULKAN_HPP_NAMESPACE::ClearAttachment>::value,
642 "ClearAttachment is not nothrow_move_constructible!" );
H A Dvulkan_handles.hpp119 struct ClearAttachment;
4620 const VULKAN_HPP_NAMESPACE::ClearAttachment * pAttachments,
4626 void clearAttachments( VULKAN_HPP_NAMESPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::ClearAttachment> const & attachments,
H A Dvulkan_structs.hpp13829 struct ClearAttachment struct
13834 VULKAN_HPP_CONSTEXPR_14 ClearAttachment( VULKAN_HPP_NAMESPACE::ImageAspectFlags aspectMask_ = {},
13843 VULKAN_HPP_CONSTEXPR_14 ClearAttachment( ClearAttachment const & rhs ) VULKAN_HPP_NOEXCEPT = default;
13845 ClearAttachment( VkClearAttachment const & rhs ) VULKAN_HPP_NOEXCEPT : ClearAttachment( *reinterpret_cast<ClearAttachment const *>( &rhs ) ) {}
13847 ClearAttachment & operator=( ClearAttachment const & rhs ) VULKAN_HPP_NOEXCEPT = default;
13850 ClearAttachment
[all...]
H A Dvulkan_funcs.hpp4851 const VULKAN_HPP_NAMESPACE::ClearAttachment * pAttachments,
4866 VULKAN_HPP_INLINE void CommandBuffer::clearAttachments( VULKAN_HPP_NAMESPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::ClearAttachment> const & attachments,
[all...]
H A Dvulkan_raii.hpp5511 void clearAttachments( VULKAN_HPP_NAMESPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::ClearAttachment> const & attachments,
13323 CommandBuffer::clearAttachments( VULKAN_HPP_NAMESPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::ClearAttachment> const & attachments,
[all...]

Completed in 276 milliseconds