Home
last modified time | relevance | path

Searched defs:gather32 (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/opts/
DSkVM_opts.h11 static inline skvx::Vec<N,int> gather32(const int* ptr, const skvx::Vec<N,int>& ix) { in gather32() function
/external/skia/src/core/
DSkVM.h649 I32 gather32 (Uniform u, I32 index) { return this->gather32 (u.ptr, u.offset, index); } in gather32() function
1140 SI I32 gather32(Ptr ptr, int off, I32 ix) { return ix->gather32(ptr, off, ix); } in gather32() function
1145 SI I32 gather32(Uniform u, I32 ix) { return ix->gather32(u, ix); } in gather32() function
DSkVM.cpp611 I32 Builder::gather32(Ptr ptr, int offset, I32 index) { in gather32() function in skvm::Builder