Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkOpts.h74 extern StageFn ops_highp[kNumRasterPipelineHighpOps], just_return_highp;
DSkRasterPipelineOpList.h227 static constexpr int kNumRasterPipelineHighpOps = SK_RASTER_PIPELINE_OPS_ALL(M); variable
/external/skia/src/sksl/codegen/
DSkSLRasterPipelineBuilder.cpp1792 SkASSERT((int)stage.op < kNumRasterPipelineHighpOps); in appendStages()