Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkVM.h679 F32 gatherF (UPtr ptr, int offset, I32 index) { in gatherF() function
689 F32 gatherF (Uniform u, I32 index) { return this->gatherF (u.ptr, u.offset, index); } in gatherF() function
1202 SI F32 gatherF (UPtr ptr, int off, I32 ix) { return ix->gatherF (ptr, off, ix); } in gatherF() function
1207 SI F32 gatherF (Uniform u, I32 ix) { return ix->gatherF (u, ix); } in gatherF() function