Home
last modified time | relevance | path

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

/external/skqp/src/gpu/vk/
DGrVkRenderPass.cpp65 uint32_t currentAttachment = 0; in init() local
80 setup_vk_attachment_description(&attachments[currentAttachment], in init()
84 colorRef.attachment = currentAttachment++; in init()
103 setup_vk_attachment_description(&attachments[currentAttachment], in init()
107 stencilRef.attachment = currentAttachment++; in init()
121 SkASSERT(numAttachments == currentAttachment); in init()
/external/skia/src/gpu/vk/
DGrVkRenderPass.cpp135 uint32_t currentAttachment = 0; in Create() local
162 setup_vk_attachment_description(&attachments[currentAttachment], in Create()
166 colorRef.attachment = currentAttachment++; in Create()
218 setup_vk_attachment_description(&attachments[currentAttachment], in Create()
224 resolveRef.attachment = currentAttachment++; in Create()
263 setup_vk_attachment_description(&attachments[currentAttachment], in Create()
268 stencilRef.attachment = currentAttachment++; in Create()
282 SkASSERT(numAttachments == currentAttachment); in Create()