Lines Matching defs:attachments
267 firstRenderPass->renderPassDesc.attachments[idx].storeOp =
268 lastRenderPass->renderPassDesc.attachments[idx].storeOp;
269 firstRenderPass->renderPassDesc.attachments[idx].stencilStoreOp =
270 lastRenderPass->renderPassDesc.attachments[idx].stencilStoreOp;
311 // copy resolve attachments from the final subpass
320 // layouts for resolve attachments
827 // update layouts for attachments to gpu image state
924 auto& attachments = params.rc.renderPassDesc.attachments;
942 const RenderPassDesc::AttachmentDesc& attachmentDesc = attachments[attachmentIdx];
957 (attachments[attachmentIdx].loadOp == AttachmentLoadOp::CORE_ATTACHMENT_LOAD_OP_LOAD)) {
959 attachments[attachmentIdx].loadOp = AttachmentLoadOp::CORE_ATTACHMENT_LOAD_OP_DONT_CARE;
997 const RenderPassDesc::AttachmentDesc& attachmentDesc = renderPassDesc.attachments[attachmentIndex];
1498 // input attachments are handled with render passes and not with barriers
1653 // NOTE: render pass attachments expected to be dynamic resources always