Home
last modified time | relevance | path

Searched defs:colorAttachments (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dpipeline_create_functions_vk.cpp296 VkAttachmentReference* colorAttachments = nullptr; in CreateRenderPassCombined() local
479 VkAttachmentReference2KHR* colorAttachments = nullptr; in CreateRenderPassCombined2() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp1258 …nderBackendGLES::HandleColorAttachments(const array_view<const RenderPassDesc::AttachmentDesc*> co… in HandleColorAttachments()
1362 colorAttachments[PipelineStateConstants::MAX_RENDER_PASS_ATTACHMENT_COUNT]; in DoSubPass() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_state_desc.h1222 Attachment colorAttachments[PipelineStateConstants::MAX_COLOR_ATTACHMENT_COUNT]; member