Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.h295 uint32_t attachmentLastUse_[PipelineStateConstants::MAX_RENDER_PASS_ATTACHMENT_COUNT] = { 0 }; variable
H A Drender_backend_gles.cpp1401 attachmentLastUse_[resolveTo] = sub; in ScanPasses()
1415 attachmentLastUse_[index] = sub; in ScanPasses()
1422 attachmentLastUse_[index] = sub; in ScanPasses()
1435 attachmentLastUse_[index] = sub; in ScanPasses()
1470 attachmentLastUse_[i] = 0; in RenderCommandBeginRenderPass()
1510 if (attachmentLastUse_[index] == currentSubPass_) { // is last use of the attachment in InvalidateDepthStencil()
1551 if (attachmentLastUse_[index] == currentSubPass_) { // is last use of the attachment in InvalidateColor()