Lines Matching defs:input
206 // Delta must be less than 0.5 to prevent over/underflow issues with the input color
216 // to use the input color's alpha in its calculation and report this optimization.
351 // Creates an array of color values from input_texel_color(), to be used as an input texture.
374 // We tag logged data as unpremul to avoid conversion when encoding as PNG. The input texture
376 // a "unpremul" SurfaceDrawContext, our input texture is unpremul and outside of the random
414 // Given three input colors (color preceding the FP being tested) provided to the FP at the same
421 // It does this by estimating the pre-modulated fp color from one of the input/output pairs and
423 // It is required that the three input colors have the same alpha as fp is allowed to be a function
424 // of the input alpha (but not r, g, or b).
432 // This test is only valid if all the input alphas are the same.
435 // Reconstruct the output of the FP before the shader modulated its color with the input value.
436 // When the original input is very small, it may cause the final output color to round
455 // With reconstructed pre-modulated FP output, derive the expected value of fp * input for each
456 // of the transformed input colors.
462 // If the input alpha is 0 then the other channels should also be zero
532 // Coverage optimization uses three frames with a linearly transformed input texture. The first
615 // Create and render two identical versions of this FP, but using different input
659 GrColor input = inputPixels1[y * kRenderSize + x];
664 ins[0] = input;
680 input, output, x, y);
685 SkPMColor4f input4f = SkPMColor4f::FromBytes_RGBA(input);
699 "Processor claimed output for const input doesn't match "
701 "Error: %f, Tolerance: %f, input: (%f, %f, %f, %f), "
717 input, output);
751 SkString input;
752 log_texture_view(context, inputTexture1, &input);
757 "Output image: %s\n", input.c_str(), output.c_str());
775 SkString input;
776 log_texture_view(context, inputTexture1, &input);
781 "Output image: %s\n", input.c_str(), output.c_str());