Home
last modified time | relevance | path

Searched refs:inverted (Results 1 – 25 of 244) sorted by relevance

12345678910

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_condrender.c59 boolean inverted = FALSE; in st_BeginConditionalRender() local
78 inverted = TRUE; in st_BeginConditionalRender()
82 inverted = TRUE; in st_BeginConditionalRender()
86 inverted = TRUE; in st_BeginConditionalRender()
90 inverted = TRUE; in st_BeginConditionalRender()
97 cso_set_render_condition(st->cso_context, stq->pq, inverted, m); in st_BeginConditionalRender()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_conditional_render.c96 bool inverted) in set_predicate_for_result() argument
114 if (inverted) in set_predicate_for_result()
135 bool inverted; in brw_begin_conditional_render() local
142 inverted = false; in brw_begin_conditional_render()
148 inverted = true; in brw_begin_conditional_render()
159 set_predicate_enable(brw, (query->Base.Result != 0) ^ inverted); in brw_begin_conditional_render()
161 set_predicate_for_result(brw, query, inverted); in brw_begin_conditional_render()
/external/autotest/frontend/client/src/autotest/tko/
DSeriesSelector.java187 List<String> inverted = new ArrayList<String>(); in getInverted() local
190 inverted.add(s.getName()); in getInverted()
193 return inverted; in getInverted()
214 List<String> inverted = getInverted(); in addToHistory() local
215 if (!inverted.isEmpty()) { in addToHistory()
216 args.put("inverted", Utils.joinStrings(",", inverted)); in addToHistory()
222 Set<String> inverted = new HashSet<String>(); in handleHistoryArguments() local
225 inverted.add(s); in handleHistoryArguments()
238 thisSeries.setInverted(inverted.contains(thisSeries.getName())); in handleHistoryArguments()
/external/iproute2/tc/
Dm_ematch.h61 int inverted; member
68 static inline struct ematch * new_ematch(struct bstr *args, int inverted) in new_ematch() argument
76 e->inverted = inverted; in new_ematch()
/external/skia/src/gpu/ops/
DGrDashLinePathRenderer.cpp19 bool inverted; in onCanDrawPath() local
20 if (args.fShape->style().isDashed() && args.fShape->asLine(pts, &inverted)) { in onCanDrawPath()
22 SkASSERT(!inverted); in onCanDrawPath()
/external/skqp/src/gpu/ops/
DGrDashLinePathRenderer.cpp19 bool inverted; in onCanDrawPath() local
20 if (args.fShape->style().isDashed() && args.fShape->asLine(pts, &inverted)) { in onCanDrawPath()
25 SkASSERT(!inverted); in onCanDrawPath()
/external/skqp/src/gpu/
DGrShape.h64 GrShape(const SkRRect& rrect, SkPath::Direction dir, unsigned start, bool inverted, in GrShape() argument
69 fRRectData.fInverted = inverted; in GrShape()
163 bool asRRect(SkRRect* rrect, SkPath::Direction* dir, unsigned* start, bool* inverted) const { in asRRect() argument
176 if (inverted) { in asRRect()
177 *inverted = fRRectData.fInverted; in asRRect()
186 bool asLine(SkPoint pts[2], bool* inverted) const { in asLine() argument
194 if (inverted) { in asLine()
195 *inverted = fLineData.fInverted; in asLine()
DGrShape.cpp514 bool inverted = this->path().isInverseFillType(); in attemptToSimplifyPath() local
518 this->changeType(inverted && !this->style().isDashed() ? Type::kInvertedEmpty in attemptToSimplifyPath()
524 fLineData.fInverted = inverted; in attemptToSimplifyPath()
530 fRRectData.fInverted = inverted; in attemptToSimplifyPath()
536 fRRectData.fInverted = inverted; in attemptToSimplifyPath()
545 fRRectData.fInverted = inverted; in attemptToSimplifyPath()
559 fRRectData.fInverted = inverted; in attemptToSimplifyPath()
759 bool inverted = fLineData.fInverted && !fStyle.hasPathEffect(); in attemptToSimplifyStrokedLineToRRect() local
762 fRRectData.fInverted = inverted; in attemptToSimplifyStrokedLineToRRect()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
Dcontent.mak37 $(CONTENTDIR)/inverted.cpp \
95 $(CONTENTDIR)/inverted.cpp: $(CONTENTDIR) ./inverted.pvr
96 $(FILEWRAP) -o $@ ./inverted.pvr
/external/skia/src/gpu/geometry/
DGrShape.h64 GrShape(const SkRRect& rrect, SkPathDirection dir, unsigned start, bool inverted, in GrShape() argument
69 fRRectData.fInverted = inverted; in GrShape()
163 bool asRRect(SkRRect* rrect, SkPathDirection* dir, unsigned* start, bool* inverted) const { in asRRect() argument
176 if (inverted) { in asRRect()
177 *inverted = fRRectData.fInverted; in asRRect()
186 bool asLine(SkPoint pts[2], bool* inverted) const { in asLine() argument
194 if (inverted) { in asLine()
195 *inverted = fLineData.fInverted; in asLine()
DGrShape.cpp512 bool inverted = this->path().isInverseFillType(); in attemptToSimplifyPath() local
516 this->changeType(inverted && !this->style().isDashed() ? Type::kInvertedEmpty in attemptToSimplifyPath()
522 fLineData.fInverted = inverted; in attemptToSimplifyPath()
528 fRRectData.fInverted = inverted; in attemptToSimplifyPath()
534 fRRectData.fInverted = inverted; in attemptToSimplifyPath()
543 fRRectData.fInverted = inverted; in attemptToSimplifyPath()
557 fRRectData.fInverted = inverted; in attemptToSimplifyPath()
757 bool inverted = fLineData.fInverted && !fStyle.hasPathEffect(); in attemptToSimplifyStrokedLineToRRect() local
760 fRRectData.fInverted = inverted; in attemptToSimplifyStrokedLineToRRect()
/external/skqp/experimental/canvaskit/htmlcanvas/
Dcanvas2dcontext.js726 var inverted = CanvasKit.SkMatrix.invert(this._currentTransform);
727 CanvasKit.SkMatrix.mapPoints(inverted, pts);
843 var inverted = CanvasKit.SkMatrix.invert(this._currentTransform);
846 this._canvas.concat(inverted);
864 var inverted = CanvasKit.SkMatrix.invert(this._currentTransform);
865 this._canvas.concat(inverted);
914 var inverted = CanvasKit.SkMatrix.rotated(-radians);
915 this._currentPath.transform(inverted);
964 var inverted = CanvasKit.SkMatrix.scaled(1/sx, 1/sy);
965 this._currentPath.transform(inverted);
[all …]
/external/skia/modules/canvaskit/htmlcanvas/
Dcanvas2dcontext.js726 var inverted = CanvasKit.SkMatrix.invert(this._currentTransform);
727 CanvasKit.SkMatrix.mapPoints(inverted, pts);
843 var inverted = CanvasKit.SkMatrix.invert(this._currentTransform);
846 this._canvas.concat(inverted);
864 var inverted = CanvasKit.SkMatrix.invert(this._currentTransform);
865 this._canvas.concat(inverted);
914 var inverted = CanvasKit.SkMatrix.rotated(-radians);
915 this._currentPath.transform(inverted);
964 var inverted = CanvasKit.SkMatrix.scaled(1/sx, 1/sy);
965 this._currentPath.transform(inverted);
[all …]
/external/skqp/tests/
DGrShapeTest.cpp287 GrShape inverted = GrShape::MakeFilled(shape, GrShape::FillInversion::kForceInverted); in test_inversions() local
289 make_key(&invertedKey, inverted); in test_inversions()
302 check_equivalence(r, preserve, inverted, preserveKey, invertedKey); in test_inversions()
306 check_equivalence(r, flip, inverted, flipKey, invertedKey); in test_inversions()
1648 auto index = [](bool inverted, in test_rrect()
1653 return inverted * (2 * 8 * kStyleCnt * 2) + in test_rrect()
1662 for (bool inverted : {false, true}) { in test_rrect() argument
1668 shapes[index(inverted, dir, start, style, dash)] = in test_rrect()
1669 GrShape(rrect, dir, start, SkToBool(inverted), in test_rrect()
1793 for (bool inverted : {false, true}) { in test_rrect()
[all …]
/external/skia/tests/
DGrShapeTest.cpp287 GrShape inverted = GrShape::MakeFilled(shape, GrShape::FillInversion::kForceInverted); in test_inversions() local
289 make_key(&invertedKey, inverted); in test_inversions()
302 check_equivalence(r, preserve, inverted, preserveKey, invertedKey); in test_inversions()
306 check_equivalence(r, flip, inverted, flipKey, invertedKey); in test_inversions()
1648 auto index = [](bool inverted, in test_rrect()
1653 return inverted * (2 * 8 * kStyleCnt * 2) + in test_rrect()
1662 for (bool inverted : {false, true}) { in test_rrect() argument
1668 shapes[index(inverted, dir, start, style, dash)] = in test_rrect()
1669 GrShape(rrect, dir, start, SkToBool(inverted), in test_rrect()
1793 for (bool inverted : {false, true}) { in test_rrect()
[all …]
/external/angle/util/
DMatrix.cpp138 Matrix4 inverted( in invert() local
188 float determinant = mat.data[0] * inverted.data[0] + mat.data[1] * inverted.data[4] + in invert()
189 mat.data[2] * inverted.data[8] + mat.data[3] * inverted.data[12]; in invert()
193 inverted *= 1.0f / determinant; in invert()
197 inverted = identity(); in invert()
200 return inverted; in invert()
/external/autotest/frontend/tko/preconfigs/metrics/
Dperf51 inverted: kernbench (elapsed)
102 inverted: kernbench (elapsed)
153 inverted: kernbench (elapsed)
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Invert.pbtxt40 inverted = bitwise_ops.invert(input_tensor)
42 tf.assert_equal(tf.cast(inverted, tf.float32), tf.cast(expected, tf.float32))
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Dimplicit-it.s50 @ Multiple conditional instructions in an IT block, inverted and non-inverted conditions
66 @ Incorrectly inverted condition on the second slot of an IT block
/external/v8/src/compiler/
Dtyped-optimization.h72 bool inverted); in NON_EXPORTED_BASE()
74 Node* comparison, const StringRef& string, bool inverted); in NON_EXPORTED_BASE()
/external/libxml2/result/
Dent5.rde3 This is an inverted exclamation sign ¡
Dent5.rdr3 This is an inverted exclamation sign ¡
Dent5.sax5 This is an inverted excla, 42)
Dent5.sax25 This is an inverted excla, 42)
/external/libxml2/result/noent/
Dent5.sax25 This is an inverted excla, 42)

12345678910