Home
last modified time | relevance | path

Searched defs:hasResolveAttachment (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DRenderTargetVk.h152 bool hasResolveAttachment() const { return mResolveImage != nullptr && !isEntirelyTransient(); } in hasResolveAttachment() function
H A Dvk_helpers.cpp1539 bool hasResolveAttachment, in finalizeLoadStore()
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkRenderPass.h126 bool hasResolveAttachment() const { return fAttachmentFlags & kResolve_AttachmentFlag; } in hasResolveAttachment() function