Searched refs:thresholds1_7 (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/gpu/gradients/generated/ |
D | GrUnrolledBinaryGradientColorizer.h | 46 SkRect thresholds1_7; variable 67 SkRect thresholds1_7, in GrUnrolledBinaryGradientColorizer() argument 87 , thresholds1_7(thresholds1_7) in GrUnrolledBinaryGradientColorizer()
|
D | GrUnrolledBinaryGradientColorizer.cpp | 62 auto thresholds1_7 = _outer.thresholds1_7; in emitCode() local 63 (void)thresholds1_7; in emitCode() 272 thresholds1_7Var, 1, reinterpret_cast<const float*>(&(_outer.thresholds1_7))); in onSetData() 324 if (thresholds1_7 != that.thresholds1_7) return false; in onIsEqual() 348 , thresholds1_7(src.thresholds1_7) in GrUnrolledBinaryGradientColorizer() 432 thresholds1_7.left(), in onDumpInfo() 433 thresholds1_7.top(), in onDumpInfo() 434 thresholds1_7.right(), in onDumpInfo() 435 thresholds1_7.bottom(), in onDumpInfo()
|
/external/skqp/src/gpu/gradients/ |
D | GrUnrolledBinaryGradientColorizer.fp | 39 // - 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) {
|
D | GrUnrolledBinaryGradientColorizer.h | 36 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()
|
D | GrUnrolledBinaryGradientColorizer.cpp | 60 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/skia/src/gpu/gradients/ |
D | GrUnrolledBinaryGradientColorizer.fp | 39 // - 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) {
|