Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/opts/
H A DSkRasterPipeline_opts.h4263 SI void swizzle_copy_masked_fn(I32* dst, const I32* src, uint16_t* offsets, I32 mask) { in swizzle_copy_masked_fn() function
4274 swizzle_copy_masked_fn<1>((I32*)ctx->dst, (const I32*)ctx->src, ctx->offsets, execution_mask()); in STAGE_TAIL()
4277 swizzle_copy_masked_fn<2>((I32*)ctx->dst, (const I32*)ctx->src, ctx->offsets, execution_mask()); in STAGE_TAIL()
4280 swizzle_copy_masked_fn<3>((I32*)ctx->dst, (const I32*)ctx->src, ctx->offsets, execution_mask()); in STAGE_TAIL()
4283 swizzle_copy_masked_fn<4>((I32*)ctx->dst, (const I32*)ctx->src, ctx->offsets, execution_mask()); in STAGE_TAIL()