Home
last modified time | relevance | path

Searched refs:loadAction (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/mtl/
DGrMtlGpuCommandBuffer.mm39 fRenderPassDesc.colorAttachments[0].loadAction = MTLLoadActionLoad;
45 fRenderPassDesc.stencilAttachment.loadAction = MTLLoadActionLoad;
50 fRenderPassDesc.stencilAttachment.loadAction = MTLLoadActionClear;
52 fRenderPassDesc.stencilAttachment.loadAction = MTLLoadActionLoad;
55 fRenderPassDesc.stencilAttachment.loadAction = MTLLoadActionDontCare;
195 fRenderPassDesc.colorAttachments[0].loadAction = MTLLoadActionClear;
197 fRenderPassDesc.colorAttachments[0].loadAction = MTLLoadActionLoad;
217 fRenderPassDesc.stencilAttachment.loadAction = MTLLoadActionClear;
219 fRenderPassDesc.stencilAttachment.loadAction = MTLLoadActionLoad;
249 renderPassDesc.colorAttachments[0].loadAction =
DGrMtlCopyManager.mm195 renderPassDesc.colorAttachments[0].loadAction = canDiscardOutsideDstRect ? MTLLoadActionDontCare
/external/skqp/src/gpu/mtl/
DGrMtlGpuCommandBuffer.mm40 fRenderPassDesc.colorAttachments[0].loadAction = MTLLoadActionLoad;
46 fRenderPassDesc.stencilAttachment.loadAction = MTLLoadActionLoad;
51 fRenderPassDesc.stencilAttachment.loadAction = MTLLoadActionClear;
54 fRenderPassDesc.stencilAttachment.loadAction = MTLLoadActionLoad;
57 fRenderPassDesc.stencilAttachment.loadAction = MTLLoadActionDontCare;
192 fRenderPassDesc.colorAttachments[0].loadAction = MTLLoadActionClear;
195 fRenderPassDesc.colorAttachments[0].loadAction = MTLLoadActionLoad;
215 fRenderPassDesc.stencilAttachment.loadAction = MTLLoadActionClear;
218 fRenderPassDesc.stencilAttachment.loadAction = MTLLoadActionLoad;
248 renderPassDesc.colorAttachments[0].loadAction =
DGrMtlCopyManager.mm195 renderPassDesc.colorAttachments[0].loadAction = canDiscardOutsideDstRect ? MTLLoadActionDontCare
/external/u-boot/scripts/kconfig/
Dqconf.cc1396 QAction *loadAction = new QAction(QPixmap(xpm_load), _("&Load"), this); in ConfigMainWindow() local
1397 loadAction->setShortcut(Qt::CTRL + Qt::Key_L); in ConfigMainWindow()
1398 connect(loadAction, SIGNAL(triggered(bool)), SLOT(loadConfig())); in ConfigMainWindow()
1458 toolBar->addAction(loadAction); in ConfigMainWindow()
1467 config->addAction(loadAction); in ConfigMainWindow()