Home
last modified time | relevance | path

Searched refs:ClearAttachment (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkCommandBuffer.cpp328 struct ClearAttachment : public CommandBuffer::Command struct
330 ClearAttachment(const VkClearAttachment& attachment, const VkClearRect& rect) : in ClearAttachment() function
794 addCommand<ClearAttachment>(pAttachments[i], pRects[j]); in clearAttachments()
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp10534 struct ClearAttachment;
11974 …void clearAttachments( uint32_t attachmentCount, const ClearAttachment* pAttachments, uint32_t rec…
11977 …void clearAttachments( ArrayProxy<const ClearAttachment> attachments, ArrayProxy<const ClearRect> …
20377 struct ClearAttachment struct
20379 ClearAttachment( ImageAspectFlags aspectMask_ = ImageAspectFlags(), in ClearAttachment() argument
20387 ClearAttachment( VkClearAttachment const & rhs ) in ClearAttachment() function
20389 memcpy( this, &rhs, sizeof( ClearAttachment ) ); in ClearAttachment()
20392 ClearAttachment& operator=( VkClearAttachment const & rhs ) in operator =() argument
20394 memcpy( this, &rhs, sizeof( ClearAttachment ) ); in operator =()
20398 ClearAttachment & setAspectMask( ImageAspectFlags aspectMask_ ) in setAspectMask() argument
[all …]