Home
last modified time | relevance | path

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

/external/skqp/src/gpu/gradients/
DGrUnrolledBinaryGradientColorizer.fp43 // - thresholds9_13.x = boundary between (8,9) and (10,11) -> 9_10
48 in uniform half4 thresholds9_13;
81 // thresholds9_13.y is mid point for intervals (8,11) and (12,15)
82 if (intervalCount <= 6 || t < thresholds9_13.y) {
83 // thresholds9_13.x is mid point for intervals (8,9) and (10,11)
84 if (intervalCount <= 5 || t < thresholds9_13.x) {
94 // thresholds9_13.z is mid point for intervals (12,13) and (14,15)
95 if (intervalCount <= 7 || t < thresholds9_13.z) {
DGrUnrolledBinaryGradientColorizer.h37 const SkRect& thresholds9_13() const { return fThresholds9_13; } in thresholds9_13() function
65 SkRect thresholds9_13) in GrUnrolledBinaryGradientColorizer() argument
85 , fThresholds9_13(thresholds9_13) {} in GrUnrolledBinaryGradientColorizer()
DGrUnrolledBinaryGradientColorizer.cpp62 auto thresholds9_13 = _outer.thresholds9_13(); in emitCode() local
63 (void)thresholds9_13; in emitCode()
237 reinterpret_cast<const float*>(&(_outer.thresholds9_13()))); in onSetData()
/external/skia/src/gpu/gradients/
DGrUnrolledBinaryGradientColorizer.fp43 // - thresholds9_13.x = boundary between (8,9) and (10,11) -> 9_10
48 in uniform half4 thresholds9_13;
81 // thresholds9_13.y is mid point for intervals (8,11) and (12,15)
82 if (intervalCount <= 6 || t < thresholds9_13.y) {
83 // thresholds9_13.x is mid point for intervals (8,9) and (10,11)
84 if (intervalCount <= 5 || t < thresholds9_13.x) {
94 // thresholds9_13.z is mid point for intervals (12,13) and (14,15)
95 if (intervalCount <= 7 || t < thresholds9_13.z) {
DGrUnrolledBinaryGradientColorizer.h37 const SkRect& thresholds9_13() const { return fThresholds9_13; } in thresholds9_13() function
65 SkRect thresholds9_13) in GrUnrolledBinaryGradientColorizer() argument
85 , fThresholds9_13(thresholds9_13) {} in GrUnrolledBinaryGradientColorizer()
DGrUnrolledBinaryGradientColorizer.cpp62 auto thresholds9_13 = _outer.thresholds9_13(); in emitCode() local
63 (void)thresholds9_13; in emitCode()
237 reinterpret_cast<const float*>(&(_outer.thresholds9_13()))); in onSetData()