Searched defs:attachments (Results 1 – 6 of 6) sorted by relevance
36 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() local377 … const auto attachments = array_view(renderPassDesc.attachments, renderPassDesc.attachmentCount); in CreateRenderPassCombined2() local
41 Attachment attachments[PipelineStateConstants::MAX_RENDER_PASS_ATTACHMENT_COUNT]; member
311 …WebGLAttachmentInfo info, std::vector<WebGLAttachment*>& attachments, WebGLAttachment* attachedObj… in CheckStatus()350 std::vector<WebGLAttachment*> attachments = {nullptr, nullptr, nullptr}; in CheckStatus() local
180 BASE_NS::vector<RenderNodeAttachment> attachments; member285 BASE_NS::vector<Attachment> attachments; member
792 auto& attachments = params.rc.renderPassDesc.attachments; in BeginRenderPassUpdateImageStates() local
941 AttachmentDesc attachments[PipelineStateConstants::MAX_RENDER_PASS_ATTACHMENT_COUNT]; member