Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gradients/
H A DGrGradientShader.cpp137 SkRect thresholds1_7, in make_unrolled_colorizer()
152 // - thresholds1_7.x = boundary between (0,1) and (2,3) -> 1_2 in make_unrolled_colorizer()
160 sksl.append("uniform half4 thresholds1_7, thresholds9_13;"); in make_unrolled_colorizer()
175 // thresholds1_7.w is mid point for intervals (0,7) and (8,15) in make_unrolled_colorizer()
176 if (%d <= 4 || t < thresholds1_7.w) { in make_unrolled_colorizer()
177 // thresholds1_7.y is mid point for intervals (0,3) and (4,7) in make_unrolled_colorizer()
178 if (%d <= 2 || t < thresholds1_7.y) { in make_unrolled_colorizer()
179 // thresholds1_7.x is mid point for intervals (0,1) and (2,3) in make_unrolled_colorizer()
180 if (%d <= 1 || t < thresholds1_7.x) { in make_unrolled_colorizer()
186 // thresholds1_7 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
394 SkRect thresholds1_7 = {thresholds[0], thresholds[1], thresholds[2], thresholds[3]}, make_unrolled_binary_colorizer() local
[all...]

Completed in 1 milliseconds