Home
last modified time | relevance | path

Searched refs:colorIndexVk (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp1574 vk::PackedAttachmentIndex colorIndexVk(0); in invalidateImpl() local
1581 colorIndexVk); in invalidateImpl()
1583 ++colorIndexVk; in invalidateImpl()
2414 vk::PackedAttachmentIndex colorIndexVk(0); in startNewRenderPass() local
2429 renderPassAttachmentOps.setOps(colorIndexVk, VK_ATTACHMENT_LOAD_OP_CLEAR, storeOp); in startNewRenderPass()
2430 packedClearValues.store(colorIndexVk, VK_IMAGE_ASPECT_COLOR_BIT, in startNewRenderPass()
2446 renderPassAttachmentOps.setOps(colorIndexVk, VK_ATTACHMENT_LOAD_OP_CLEAR, storeOp); in startNewRenderPass()
2449 packedClearValues.store(colorIndexVk, VK_IMAGE_ASPECT_COLOR_BIT, in startNewRenderPass()
2454 renderPassAttachmentOps.setOps(colorIndexVk, loadOp, storeOp); in startNewRenderPass()
2455 packedClearValues.store(colorIndexVk, VK_IMAGE_ASPECT_COLOR_BIT, in startNewRenderPass()
[all …]
DUtilsVk.cpp3123 vk::PackedAttachmentIndex colorIndexVk(0); in unresolve() local
3131 colorSrc[colorIndexVk.get()] = &colorRenderTarget->getResolveImageForRenderPass(); in unresolve()
3133 colorRenderTarget->getResolveImageView(contextVk, &colorSrcView[colorIndexVk.get()])); in unresolve()
3135 ++colorIndexVk; in unresolve()
3174 const uint32_t colorAttachmentCount = colorIndexVk.get(); in unresolve()
Dvk_cache_utils.cpp3429 vk::PackedAttachmentIndex colorIndexVk(0); in addRenderPass() local
3437 ops.initWithLoadStore(colorIndexVk, vk::ImageLayout::ColorAttachment, in addRenderPass()
3439 ++colorIndexVk; in addRenderPass()
3452 ops.initWithLoadStore(colorIndexVk, imageLayout, imageLayout); in addRenderPass()
Dvk_helpers.cpp1882 void CommandBufferHelper::updateRenderPassColorClear(PackedAttachmentIndex colorIndexVk, in updateRenderPassColorClear() argument
1885 mAttachmentOps.setClearOp(colorIndexVk); in updateRenderPassColorClear()
1886 mClearValues.store(colorIndexVk, VK_IMAGE_ASPECT_COLOR_BIT, clearValue); in updateRenderPassColorClear()