Searched refs:colorIndexVk (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | FramebufferVk.cpp | 1574 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 …]
|
D | UtilsVk.cpp | 3123 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()
|
D | vk_cache_utils.cpp | 3429 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()
|
D | vk_helpers.cpp | 1882 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()
|