Home
last modified time | relevance | path

Searched refs:mColorResolveAttachmentMask (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.h173 gl::DrawBufferMask getColorResolveAttachmentMask() const { return mColorResolveAttachmentMask; } in getColorResolveAttachmentMask()
176 return mColorResolveAttachmentMask.test(colorIndexGL); in hasColorResolveAttachment()
253 gl::DrawBufferMask mColorResolveAttachmentMask; variable
Dvk_cache_utils.cpp2767 ASSERT(!mColorResolveAttachmentMask.test(colorIndexGL)); in packColorResolveAttachment()
2769 mColorResolveAttachmentMask.set(colorIndexGL); in packColorResolveAttachment()
2774 ASSERT(mColorResolveAttachmentMask.test(colorIndexGL)); in removeColorResolveAttachment()
2775 mColorResolveAttachmentMask.reset(colorIndexGL); in removeColorResolveAttachment()
2850 return colorAttachmentCount + mColorResolveAttachmentMask.count() + depthStencilCount + in attachmentCount()