Searched refs:AttachmentStoreOp (Results 1 - 10 of 10) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/ |
H A D | render_data_structures.h | 187 AttachmentStoreOp storeOp { AttachmentStoreOp::CORE_ATTACHMENT_STORE_OP_DONT_CARE }; 192 AttachmentStoreOp stencilStoreOp { AttachmentStoreOp::CORE_ATTACHMENT_STORE_OP_DONT_CARE }; 302 AttachmentStoreOp storeOp { AttachmentStoreOp::CORE_ATTACHMENT_STORE_OP_DONT_CARE }; 307 AttachmentStoreOp stencilStoreOp { AttachmentStoreOp::CORE_ATTACHMENT_STORE_OP_DONT_CARE };
|
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/ |
H A D | pipeline_state_desc.h | 644 enum AttachmentStoreOp { enum 991 AttachmentStoreOp storeOp { AttachmentStoreOp::CORE_ATTACHMENT_STORE_OP_DONT_CARE }; 996 AttachmentStoreOp stencilStoreOp { AttachmentStoreOp::CORE_ATTACHMENT_STORE_OP_DONT_CARE };
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_copy_helper.cpp | 43 rp.renderPassDesc.attachments[0u].storeOp = AttachmentStoreOp::CORE_ATTACHMENT_STORE_OP_STORE; in CreateRenderPass()
|
H A D | render_node_default_shadow_render_slot.cpp | 571 AttachmentStoreOp::CORE_ATTACHMENT_STORE_OP_STORE, in CreateRenderPass() 573 AttachmentStoreOp::CORE_ATTACHMENT_STORE_OP_DONT_CARE, in CreateRenderPass() 586 AttachmentStoreOp::CORE_ATTACHMENT_STORE_OP_STORE, in CreateRenderPass() 588 AttachmentStoreOp::CORE_ATTACHMENT_STORE_OP_DONT_CARE, in CreateRenderPass()
|
H A D | render_node_default_shadows_blur.cpp | 162 AttachmentStoreOp::CORE_ATTACHMENT_STORE_OP_STORE, AttachmentLoadOp::CORE_ATTACHMENT_LOAD_OP_DONT_CARE, in ProcessSingleShadow() 163 AttachmentStoreOp::CORE_ATTACHMENT_STORE_OP_DONT_CARE, ClearValue { ClearColorValue {} } }; in ProcessSingleShadow()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_copy.cpp | 50 rp.renderPassDesc.attachments[0u].storeOp = AttachmentStoreOp::CORE_ATTACHMENT_STORE_OP_STORE; in CreateRenderPass()
|
H A D | render_bloom.cpp | 324 renderPass.renderPassDesc.attachments[0].storeOp = AttachmentStoreOp::CORE_ATTACHMENT_STORE_OP_STORE; in GraphicsBloom() 430 renderPassUpscale.renderPassDesc.attachments[0].storeOp = AttachmentStoreOp::CORE_ATTACHMENT_STORE_OP_STORE; in RenderUpscale() 710 renderPass.renderPassDesc.attachments[0].storeOp = AttachmentStoreOp::CORE_ATTACHMENT_STORE_OP_STORE; in CreateRenderPsos()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_node_parser_util.cpp | 77 CORE_JSON_SERIALIZE_ENUM(AttachmentStoreOp, 79 { AttachmentStoreOp::CORE_ATTACHMENT_STORE_OP_STORE, "store" }, 80 { AttachmentStoreOp::CORE_ATTACHMENT_STORE_OP_DONT_CARE, "dont_care" },
|
H A D | render_node_post_process_util.cpp | 79 rp.renderPassDesc.attachments[0u].storeOp = AttachmentStoreOp::CORE_ATTACHMENT_STORE_OP_STORE; in CreateRenderPass() 692 rp.renderPassDesc.attachments[0u].storeOp = AttachmentStoreOp::CORE_ATTACHMENT_STORE_OP_STORE; in ExecuteDofBlur() 695 rp.renderPassDesc.attachments[1u].storeOp = AttachmentStoreOp::CORE_ATTACHMENT_STORE_OP_STORE; in ExecuteDofBlur()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/ |
H A D | render_node_scene_util.cpp | 134 attRef.storeOp = AttachmentStoreOp::CORE_ATTACHMENT_STORE_OP_STORE; in UpdateCustomCameraLoadStore()
|
Completed in 13 milliseconds