Home
last modified time | relevance | path

Searched defs:attachments (Results 1 – 6 of 6) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
Dpipeline_create_functions_vk.cpp36 void CreateAttachmentDescriptions(const array_view<const RenderPassDesc::AttachmentDesc>& attachmen… in CreateAttachmentDescriptions()
70 void CreateAttachmentDescriptions2(const array_view<const RenderPassDesc::AttachmentDesc>& attachme… in CreateAttachmentDescriptions2()
106 … CreateAttachmentDescriptionsCompatibility(const array_view<const RenderPassDesc::AttachmentDesc>&… in CreateAttachmentDescriptionsCompatibility()
132 …CreateAttachmentDescriptionsCompatibility2(const array_view<const RenderPassDesc::AttachmentDesc>&… in CreateAttachmentDescriptionsCompatibility2()
223 … const auto attachments = array_view(renderPassDesc.attachments, renderPassDesc.attachmentCount); in CreateRenderPassCombined() local
377 … const auto attachments = array_view(renderPassDesc.attachments, renderPassDesc.attachmentCount); in CreateRenderPassCombined2() local
Dpipeline_create_functions_vk.h41 Attachment attachments[PipelineStateConstants::MAX_RENDER_PASS_ATTACHMENT_COUNT]; member
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
Dwebgl_framebuffer.cpp311 …WebGLAttachmentInfo info, std::vector<WebGLAttachment*>& attachments, WebGLAttachment* attachedObj… in CheckStatus()
350 std::vector<WebGLAttachment*> attachments = {nullptr, nullptr, nullptr}; in CheckStatus() local
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/
Drender_data_structures.h180 BASE_NS::vector<RenderNodeAttachment> attachments; member
285 BASE_NS::vector<Attachment> attachments; member
/foundation/graphic/graphic_3d/lume/LumeRender/src/
Drender_graph.cpp792 auto& attachments = params.rc.renderPassDesc.attachments; in BeginRenderPassUpdateImageStates() local
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
Dpipeline_state_desc.h941 AttachmentDesc attachments[PipelineStateConstants::MAX_RENDER_PASS_ATTACHMENT_COUNT]; member