Searched refs:fColorAttachmentIndex (Results 1 – 12 of 12) sorted by relevance
30 , fColorAttachmentIndex(colorAttachmentIndex) {} in GrVkRenderPass()151 uint32_t fColorAttachmentIndex = 0; variable
173 *index = fColorAttachmentIndex; in colorAttachmentIndex()
217 vkInfo.fColorAttachmentIndex); in MakeSecondaryCBRenderTarget()
852 SkAssertResult(cbInfo.fRenderPass->colorAttachmentIndex(&vkInfo.fColorAttachmentIndex)); in executeDrawable()
848 SkAssertResult(cbInfo.fRenderPass->colorAttachmentIndex(&vkInfo.fColorAttachmentIndex)); in executeDrawable()
216 uint32_t fColorAttachmentIndex; member
218 uint32_t fColorAttachmentIndex; member
72 attachment.colorAttachment = vkInfo.fColorAttachmentIndex; in draw()