Home
last modified time | relevance | path

Searched refs:thenElse (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/include/private/
H A DSkNx_neon.h146 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function in __anon18470::SkNx
280 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function in __anon18470::SkNx
350 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function in __anon18470::SkNx
397 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function in __anon18470::SkNx
488 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function in __anon18470::SkNx
544 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function in __anon18470::SkNx
602 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function in __anon18470::SkNx
H A DSkNx_sse.h113 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function in __anon18480::SkNx
216 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function in __anon18480::SkNx
272 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function in __anon18480::SkNx
294 return (x < y).thenElse(x, y); in Min()
302 return (x > y).thenElse(x, y); in Max()
342 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function in __anon18480::SkNx
391 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function in __anon18480::SkNx
573 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function in __anon18480::SkNx
643 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function in __anon18480::SkNx
689 AI SkNx thenElse(cons function in __anon18480::SkNx
[all...]
H A DSkNx.h147 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
148 return { fLo.thenElse(t.fLo, e.fLo), fHi.thenElse(t.fHi, e.fHi) }; in thenElse()
263 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { return fVal != 0 ? t : e; } in thenElse() function
/third_party/skia/src/core/
H A DSk4px.h96 Sk4px thenElse(const Sk4px& t, const Sk4px& e) const { return INHERITED::thenElse(t,e); } in thenElse() function in __anon18669::Sk4px
/third_party/skia/tests/
H A DSkNxTest.cpp395 auto fs = (Sk4f(0.0f, -0.0f, 2.0f, -4.0f) < 0).thenElse(-1, 1); in DEF_TEST()
400 auto fshi = (Sk2f(0.0f, -0.0f) < 0).thenElse(-1, 1); in DEF_TEST()
401 auto fslo = (Sk2f(2.0f, -4.0f) < 0).thenElse(-1, 1); in DEF_TEST()
/third_party/glslang/glslang/HLSL/
H A DhlslGrammar.cpp3947 TIntermNodePair thenElse = { nullptr, nullptr }; in acceptSelectionStatement()
3952 if (! acceptScopedStatement(thenElse.node1)) { in acceptSelectionStatement()
3960 if (! acceptScopedStatement(thenElse.node2)) { in acceptSelectionStatement()
3967 statement = intermediate.addSelection(condition, thenElse, loc); in acceptSelectionStatement()

Completed in 12 milliseconds