Searched refs:fColorAttachmentIndex (Results 1 – 13 of 13) sorted by relevance
30 , fColorAttachmentIndex(colorAttachmentIndex) {} in GrVkRenderPass()151 uint32_t fColorAttachmentIndex = 0; variable
173 *index = fColorAttachmentIndex; in colorAttachmentIndex()
222 vkInfo.fColorAttachmentIndex); in MakeSecondaryCBRenderTarget()
893 SkAssertResult(cbInfo.fRenderPass->colorAttachmentIndex(&vkInfo.fColorAttachmentIndex)); in executeDrawable()
51 , fColorAttachmentIndex(colorAttachmentIndex) {} in GrVkRenderPass()199 uint32_t fColorAttachmentIndex = 0; variable
341 *index = fColorAttachmentIndex; in colorAttachmentIndex()
157 vkInfo.fCompatibleRenderPass, vkInfo.fColorAttachmentIndex); in MakeSecondaryCBRenderTarget()
859 SkAssertResult(fCurrentRenderPass->colorAttachmentIndex(&vkInfo.fColorAttachmentIndex)); in onExecuteDrawable()
157 uint32_t fColorAttachmentIndex; member
249 uint32_t fColorAttachmentIndex; member
72 attachment.colorAttachment = vkInfo.fColorAttachmentIndex; in draw()
75 attachment.colorAttachment = vkInfo.fColorAttachmentIndex; in draw()
305 vkInfo.fColorAttachmentIndex = 0; in makeVkSCB()