Home
last modified time | relevance | path

Searched refs:AttachmentDesc (Results 1 - 7 of 7) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.h144 void HandleColorAttachments(const BASE_NS::array_view<const RenderPassDesc::AttachmentDesc*> colorAttachments);
145 void HandleDepthAttachment(const RenderPassDesc::AttachmentDesc& depthAttachment);
H A Dnode_context_pool_manager_gles.cpp587 array_view<RenderPassDesc::AttachmentDesc> attachments) in MapColorAttachments()
618 array_view<RenderPassDesc::AttachmentDesc> attachments) in MapDepthAttachments()
H A Drender_backend_gles.cpp1257 void RenderBackendGLES::HandleColorAttachments(const array_view<const RenderPassDesc::AttachmentDesc*> colorAttachments) in HandleColorAttachments()
1287 void RenderBackendGLES::HandleDepthAttachment(const RenderPassDesc::AttachmentDesc& depthAttachment) in HandleDepthAttachment()
1360 const RenderPassDesc::AttachmentDesc* in DoSubPass()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dpipeline_create_functions_vk.cpp49 void CreateAttachmentDescriptions(const array_view<const RenderPassDesc::AttachmentDesc> attachments, in CreateAttachmentDescriptions()
83 void CreateAttachmentDescriptions2(const array_view<const RenderPassDesc::AttachmentDesc> attachments, in CreateAttachmentDescriptions2()
123 void CreateAttachmentDescriptionsCompatibility(const array_view<const RenderPassDesc::AttachmentDesc> attachments, in CreateAttachmentDescriptionsCompatibility()
149 void CreateAttachmentDescriptionsCompatibility2(const array_view<const RenderPassDesc::AttachmentDesc> attachments, in CreateAttachmentDescriptionsCompatibility2()
H A Dnode_context_pool_manager_vk.cpp106 const RenderPassDesc::AttachmentDesc& atDesc = renderPassDesc.attachments[idx]; in HashFramebuffer()
167 const RenderPassDesc::AttachmentDesc& attachmentDesc = renderPassDesc.attachments[idx]; in CreateFramebuffer()
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_state_desc.h981 struct AttachmentDesc { struct
1008 AttachmentDesc attachments[PipelineStateConstants::MAX_RENDER_PASS_ATTACHMENT_COUNT];
1027 RenderPassDesc::AttachmentDesc attachments[PipelineStateConstants::MAX_RENDER_PASS_ATTACHMENT_COUNT];
/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_graph.cpp942 const RenderPassDesc::AttachmentDesc& attachmentDesc = attachments[attachmentIdx]; in BeginRenderPassUpdateImageStates()
997 const RenderPassDesc::AttachmentDesc& attachmentDesc = renderPassDesc.attachments[attachmentIndex]; in BeginRenderPassUpdateSubpassImageStates()

Completed in 15 milliseconds