Home
last modified time | relevance | path

Searched refs:thresholds9_13 (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/gpu/gradients/
H A DGrGradientShader.cpp138 SkRect thresholds9_13) { in make_unrolled_colorizer()
156 // - thresholds9_13.x = boundary between (8,9) and (10,11) -> 9_10 in make_unrolled_colorizer()
160 sksl.append("uniform half4 thresholds1_7, thresholds9_13;"); in make_unrolled_colorizer()
194 // thresholds9_13.y is mid point for intervals (8,11) and (12,15) in make_unrolled_colorizer()
195 if (%d <= 6 || t < thresholds9_13.y) { in make_unrolled_colorizer()
196 // thresholds9_13.x is mid point for intervals (8,9) and (10,11) in make_unrolled_colorizer()
197 if (%d <= 5 || t < thresholds9_13.x) { in make_unrolled_colorizer()
203 // thresholds9_13.z is mid point for intervals (12,13) and (14,15) in make_unrolled_colorizer()
204 if (%d <= 7 || t < thresholds9_13.z) { in make_unrolled_colorizer()
237 "thresholds9_13", thresholds9_1 in make_unrolled_colorizer()
134 make_unrolled_colorizer(int intervalCount, const SkPMColor4f* scale, const SkPMColor4f* bias, SkRect thresholds1_7, SkRect thresholds9_13) make_unrolled_colorizer() argument
395 thresholds9_13 = {thresholds[4], thresholds[5], thresholds[6], 0.0}; make_unrolled_binary_colorizer() local
[all...]

Completed in 2 milliseconds