Searched refs:ClearAttachment (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/Vulkan/ |
D | VkCommandBuffer.cpp | 328 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/ |
D | vulkan.hpp | 10534 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 …]
|