Searched refs:SkNf (Results 1 – 2 of 2) sorted by relevance
/external/skia/site/dev/contrib/ |
D | simd.md | 17 `SkNf` for floats 35 …SkNf<N>`, parameterized on N, how many floats the vector contains, constrained at compile time to … 37 …SkNf<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/ |
D | SkNxTest.cpp | 78 DEF_TEST(SkNf, r) { in DEF_TEST() argument
|