Searched refs:apply_binary_immediate (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/skia/src/opts/ |
H A D | SkRasterPipeline_opts.h | 4572 SI void apply_binary_immediate(SkRasterPipeline_ConstantCtx* packed, std::byte* base) { in apply_binary_immediate() function 4731 apply_binary_immediate<1, F, float, &name##_fn>(packed, base); \ in DECLARE_BINARY_INT() 4735 apply_binary_immediate<1, I32, int32_t, &name##_fn>(packed, base); \ 4739 apply_binary_immediate<1, I32, int32_t, &name##_fn>(packed, base); \ 4742 apply_binary_immediate<2, I32, int32_t, &name##_fn>(packed, base); \ 4745 apply_binary_immediate<3, I32, int32_t, &name##_fn>(packed, base); \ 4748 apply_binary_immediate<4, I32, int32_t, &name##_fn>(packed, base); \ 4752 apply_binary_immediate<1, U32, uint32_t, &name##_fn>(packed, base); \
|