Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/vk/
DGrVkRenderPass.h30 , fColorAttachmentIndex(colorAttachmentIndex) {} in GrVkRenderPass()
151 uint32_t fColorAttachmentIndex = 0; variable
DGrVkRenderPass.cpp173 *index = fColorAttachmentIndex; in colorAttachmentIndex()
DGrVkRenderTarget.cpp222 vkInfo.fColorAttachmentIndex); in MakeSecondaryCBRenderTarget()
DGrVkGpuCommandBuffer.cpp893 SkAssertResult(cbInfo.fRenderPass->colorAttachmentIndex(&vkInfo.fColorAttachmentIndex)); in executeDrawable()
/third_party/skia/src/gpu/vk/
DGrVkRenderPass.h51 , fColorAttachmentIndex(colorAttachmentIndex) {} in GrVkRenderPass()
199 uint32_t fColorAttachmentIndex = 0; variable
DGrVkRenderPass.cpp341 *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/flutter/skia/include/gpu/vk/
DGrVkTypes.h249 uint32_t fColorAttachmentIndex; member
/third_party/flutter/skia/tests/
DVkDrawableTest.cpp72 attachment.colorAttachment = vkInfo.fColorAttachmentIndex; in draw()
/third_party/skia/tests/
DVkDrawableTest.cpp75 attachment.colorAttachment = vkInfo.fColorAttachmentIndex; in draw()
DDeferredDisplayListTest.cpp305 vkInfo.fColorAttachmentIndex = 0; in makeVkSCB()