HomeSort by relevance Sort by last modified time
    Searched defs:bias0 (Results 1 - 3 of 3) sorted by null

  /external/skia/src/shaders/gradients/
Sk4fLinearGradient.cpp 18 const Sk4f& bias0, const Sk4f& bias1) {
24 Sk4f c0 = c + DstTraits<dstType, premul>::pre_lerp_bias(bias0),
30 DstTraits<dstType, premul>::store4x(c0, c1, c2, c3, dst, bias0, bias1);
40 DstTraits<dstType, premul>::store(c0, dst++, bias0);
45 DstTraits<dstType, premul>::store(c0, dst, bias0);
151 float bias0 = 0, local
161 bias0 = dither_cell[rowIndex + 0];
165 SkTSwap(bias0, bias1);
172 bias0 += 0.5f;
175 this->shadePremulSpan<SkPMColor, ApplyPremul::False>(x, y, dst, count, bias0, bias1)
190 static constexpr float bias0 = 0, local
    [all...]
  /external/skqp/src/shaders/gradients/
Sk4fLinearGradient.cpp 18 const Sk4f& bias0, const Sk4f& bias1) {
24 Sk4f c0 = c + DstTraits<dstType, premul>::pre_lerp_bias(bias0),
30 DstTraits<dstType, premul>::store4x(c0, c1, c2, c3, dst, bias0, bias1);
40 DstTraits<dstType, premul>::store(c0, dst++, bias0);
45 DstTraits<dstType, premul>::store(c0, dst, bias0);
151 float bias0 = 0, local
161 bias0 = dither_cell[rowIndex + 0];
165 SkTSwap(bias0, bias1);
172 bias0 += 0.5f;
175 this->shadePremulSpan<SkPMColor, ApplyPremul::False>(x, y, dst, count, bias0, bias1)
190 static constexpr float bias0 = 0, local
    [all...]
  /external/webp/src/dsp/
enc_neon.c 827 const uint32x4_t bias0 = vld1q_u32(&mtx->bias_[offset + 0]); local
    [all...]

Completed in 804 milliseconds