Home
last modified time | relevance | path

Searched refs:SkNf (Results 1 – 2 of 2) sorted by relevance

/external/skia/site/dev/contrib/
Dsimd.md17 `SkNf` for floats
35SkNf<N>`, parameterized on N, how many floats the vector contains, constrained at compile time to …
37SkNf<N>` has two default implementations: `SkNf<1>` performs all these operations on a single floa…
41 `SkNf` in practice
58 …ce on SSE in favor of NEON or vice versa. But unlike with floats, where `SkNf` is really a pretty…
128 1. All ~20 other `SkXfermode` subclasses that are not implemented with `SkNf`.
137 …, clear, maintainable, and of course _fast_, graphical algorithms using `SkNf` and `SkPx`. As I …
139 … `SkNf` is ready. Do not write NEON or SSE SIMD code if you're looking to use floats, and do not …
/external/skia/tests/
DSkNxTest.cpp75 DEF_TEST(SkNf, r) { in DEF_TEST() argument