Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRasterPipelineOpContexts.h183 uint32_t indirectLimit; // the indirect offset is clamped to this upper bound member
/external/skia/tests/
DSkRasterPipelineTest.cpp457 ctx->indirectLimit = 5 - copySize; in DEF_TEST()
/external/skia/src/opts/
DSkRasterPipeline_opts.h3495 offsets = min(offsets, ctx->indirectLimit); in STAGE_TAIL()