Home
last modified time | relevance | path

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

/external/skqp/src/gpu/vk/
DGrVkRenderPass.h30 , fColorAttachmentIndex(colorAttachmentIndex) {} in GrVkRenderPass()
151 uint32_t fColorAttachmentIndex = 0; variable
DGrVkRenderPass.cpp173 *index = fColorAttachmentIndex; in colorAttachmentIndex()
DGrVkRenderTarget.cpp217 vkInfo.fColorAttachmentIndex); in MakeSecondaryCBRenderTarget()
DGrVkGpuCommandBuffer.cpp848 SkAssertResult(cbInfo.fRenderPass->colorAttachmentIndex(&vkInfo.fColorAttachmentIndex)); in executeDrawable()
/external/skia/src/gpu/vk/
DGrVkRenderPass.h48 , fColorAttachmentIndex(colorAttachmentIndex) {} in GrVkRenderPass()
195 uint32_t fColorAttachmentIndex = 0; variable
DGrVkRenderPass.cpp341 *index = fColorAttachmentIndex; in colorAttachmentIndex()
DGrVkRenderTarget.cpp145 vkInfo.fCompatibleRenderPass, vkInfo.fColorAttachmentIndex); in MakeSecondaryCBRenderTarget()
DGrVkOpsRenderPass.cpp859 SkAssertResult(fCurrentRenderPass->colorAttachmentIndex(&vkInfo.fColorAttachmentIndex)); in onExecuteDrawable()
/external/skia/include/gpu/vk/
DGrVkTypes.h156 uint32_t fColorAttachmentIndex; member
/external/skqp/include/gpu/vk/
DGrVkTypes.h216 uint32_t fColorAttachmentIndex; member
/external/skia/tests/
DVkDrawableTest.cpp75 attachment.colorAttachment = vkInfo.fColorAttachmentIndex; in draw()
DDeferredDisplayListTest.cpp307 vkInfo.fColorAttachmentIndex = 0; in makeVkSCB()
/external/skqp/tests/
DVkDrawableTest.cpp72 attachment.colorAttachment = vkInfo.fColorAttachmentIndex; in draw()