/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | pipeline_create_functions_vk.h | 42 Attachment attachments[PipelineStateConstants::MAX_RENDER_PASS_ATTACHMENT_COUNT]; member
|
H A D | pipeline_create_functions_vk.cpp | 49 void CreateAttachmentDescriptions(const array_view<const RenderPassDesc::AttachmentDesc> attachments, in CreateAttachmentDescriptions() argument 83 void CreateAttachmentDescriptions2(const array_view<const RenderPassDesc::AttachmentDesc> attachments, in CreateAttachmentDescriptions2() argument 123 CreateAttachmentDescriptionsCompatibility(const array_view<const RenderPassDesc::AttachmentDesc> attachments, const array_view<const LowLevelRenderPassCompatibilityDescVk::Attachment> compatibilityAttachmentDescs, array_view<VkAttachmentDescription> newAttachments) CreateAttachmentDescriptionsCompatibility() argument 149 CreateAttachmentDescriptionsCompatibility2(const array_view<const RenderPassDesc::AttachmentDesc> attachments, const array_view<const LowLevelRenderPassCompatibilityDescVk::Attachment> compatibilityAttachmentDescs, array_view<VkAttachmentDescription2KHR> newAttachments) CreateAttachmentDescriptionsCompatibility2() argument 249 const auto attachments = array_view(renderPassDesc.attachments, renderPassDesc.attachmentCount); CreateRenderPassCombined() local 430 const auto attachments = array_view(renderPassDesc.attachments, renderPassDesc.attachmentCount); CreateRenderPassCombined2() local [all...] |
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/ |
H A D | importer.cpp | 237 auto attachments = cont.GetAttachmentContainer(); in ImportIAttach() local
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_framebuffer.cpp | 313 CheckStatus(napi_env env, Impl::WebGLRenderingContextBaseImpl* context, WebGLAttachmentInfo info, std::vector<WebGLAttachment*>& attachments, WebGLAttachment* attachedObject) const CheckStatus() argument 353 std::vector<WebGLAttachment*> attachments = {nullptr, nullptr, nullptr}; CheckStatus() local [all...] |
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | node_context_pool_manager_gles.cpp | 585 MapColorAttachments(array_view<RenderPassSubpassDesc>::iterator begin, array_view<RenderPassSubpassDesc>::iterator pos, array_view<const BindImage> images, array_view<uint32_t> imageMap, array_view<RenderPassDesc::AttachmentDesc> attachments) MapColorAttachments() argument 616 MapDepthAttachments(array_view<RenderPassSubpassDesc>::iterator begin, array_view<RenderPassSubpassDesc>::iterator pos, array_view<const BindImage> images, array_view<uint32_t> imageMap, array_view<RenderPassDesc::AttachmentDesc> attachments) MapDepthAttachments() argument [all...] |
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/ |
H A D | render_data_structures.h | 210 BASE_NS::vector<RenderNodeAttachment> attachments; member 336 BASE_NS::vector<Attachment> attachments; member
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/ |
H A D | render_graph.cpp | 924 auto& attachments = params.rc.renderPassDesc.attachments; in BeginRenderPassUpdateImageStates() local [all...] |
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | node_impl.cpp | 1221 auto attachments = ecsObject_->GetAttachments(); in ReleaseEntityOwnership() local
|
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/ |
H A D | pipeline_state_desc.h | 1008 AttachmentDesc attachments[PipelineStateConstants::MAX_RENDER_PASS_ATTACHMENT_COUNT]; member 1027 RenderPassDesc::AttachmentDesc attachments[PipelineStateConstants::MAX_RENDER_PASS_ATTACHMENT_COUNT]; member
|