Home
last modified time | relevance | path

Searched refs:fColorAttachmentIndex (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/gpu/vk/
DGrVkRenderPass.h51 , fColorAttachmentIndex(colorAttachmentIndex) {} in GrVkRenderPass()
199 uint32_t fColorAttachmentIndex = 0; variable
DGrVkRenderPass.cpp349 *index = fColorAttachmentIndex; in colorAttachmentIndex()
DGrVkRenderTarget.cpp157 vkInfo.fCompatibleRenderPass, vkInfo.fColorAttachmentIndex); in MakeSecondaryCBRenderTarget()
DGrVkOpsRenderPass.cpp859 SkAssertResult(fCurrentRenderPass->colorAttachmentIndex(&vkInfo.fColorAttachmentIndex)); in onExecuteDrawable()
/third_party/skia/include/gpu/vk/
DGrVkTypes.h157 uint32_t fColorAttachmentIndex; member
/third_party/skia/tests/
DVkDrawableTest.cpp75 attachment.colorAttachment = vkInfo.fColorAttachmentIndex; in draw()
DDeferredDisplayListTest.cpp305 vkInfo.fColorAttachmentIndex = 0; in makeVkSCB()