HomeSort by relevance Sort by last modified time
    Searched full:fops (Results 1 - 25 of 32) sorted by null

1 2

  /external/skia/tools/mdbviz/
Model.cpp 46 temp->detachCommands(&fOps);
49 this->setCurOp(fOps.count()-1);
65 return SkDrawCommand::GetCommandString(fOps[index]->getType());
69 SkDrawCommand::OpType type = fOps[index]->getType();
77 SkDrawCommand::OpType type = fOps[index]->getType();
84 SkASSERT(curOp < fOps.count());
95 SkASSERT(index < fOps.count());
102 if (fOps[i]->isVisible()) {
103 fOps[i]->execute(&canvas);
111 for (int i = 0; i < fOps.count(); ++i)
    [all...]
Model.h 37 int numOps() const { return fOps.count(); }
54 SkTDArray<SkDrawCommand*> fOps;
  /external/skqp/tools/mdbviz/
Model.cpp 46 temp->detachCommands(&fOps);
49 this->setCurOp(fOps.count()-1);
65 return SkDrawCommand::GetCommandString(fOps[index]->getType());
69 SkDrawCommand::OpType type = fOps[index]->getType();
77 SkDrawCommand::OpType type = fOps[index]->getType();
84 SkASSERT(curOp < fOps.count());
95 SkASSERT(index < fOps.count());
102 if (fOps[i]->isVisible()) {
103 fOps[i]->execute(&canvas);
111 for (int i = 0; i < fOps.count(); ++i)
    [all...]
Model.h 37 int numOps() const { return fOps.count(); }
54 SkTDArray<SkDrawCommand*> fOps;
  /external/skia/src/atlastext/
SkAtlasTextTarget.cpp 108 SkTArray<std::unique_ptr<GrAtlasTextOp>, true> fOps;
153 int n = SkTMin(kMaxBatchLookBack, fOps.count());
155 GrAtlasTextOp* other = fOps.fromBack(i).get();
164 fOps.emplace_back(std::move(op));
168 for (int i = 0; i < fOps.count(); ++i) {
169 fOps[i]->executeForTextTarget(this);
172 fOps.reset();
  /external/skia/src/pathops/
SkOpBuilder.cpp 110 if (0 == fOps.count() && op != kUnion_SkPathOp) {
112 *fOps.append() = kUnion_SkPathOp;
115 *fOps.append() = op;
120 fOps.reset();
128 int count = fOps.count();
133 if (kUnion_SkPathOp != fOps[index] || test->isInverseFillType()) {
164 if (!Op(*result, fPathRefs[index], fOps[index], result)) {
  /external/skqp/src/atlastext/
SkAtlasTextTarget.cpp 108 SkTArray<std::unique_ptr<GrAtlasTextOp>, true> fOps;
153 int n = SkTMin(kMaxBatchLookBack, fOps.count());
155 GrAtlasTextOp* other = fOps.fromBack(i).get();
164 fOps.emplace_back(std::move(op));
168 for (int i = 0; i < fOps.count(); ++i) {
169 fOps[i]->executeForTextTarget(this);
172 fOps.reset();
  /external/skqp/src/pathops/
SkOpBuilder.cpp 110 if (0 == fOps.count() && op != kUnion_SkPathOp) {
112 *fOps.append() = kUnion_SkPathOp;
115 *fOps.append() = op;
120 fOps.reset();
128 int count = fOps.count();
133 if (kUnion_SkPathOp != fOps[index] || test->isInverseFillType()) {
164 if (!Op(*result, fPathRefs[index], fOps[index], result)) {
  /external/skia/src/gpu/effects/
GrNonlinearColorSpaceXformEffect.cpp 143 , fOps(ops) {
167 , fOps(that.fOps) {
178 if (other.fOps != fOps) {
181 if (SkToBool(fOps & kSrcTransfer_Op) &&
185 if (SkToBool(fOps & kDstTransfer_Op) &&
189 if (SkToBool(fOps & kGamutXform_Op) && other.fGamutXform != fGamutXform) {
GrNonlinearColorSpaceXformEffect.h 50 uint32_t ops() const { return fOps; }
69 uint32_t fOps;
  /external/skqp/src/gpu/effects/
GrNonlinearColorSpaceXformEffect.cpp 143 , fOps(ops) {
167 , fOps(that.fOps) {
178 if (other.fOps != fOps) {
181 if (SkToBool(fOps & kSrcTransfer_Op) &&
185 if (SkToBool(fOps & kDstTransfer_Op) &&
189 if (SkToBool(fOps & kGamutXform_Op) && other.fGamutXform != fGamutXform) {
GrNonlinearColorSpaceXformEffect.h 50 uint32_t ops() const { return fOps; }
69 uint32_t fOps;
  /external/skia/gm/
complexclip2.cpp 99 fOps[j*kRows+i][k] = ops[r.nextU() % SK_ARRAY_COUNT(ops)];
176 fOps[j*kRows+i][k],
181 fOps[j*kRows+i][k],
186 fOps[j*kRows+i][k],
203 SkClipOp fOps[kRows * kCols][5];
  /external/skqp/gm/
complexclip2.cpp 99 fOps[j*kRows+i][k] = ops[r.nextU() % SK_ARRAY_COUNT(ops)];
176 fOps[j*kRows+i][k],
181 fOps[j*kRows+i][k],
186 fOps[j*kRows+i][k],
203 SkClipOp fOps[kRows * kCols][5];
  /external/skia/tests/
OnFlushCallbackTest.cpp 273 for (int i = 0; i < fOps.count(); ++i) {
274 if (opListID == fOps[i].fID) {
275 header = &(fOps[i]);
280 fOps.push({opListID, nullptr});
281 header = &(fOps[fOps.count()-1]);
288 int numOps() const { return fOps.count(); }
397 for (int i = 0; i < fOps.count(); ++i) {
398 if (opListID == fOps[i].fID) {
399 return &(fOps[i])
    [all...]
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_show.cc 164 string fops = FormatNumber(node->proto().total_float_ops()) + " flops"; local
166 fops = FormatNumber(node->proto().float_ops()) + "/" + fops;
168 fops = "--/" + fops;
170 info.push_back(fops);
tfprof_code.cc 664 string fops = FormatNumber(node->proto().total_float_ops()) + " flops"; local
666 fops = FormatNumber(node->proto().float_ops()) + "/" + fops;
668 fops = "--/" + fops;
670 attrs.push_back(fops);
  /external/skqp/tests/
OnFlushCallbackTest.cpp 271 for (int i = 0; i < fOps.count(); ++i) {
272 if (opListID == fOps[i].fID) {
273 header = &(fOps[i]);
278 fOps.push({opListID, nullptr});
279 header = &(fOps[fOps.count()-1]);
380 for (int i = 0; i < fOps.count(); ++i) {
381 if (opListID == fOps[i].fID) {
382 return &(fOps[i]);
396 SkTDArray<LinkedListHeader> fOps;
    [all...]
  /external/ltp/testcases/kernel/device-drivers/v4l/kernel_space/
video_dummy.c 66 .fops = &dummy_fops,
  /external/ltp/testcases/kernel/device-drivers/drm/kernel_space/
tdrm.c 59 static struct file_operations DRM(fops) = { \
86 minor = DRM(stub_register) (DEVICE_NAME, &DRM(fops), dev);
  /external/skia/include/pathops/
SkPathOps.h 92 SkTDArray<SkPathOp> fOps;
  /external/skqp/include/pathops/
SkPathOps.h 92 SkTDArray<SkPathOp> fOps;
  /external/ltp/testcases/kernel/device-drivers/include/
includeTest.c 165 gd_ptr->fops = &bdops;
  /external/ltp/testcases/kernel/device-drivers/nls/
nlsTest.c 188 gd_ptr->fops = &bdops;
  /external/ltp/testcases/kernel/fs/scsi/ltpfs/
LtpfsCmds.c 210 gd_ptr->fops = &blkops;

Completed in 486 milliseconds

1 2