Lines Matching refs:store
13 #include "src/core/SkUtils.h" // unaligned_{load,store}
1150 // These load() and store() methods are tail-aware,
1175 SI void store(T* dst, V v, size_t tail) {
1365 // store registers r,g,b,a into context (mirrors load_rgba)
1384 // store registers dr,dg,db,da into context (mirrors load_dst)
1603 store(ptr, dst, tail);
1958 store(ptr, packed, tail);
1985 store(ptr, px, tail);
2007 store(ptr, px, tail);
2030 store(ptr, px, tail);
2055 store(ptr, px, tail);
2078 store(ptr, px, tail);
2104 store(ptr, px, tail);
2152 store(ptr, px, tail);
2230 store(ptr, to_half(a), tail);
3507 SI void store(T* ptr, size_t tail, V v) {
3632 store(ptr, tail, cast<U32>(r | (g<<8)) << 0
3676 store(ptr, tail, R << 11
3722 store(ptr, tail, R << 12
3785 store(ptr, tail, cast<U16>(r | (g<<8)) << 0);
3816 store(ptr, tail, cast<U8>(v));