Searched refs:Store3 (Results 1 – 11 of 11) sorted by relevance
/external/deqp-deps/glslang/Test/ |
D | hlsl.structbuffer.rwbyte.frag | 11 sbuf.Store3(pos, sbuf.Load3(pos));
|
/external/skqp/include/private/ |
D | SkNx.h | 97 AI static void Store3(void* vptr, const SkNx& a, const SkNx& b, const SkNx& c) { in Store3() function 99 Half::Store3(ptr, a.fLo, b.fLo, c.fLo); in Store3() 100 Half::Store3(ptr + 3*N/2*sizeof(T), a.fHi, b.fHi, c.fHi); in Store3() 206 AI static void Store3(void* vptr, const SkNx& a, const SkNx& b, const SkNx& c) {
|
D | SkNx_neon.h | 56 AI static void Store3(void* dst, const SkNx& a, const SkNx& b, const SkNx& c) { in Store3() function
|
D | SkNx_sse.h | 62 AI static void Store3(void* dst, const SkNx& a, const SkNx& b, const SkNx& c) { in Store3() function
|
/external/skia/include/private/ |
D | SkNx.h | 97 AI static void Store3(void* vptr, const SkNx& a, const SkNx& b, const SkNx& c) { in Store3() function 99 Half::Store3(ptr, a.fLo, b.fLo, c.fLo); in Store3() 100 Half::Store3(ptr + 3*N/2*sizeof(T), a.fHi, b.fHi, c.fHi); in Store3() 206 AI static void Store3(void* vptr, const SkNx& a, const SkNx& b, const SkNx& c) {
|
D | SkNx_neon.h | 56 AI static void Store3(void* dst, const SkNx& a, const SkNx& b, const SkNx& c) { in Store3() function
|
D | SkNx_sse.h | 62 AI static void Store3(void* dst, const SkNx& a, const SkNx& b, const SkNx& c) { in Store3() function
|
/external/skia/src/gpu/ccpr/ |
D | GrCCCoverageProcessor.h | 306 Sk2f::Store3(this, P0 + trans, P1 + trans, P2 + trans); in set()
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCCoverageProcessor.h | 306 Sk2f::Store3(this, P0 + trans, P1 + trans, P2 + trans); in set()
|
/external/skqp/tests/ |
D | SkNxTest.cpp | 448 Sk2f::Store3(dst, p0, p1, p2); in DEF_TEST()
|
/external/skia/tests/ |
D | SkNxTest.cpp | 448 Sk2f::Store3(dst, p0, p1, p2); in DEF_TEST()
|