Home
last modified time | relevance | path

Searched refs:LazyCtx (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/jumper/
DSkJumper_stages.cpp396 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, \