Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/gradients/generated/
DGrUnrolledBinaryGradientColorizer.h44 SkRect thresholds1_7; variable
65 SkRect thresholds1_7, in GrUnrolledBinaryGradientColorizer() argument
85 , thresholds1_7(thresholds1_7) in GrUnrolledBinaryGradientColorizer()
DGrUnrolledBinaryGradientColorizer.cpp61 auto thresholds1_7 = _outer.thresholds1_7; in emitCode() local
62 (void)thresholds1_7; in emitCode()
236 reinterpret_cast<const float*>(&(_outer.thresholds1_7))); in onSetData()
287 if (thresholds1_7 != that.thresholds1_7) return false; in onIsEqual()
311 , thresholds1_7(src.thresholds1_7) in GrUnrolledBinaryGradientColorizer()
/third_party/flutter/skia/src/gpu/gradients/
DGrUnrolledBinaryGradientColorizer.fp39 // - thresholds1_7.x = boundary between (0,1) and (2,3) -> 1_2
47 in uniform half4 thresholds1_7;
58 // thresholds1_7.w is mid point for intervals (0,7) and (8,15)
59 if (intervalCount <= 4 || t < thresholds1_7.w) {
60 // thresholds1_7.y is mid point for intervals (0,3) and (4,7)
61 if (intervalCount <= 2 || t < thresholds1_7.y) {
62 // thresholds1_7.x is mid point for intervals (0,1) and (2,3)
63 if (intervalCount <= 1 || t < thresholds1_7.x) {
71 // thresholds1_7.z is mid point for intervals (4,5) and (6,7)
72 if (intervalCount <= 3 || t < thresholds1_7.z) {
/third_party/skia/src/gpu/gradients/
DGrGradientShader.cpp137 SkRect thresholds1_7, in make_unrolled_colorizer() argument
236 "thresholds1_7", thresholds1_7, in make_unrolled_colorizer()
394 SkRect thresholds1_7 = {thresholds[0], thresholds[1], thresholds[2], thresholds[3]}, in make_unrolled_binary_colorizer() local
397 return make_unrolled_colorizer(intervalCount, scales, biases, thresholds1_7, thresholds9_13); in make_unrolled_binary_colorizer()