Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.cpp266 const ClearAttachmentsParams *params = in executeCommands()
267 getParamPtr<ClearAttachmentsParams>(currentCommand); in executeCommands()
269 Offset<VkClearAttachment>(params, sizeof(ClearAttachmentsParams)); in executeCommands()
DSecondaryCommandBuffer.h159 struct ClearAttachmentsParams struct
164 VERIFY_4_BYTE_ALIGNMENT(ClearAttachmentsParams) argument
1037 ClearAttachmentsParams *paramStruct = in clearAttachments()
1038 initCommand<ClearAttachmentsParams>(CommandID::ClearAttachments, attachSize, &writePtr); in clearAttachments()