/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_condrender.c | 59 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/ |
D | brw_conditional_render.c | 96 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/ |
D | SeriesSelector.java | 187 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/ |
D | m_ematch.h | 61 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/ |
D | GrDashLinePathRenderer.cpp | 19 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/ |
D | GrDashLinePathRenderer.cpp | 19 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/ |
D | GrShape.h | 64 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()
|
D | GrShape.cpp | 514 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/ |
D | content.mak | 37 $(CONTENTDIR)/inverted.cpp \ 95 $(CONTENTDIR)/inverted.cpp: $(CONTENTDIR) ./inverted.pvr 96 $(FILEWRAP) -o $@ ./inverted.pvr
|
/external/skia/src/gpu/geometry/ |
D | GrShape.h | 64 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()
|
D | GrShape.cpp | 512 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/ |
D | canvas2dcontext.js | 726 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/ |
D | canvas2dcontext.js | 726 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/ |
D | GrShapeTest.cpp | 287 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/ |
D | GrShapeTest.cpp | 287 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/ |
D | Matrix.cpp | 138 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/ |
D | perf | 51 inverted: kernbench (elapsed) 102 inverted: kernbench (elapsed) 153 inverted: kernbench (elapsed)
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Invert.pbtxt | 40 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/ |
D | implicit-it.s | 50 @ 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/ |
D | typed-optimization.h | 72 bool inverted); in NON_EXPORTED_BASE() 74 Node* comparison, const StringRef& string, bool inverted); in NON_EXPORTED_BASE()
|
/external/libxml2/result/ |
D | ent5.rde | 3 This is an inverted exclamation sign ¡
|
D | ent5.rdr | 3 This is an inverted exclamation sign ¡
|
D | ent5.sax | 5 This is an inverted excla, 42)
|
D | ent5.sax2 | 5 This is an inverted excla, 42)
|
/external/libxml2/result/noent/ |
D | ent5.sax2 | 5 This is an inverted excla, 42)
|