Searched defs:SkRasterPipeline_TraceVarCtx (Results 1 – 1 of 1) sorted by relevance
305 struct SkRasterPipeline_TraceVarCtx { struct306 const int* traceMask;307 SkSL::TraceHook* traceHook;308 int slotIdx, numSlots;309 const int* data;310 const uint32_t *indirectOffset; // can be null; if set, an offset applied to `data`311 uint32_t indirectLimit; // the indirect offset is clamped to this upper bound