Searched refs:ClearAttachment (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | VertexOnlyRenderPipelineTests.cpp | 143 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/ |
D | vulkan_structs.hpp | 10804 struct ClearAttachment struct 10809 ClearAttachment( VULKAN_HPP_NAMESPACE::ImageAspectFlags aspectMask_ = {}, in ClearAttachment() function 10817 ClearAttachment( ClearAttachment const & rhs ) VULKAN_HPP_NOEXCEPT = default; 10819 ClearAttachment( VkClearAttachment const & rhs ) VULKAN_HPP_NOEXCEPT in ClearAttachment() function 10820 : ClearAttachment( *reinterpret_cast<ClearAttachment const *>( &rhs ) ) in ClearAttachment() 10824 ClearAttachment & operator=( ClearAttachment const & rhs ) VULKAN_HPP_NOEXCEPT = default; 10826 ClearAttachment & operator=( VkClearAttachment const & rhs ) VULKAN_HPP_NOEXCEPT in operator =() 10828 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ClearAttachment const *>( &rhs ); in operator =() argument 10833 …ClearAttachment & setAspectMask( VULKAN_HPP_NAMESPACE::ImageAspectFlags aspectMask_ ) VULKAN_HPP_N… in setAspectMask() argument 10839 ClearAttachment & setColorAttachment( uint32_t colorAttachment_ ) VULKAN_HPP_NOEXCEPT in setColorAttachment() argument [all …]
|
D | vulkan_handles.hpp | 118 struct ClearAttachment; 3532 const VULKAN_HPP_NAMESPACE::ClearAttachment * pAttachments, 3538 …void clearAttachments( ArrayProxy<const VULKAN_HPP_NAMESPACE::ClearAttachment> const & attachments,
|
D | vulkan_raii.hpp | 4149 … clearAttachments( ArrayProxy<const VULKAN_HPP_NAMESPACE::ClearAttachment> const & attachments, 10158 ArrayProxy<const VULKAN_HPP_NAMESPACE::ClearAttachment> const & attachments, in clearAttachments()
|
D | vulkan_funcs.hpp | 5097 … const VULKAN_HPP_NAMESPACE::ClearAttachment * pAttachments, in clearAttachments() 5113 …CommandBuffer::clearAttachments( ArrayProxy<const VULKAN_HPP_NAMESPACE::ClearAttachment> const & a… in clearAttachments()
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_structs.hpp | 11016 struct ClearAttachment struct 11021 …VULKAN_HPP_CONSTEXPR_14 ClearAttachment( VULKAN_HPP_NAMESPACE::ImageAspectFlags aspectMask_ =… in ClearAttachment() function 11029 …VULKAN_HPP_CONSTEXPR_14 ClearAttachment( ClearAttachment const & rhs ) VULKAN_HPP_NOEXCEPT = defau… 11031 ClearAttachment( VkClearAttachment const & rhs ) VULKAN_HPP_NOEXCEPT in ClearAttachment() function 11032 : ClearAttachment( *reinterpret_cast<ClearAttachment const *>( &rhs ) ) in ClearAttachment() 11036 ClearAttachment & operator=( ClearAttachment const & rhs ) VULKAN_HPP_NOEXCEPT = default; 11038 ClearAttachment & operator=( VkClearAttachment const & rhs ) VULKAN_HPP_NOEXCEPT in operator =() 11040 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ClearAttachment const *>( &rhs ); in operator =() argument 11045 VULKAN_HPP_CONSTEXPR_14 ClearAttachment & 11052 …VULKAN_HPP_CONSTEXPR_14 ClearAttachment & setColorAttachment( uint32_t colorAttachment_ ) VULKAN_H… in setColorAttachment() argument [all …]
|
D | vulkan_handles.hpp | 118 struct ClearAttachment; 3569 const VULKAN_HPP_NAMESPACE::ClearAttachment * pAttachments, 3575 …void clearAttachments( ArrayProxy<const VULKAN_HPP_NAMESPACE::ClearAttachment> const & attachments,
|
D | vulkan_raii.hpp | 4708 … clearAttachments( ArrayProxy<const VULKAN_HPP_NAMESPACE::ClearAttachment> const & attachments, 11077 ArrayProxy<const VULKAN_HPP_NAMESPACE::ClearAttachment> const & attachments, in clearAttachments()
|
D | vulkan_funcs.hpp | 5133 … const VULKAN_HPP_NAMESPACE::ClearAttachment * pAttachments, in clearAttachments() 5149 …CommandBuffer::clearAttachments( ArrayProxy<const VULKAN_HPP_NAMESPACE::ClearAttachment> const & a… in clearAttachments()
|