Searched refs:Load3 (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/core/
H A DSkNx.h71 AI static void Load3(const void* vptr, SkNx* a, SkNx* b, SkNx* c) { function in struct:__anon16972::SkNx
75 Half::Load3(ptr , &al, &bl, &cl);
76 Half::Load3(ptr + 3*N/2*sizeof(T), &ah, &bh, &ch);
162 AI static void Load3(const void* vptr, SkNx* a, SkNx* b, SkNx* c) { function in struct:__anon16972::SkNx
/external/skia/src/opts/
H A DSkNx_sse.h274 AI static void Load3(const void* ptr, SkNx* r, SkNx* g, SkNx* b) { function in class:__anon17121::SkNx
353 AI static void Load3(const void* ptr, SkNx* r, SkNx* g, SkNx* b) { function in class:__anon17121::SkNx
H A DSkNx_neon.h244 AI static void Load3(const void* ptr, SkNx* r, SkNx* g, SkNx* b) { function in class:__anon17112::SkNx
H A DSkRasterPipeline_opts.h646 SkNh::Load3(src, &rh, &gh, &bh);
710 SkNh::Load3(src, &rh, &gh, &bh);
/external/v8/src/runtime/
H A Druntime-simd.cc965 RUNTIME_FUNCTION(Runtime_##type##Load3) { \

Completed in 134 milliseconds