Searched refs:SkRasterPipeline_BranchIfEqualCtx (Results 1 – 4 of 4) sorted by relevance
277 struct SkRasterPipeline_BranchIfEqualCtx : public SkRasterPipeline_BranchCtx { struct
1921 auto* ctx = alloc->make<SkRasterPipeline_BranchIfEqualCtx>(); in makeStages()3322 const auto* ctx = static_cast<SkRasterPipeline_BranchIfEqualCtx*>(stage.ctx); in dump()
2802 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()
4014 STAGE_BRANCH(branch_if_no_active_lanes_eq, SkRasterPipeline_BranchIfEqualCtx* ctx) { in STAGE_BRANCH()