Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/core/
H A DSkRasterPipelineOpContexts.h277 struct SkRasterPipeline_BranchIfEqualCtx : public SkRasterPipeline_BranchCtx { struct
/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLRasterPipelineBuilder.cpp1921 auto* ctx = alloc->make<SkRasterPipeline_BranchIfEqualCtx>(); in makeStages()
3322 const auto* ctx = static_cast<SkRasterPipeline_BranchIfEqualCtx*>(stage.ctx); in dump()
/aosp_15_r20/external/skia/tests/
H A DSkRasterPipelineTest.cpp2802 SkRasterPipeline_BranchIfEqualCtx matching; // comparing all-six vs five will match in DEF_TEST()
2807 SkRasterPipeline_BranchIfEqualCtx nonmatching; // comparing mostly-six vs five won't match in DEF_TEST()
/aosp_15_r20/external/skia/src/opts/
H A DSkRasterPipeline_opts.h4014 STAGE_BRANCH(branch_if_no_active_lanes_eq, SkRasterPipeline_BranchIfEqualCtx* ctx) { in STAGE_BRANCH()