Searched refs:LazyCtx (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/jumper/ |
D | SkJumper_stages.cpp | 396 struct LazyCtx { struct 400 explicit LazyCtx(void**& p) : ptr(nullptr), program(p) {} in LazyCtx() argument 437 SI void name##_k(size_t x, LazyCtx ctx, K* k, size_t tail, \ 441 LazyCtx ctx(program); \ 446 SI void name##_k(size_t x, LazyCtx ctx, K* k, size_t tail, \ 471 SI void name##_k(size_t x, LazyCtx ctx, K* k, size_t tail, \ 475 LazyCtx ctx(program); \ 480 SI void name##_k(size_t x, LazyCtx ctx, K* k, size_t tail, \
|