Lines Matching refs:thresholds1_7
137 SkRect thresholds1_7,
152 // - thresholds1_7.x = boundary between (0,1) and (2,3) -> 1_2
160 sksl.append("uniform half4 thresholds1_7, thresholds9_13;");
175 // thresholds1_7.w is mid point for intervals (0,7) and (8,15)
176 if (%d <= 4 || t < thresholds1_7.w) {
177 // thresholds1_7.y is mid point for intervals (0,3) and (4,7)
178 if (%d <= 2 || t < thresholds1_7.y) {
179 // thresholds1_7.x is mid point for intervals (0,1) and (2,3)
180 if (%d <= 1 || t < thresholds1_7.x) {
186 // thresholds1_7.z is mid point for intervals (4,5) and (6,7)
187 if (%d <= 3 || t < thresholds1_7.z) {
236 "thresholds1_7", thresholds1_7,
394 SkRect thresholds1_7 = {thresholds[0], thresholds[1], thresholds[2], thresholds[3]},
397 return make_unrolled_colorizer(intervalCount, scales, biases, thresholds1_7, thresholds9_13);