Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dpipeline_create_functions_vk.cpp49 void CreateAttachmentDescriptions(const array_view<const RenderPassDesc::AttachmentDesc> attachment… in CreateAttachmentDescriptions()
83 void CreateAttachmentDescriptions2(const array_view<const RenderPassDesc::AttachmentDesc> attachmen… in CreateAttachmentDescriptions2()
123 …chmentDescriptionsCompatibility(const array_view<const RenderPassDesc::AttachmentDesc> attachments, in CreateAttachmentDescriptionsCompatibility()
149 …hmentDescriptionsCompatibility2(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()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.h144 …void HandleColorAttachments(const BASE_NS::array_view<const RenderPassDesc::AttachmentDesc*> color…
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.cpp1258 …dGLES::HandleColorAttachments(const array_view<const RenderPassDesc::AttachmentDesc*> colorAttachm… in HandleColorAttachments()
1288 void RenderBackendGLES::HandleDepthAttachment(const RenderPassDesc::AttachmentDesc& depthAttachment) in HandleDepthAttachment()
1361 const RenderPassDesc::AttachmentDesc* in DoSubPass()
/ohos5.0/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_COUN…
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_graph.cpp946 const RenderPassDesc::AttachmentDesc& attachmentDesc = attachments[attachmentIdx]; in BeginRenderPassUpdateImageStates()
1001 …const RenderPassDesc::AttachmentDesc& attachmentDesc = renderPassDesc.attachments[attachmentIndex]; in BeginRenderPassUpdateSubpassImageStates()