Home
last modified time | relevance | path

Searched refs:CORE_ATTACHMENT_LOAD_OP_LOAD (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_state_desc.h636 CORE_ATTACHMENT_LOAD_OP_LOAD = 0, enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_parser_util.cpp72 { AttachmentLoadOp::CORE_ATTACHMENT_LOAD_OP_LOAD, "load" },
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_graph.cpp961 (attachments[attachmentIdx].loadOp == AttachmentLoadOp::CORE_ATTACHMENT_LOAD_OP_LOAD)) { in BeginRenderPassUpdateImageStates()