Home
last modified time | relevance | path

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

/external/skqp/src/shaders/gradients/
DSk4fLinearGradient.cpp18 const Sk4f& bias0, const Sk4f& bias1) { in ramp() argument
24 Sk4f c0 = c + DstTraits<premul>::pre_lerp_bias(bias0), in ramp()
30 DstTraits<premul>::store4x(c0, c1, c2, c3, dst, bias0, bias1); in ramp()
40 DstTraits<premul>::store(c0, dst++, bias0); in ramp()
45 DstTraits<premul>::store(c0, dst, bias0); in ramp()
151 float bias0 = 0, in shadeSpan() local
161 bias0 = dither_cell[rowIndex + 0]; in shadeSpan()
166 swap(bias0, bias1); in shadeSpan()
173 bias0 += 0.5f; in shadeSpan()
176 this->shadePremulSpan<ApplyPremul::False>(x, y, dst, count, bias0, bias1); in shadeSpan()
[all …]
DSk4fGradientPriv.h84 const Sk4f& bias0,
90 store(c0, dst + 0, bias0);
92 store(c2, dst + 2, bias0);
DSk4fLinearGradient.h29 float bias0, float bias1) const;
33 float bias0, float bias1) const;
/external/skia/src/shaders/gradients/
DSk4fLinearGradient.cpp18 const Sk4f& bias0, const Sk4f& bias1) { in ramp() argument
24 Sk4f c0 = c + DstTraits<premul>::pre_lerp_bias(bias0), in ramp()
30 DstTraits<premul>::store4x(c0, c1, c2, c3, dst, bias0, bias1); in ramp()
40 DstTraits<premul>::store(c0, dst++, bias0); in ramp()
45 DstTraits<premul>::store(c0, dst, bias0); in ramp()
151 float bias0 = 0, in shadeSpan() local
161 bias0 = dither_cell[rowIndex + 0]; in shadeSpan()
166 swap(bias0, bias1); in shadeSpan()
173 bias0 += 0.5f; in shadeSpan()
176 this->shadePremulSpan<ApplyPremul::False>(x, y, dst, count, bias0, bias1); in shadeSpan()
[all …]
DSk4fGradientPriv.h84 const Sk4f& bias0,
90 store(c0, dst + 0, bias0);
92 store(c2, dst + 2, bias0);
DSk4fLinearGradient.h29 float bias0, float bias1) const;
33 float bias0, float bias1) const;
/external/webp/src/dsp/
Denc_neon.c827 const uint32x4_t bias0 = vld1q_u32(&mtx->bias_[offset + 0]); in Quantize_NEON() local
836 const uint32x4_t m2 = vhaddq_u32(m0, bias0); in Quantize_NEON()