Searched refs:SkRasterPipeline_BinaryOpCtx (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/skia/src/core/ |
H A D | SkRasterPipelineOpContexts.h | 221 struct SkRasterPipeline_BinaryOpCtx { struct
|
/aosp_15_r20/external/skia/src/opts/ |
H A D | SkRasterPipeline_opts.h | 4133 SI void copy_n_slots_unmasked_fn(SkRasterPipeline_BinaryOpCtx* packed, std::byte* base) { in copy_n_slots_unmasked_fn() 4140 STAGE_TAIL(copy_slot_unmasked, SkRasterPipeline_BinaryOpCtx* packed) { in STAGE_TAIL() 4143 STAGE_TAIL(copy_2_slots_unmasked, SkRasterPipeline_BinaryOpCtx* packed) { in STAGE_TAIL() 4146 STAGE_TAIL(copy_3_slots_unmasked, SkRasterPipeline_BinaryOpCtx* packed) { in STAGE_TAIL() 4149 STAGE_TAIL(copy_4_slots_unmasked, SkRasterPipeline_BinaryOpCtx* packed) { in STAGE_TAIL() 4154 SI void copy_n_immutable_unmasked_fn(SkRasterPipeline_BinaryOpCtx* packed, std::byte* base) { in copy_n_immutable_unmasked_fn() 4170 STAGE_TAIL(copy_immutable_unmasked, SkRasterPipeline_BinaryOpCtx* packed) { in STAGE_TAIL() 4173 STAGE_TAIL(copy_2_immutables_unmasked, SkRasterPipeline_BinaryOpCtx* packed) { in STAGE_TAIL() 4176 STAGE_TAIL(copy_3_immutables_unmasked, SkRasterPipeline_BinaryOpCtx* packed) { in STAGE_TAIL() 4179 STAGE_TAIL(copy_4_immutables_unmasked, SkRasterPipeline_BinaryOpCtx* packed) { in STAGE_TAIL() [all …]
|
/aosp_15_r20/external/skia/tests/ |
H A D | SkRasterPipelineTest.cpp | 1178 SkRasterPipeline_BinaryOpCtx ctx; in DEF_TEST() 1236 SkRasterPipeline_BinaryOpCtx ctx; in DEF_TEST() 1695 SkRasterPipeline_BinaryOpCtx ctx; in DEF_TEST() 1825 SkRasterPipeline_BinaryOpCtx ctx; in DEF_TEST() 1976 SkRasterPipeline_BinaryOpCtx ctx; in DEF_TEST() 2105 SkRasterPipeline_BinaryOpCtx ctx; in DEF_TEST()
|
/aosp_15_r20/external/skia/src/sksl/codegen/ |
H A D | SkSLRasterPipelineBuilder.cpp | 1466 SkRasterPipeline_BinaryOpCtx ctx; in appendCopy() 1561 SkRasterPipeline_BinaryOpCtx ctx; in appendAdjacentNWayBinaryOp() 2736 auto ctx = SkRPCtxUtils::Unpack((const SkRasterPipeline_BinaryOpCtx*)v); in binaryOpCtx() 2764 auto ctx = SkRPCtxUtils::Unpack((const SkRasterPipeline_BinaryOpCtx*)v); in adjacentBinaryOpCtx()
|