Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkVM.h647 I32 gather8 (Uniform u, I32 index) { return this->gather8 (u.ptr, u.offset, index); } in gather8() function
1138 SI I32 gather8 (Ptr ptr, int off, I32 ix) { return ix->gather8 (ptr, off, ix); } in gather8() function
1143 SI I32 gather8 (Uniform u, I32 ix) { return ix->gather8 (u, ix); } in gather8() function
DSkVM.cpp605 I32 Builder::gather8 (Ptr ptr, int offset, I32 index) { in gather8() function in skvm::Builder