Home
last modified time | relevance | path

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

/external/skia/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.cpp852 SkAssertResult(cbInfo.fRenderPass->colorAttachmentIndex(&vkInfo.fColorAttachmentIndex)); in executeDrawable()
/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/skqp/include/gpu/vk/
DGrVkTypes.h216 uint32_t fColorAttachmentIndex; member
/external/skia/include/gpu/vk/
DGrVkTypes.h218 uint32_t fColorAttachmentIndex; member
/external/skia/tests/
DVkDrawableTest.cpp72 attachment.colorAttachment = vkInfo.fColorAttachmentIndex; in draw()
/external/skqp/tests/
DVkDrawableTest.cpp72 attachment.colorAttachment = vkInfo.fColorAttachmentIndex; in draw()