Lines Matching defs:thresholds9_13
138 SkRect thresholds9_13) {
156 // - thresholds9_13.x = boundary between (8,9) and (10,11) -> 9_10
160 sksl.append("uniform half4 thresholds1_7, thresholds9_13;");
194 // thresholds9_13.y is mid point for intervals (8,11) and (12,15)
195 if (%d <= 6 || t < thresholds9_13.y) {
196 // thresholds9_13.x is mid point for intervals (8,9) and (10,11)
197 if (%d <= 5 || t < thresholds9_13.x) {
203 // thresholds9_13.z is mid point for intervals (12,13) and (14,15)
204 if (%d <= 7 || t < thresholds9_13.z) {
237 "thresholds9_13", thresholds9_13,
395 thresholds9_13 = {thresholds[4], thresholds[5], thresholds[6], 0.0};
397 return make_unrolled_colorizer(intervalCount, scales, biases, thresholds1_7, thresholds9_13);