Lines Matching refs:GrLoadOp
455 if (this->isNoOp() || (fClippedContentBounds.isEmpty() && fColorLoadOp != GrLoadOp::kDiscard)) { in onPrePrepare()
480 if (this->isNoOp() || (fClippedContentBounds.isEmpty() && fColorLoadOp != GrLoadOp::kDiscard)) { in onPrepare()
522 GrLoadOp colorLoadOp, in create_render_pass()
524 GrLoadOp stencilLoadOp, in create_render_pass()
561 if (this->isNoOp() || (fClippedContentBounds.isEmpty() && fColorLoadOp != GrLoadOp::kDiscard)) { in onExecute()
568 SkASSERT(fColorLoadOp != GrLoadOp::kClear || in onExecute()
586 GrLoadOp stencilLoadOp; in onExecute()
589 stencilLoadOp = GrLoadOp::kDiscard; in onExecute()
598 stencilLoadOp = GrLoadOp::kClear; in onExecute()
602 stencilLoadOp = GrLoadOp::kClear; in onExecute()
613 stencilLoadOp = GrLoadOp::kLoad; in onExecute()
678 void GrOpsTask::setColorLoadOp(GrLoadOp op, std::array<float, 4> color) { in setColorLoadOp()
681 if (GrLoadOp::kClear == fColorLoadOp) { in setColorLoadOp()
707 if (GrLoadOp::kClear == opsTask->fColorLoadOp) { in mergeFrom()
791 fColorLoadOp = GrLoadOp::kDiscard; in discard()
808 case GrLoadOp::kLoad: in dump()
811 case GrLoadOp::kClear: in dump()
818 case GrLoadOp::kDiscard: in dump()
883 fColorLoadOp = GrLoadOp::kLoad; in onMakeSkippable()