Home
last modified time | relevance | path

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

/external/skia/src/gpu/gradients/
DGrUnrolledBinaryGradientColorizer.fp39 // - thresholds1_7.x = boundary between (0,1) and (2,3) -> 1_2
47 in uniform half4 thresholds1_7;
58 // thresholds1_7.w is mid point for intervals (0,7) and (8,15)
59 if (intervalCount <= 4 || t < thresholds1_7.w) {
60 // thresholds1_7.y is mid point for intervals (0,3) and (4,7)
61 if (intervalCount <= 2 || t < thresholds1_7.y) {
62 // thresholds1_7.x is mid point for intervals (0,1) and (2,3)
63 if (intervalCount <= 1 || t < thresholds1_7.x) {
71 // thresholds1_7.z is mid point for intervals (4,5) and (6,7)
72 if (intervalCount <= 3 || t < thresholds1_7.z) {
DGrUnrolledBinaryGradientColorizer.h36 const SkRect& thresholds1_7() const { return fThresholds1_7; } in thresholds1_7() function
64 SkRect thresholds1_7, in GrUnrolledBinaryGradientColorizer() argument
84 , fThresholds1_7(thresholds1_7) in GrUnrolledBinaryGradientColorizer()
DGrUnrolledBinaryGradientColorizer.cpp60 auto thresholds1_7 = _outer.thresholds1_7(); in emitCode() local
61 (void)thresholds1_7; in emitCode()
235 reinterpret_cast<const float*>(&(_outer.thresholds1_7()))); in onSetData()
/external/skqp/src/gpu/gradients/
DGrUnrolledBinaryGradientColorizer.fp39 // - thresholds1_7.x = boundary between (0,1) and (2,3) -> 1_2
47 in uniform half4 thresholds1_7;
58 // thresholds1_7.w is mid point for intervals (0,7) and (8,15)
59 if (intervalCount <= 4 || t < thresholds1_7.w) {
60 // thresholds1_7.y is mid point for intervals (0,3) and (4,7)
61 if (intervalCount <= 2 || t < thresholds1_7.y) {
62 // thresholds1_7.x is mid point for intervals (0,1) and (2,3)
63 if (intervalCount <= 1 || t < thresholds1_7.x) {
71 // thresholds1_7.z is mid point for intervals (4,5) and (6,7)
72 if (intervalCount <= 3 || t < thresholds1_7.z) {
DGrUnrolledBinaryGradientColorizer.h36 const SkRect& thresholds1_7() const { return fThresholds1_7; } in thresholds1_7() function
64 SkRect thresholds1_7, in GrUnrolledBinaryGradientColorizer() argument
84 , fThresholds1_7(thresholds1_7) in GrUnrolledBinaryGradientColorizer()
DGrUnrolledBinaryGradientColorizer.cpp60 auto thresholds1_7 = _outer.thresholds1_7(); in emitCode() local
61 (void)thresholds1_7; in emitCode()
235 reinterpret_cast<const float*>(&(_outer.thresholds1_7()))); in onSetData()