Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DSurfaceVk.cpp271 mDepthStencilAttachment(this) in OffscreenSurfaceVk()
275 mDepthStencilRenderTarget.init(&mDepthStencilAttachment.image, in OffscreenSurfaceVk()
276 &mDepthStencilAttachment.imageViews, nullptr, nullptr, in OffscreenSurfaceVk()
312 ANGLE_TRY(mDepthStencilAttachment.initialize( in initializeImpl()
315 mDepthStencilRenderTarget.init(&mDepthStencilAttachment.image, in initializeImpl()
316 &mDepthStencilAttachment.imageViews, nullptr, nullptr, in initializeImpl()
326 mDepthStencilAttachment.destroy(display); in destroy()
417 if (mDepthStencilAttachment.image.valid()) in initializeContents()
419 mDepthStencilAttachment.image.stageRobustResourceClear(imageIndex); in initializeContents()
420 ANGLE_TRY(mDepthStencilAttachment.image.flushAllStagedUpdates(contextVk)); in initializeContents()
DSurfaceVk.h116 AttachmentImage mDepthStencilAttachment; variable