Home
last modified time | relevance | path

Searched defs:gather16 (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkVM.h648 I32 gather16 (Uniform u, I32 index) { return this->gather16 (u.ptr, u.offset, index); } in gather16() function
1139 SI I32 gather16(Ptr ptr, int off, I32 ix) { return ix->gather16(ptr, off, ix); } in gather16() function
1144 SI I32 gather16(Uniform u, I32 ix) { return ix->gather16(u, ix); } in gather16() function
DSkVM.cpp608 I32 Builder::gather16(Ptr ptr, int offset, I32 index) { in gather16() function in skvm::Builder