Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.cpp263 desc.getColorUnresolveAttachmentMask().bits()); in MakeUnresolveAttachmentMask()
3409 mRenderPassDesc.getColorUnresolveAttachmentMask(); in startNewRenderPass()
3480 ASSERT(!mRenderPassDesc.getColorUnresolveAttachmentMask().test(colorIndexGL)); in startNewRenderPass()
3619 gl::DrawBufferMask unresolveColorMask = mRenderPassDesc.getColorUnresolveAttachmentMask(); in startNewRenderPass()
H A Dvk_cache_utils.cpp1545 countersOut->colorAttachmentUnresolves += desc.getColorUnresolveAttachmentMask().count(); in UpdateRenderPassPerfCounters()
1877 renderPass.getColorUnresolveAttachmentMask().bits(); in UnpackPipelineState()
4100 if ((mSharedNonVertexInput.renderPass.getColorUnresolveAttachmentMask().any() || in initializePipelineFragmentOutputState()
4105 mSharedNonVertexInput.renderPass.getColorUnresolveAttachmentMask().count()); in initializePipelineFragmentOutputState()
7486 desc.getColorUnresolveAttachmentMask().any() || desc.hasDepthStencilUnresolveAttachment(); in MakeRenderPass()
7858 subpassDesc, desc.getColorUnresolveAttachmentMask().any(), in MakeRenderPass()
H A Dvk_cache_utils.h234 gl::DrawBufferMask getColorUnresolveAttachmentMask() const in getColorUnresolveAttachmentMask() function
H A Dvk_helpers.cpp2541 isResolveImage && mRenderPassDesc.getColorUnresolveAttachmentMask().any(); in finalizeColorImageLayout()
2618 context, currentCmdCount, mRenderPassDesc.getColorUnresolveAttachmentMask().any(), in finalizeColorImageLoadStore()