Lines Matching defs:output

227 // The output buffer must be the same size as the render-target context.
363 // Creates a texture of premul colors used as the output of the fragment processor that precedes
377 // effect configuration, we didn't do anything to ensure the output is actually premul. We just
401 // With the loss of precision of rendering into 32-bit color, then estimating the FP's output
402 // from that, it is not uncommon for a valid output to differ from estimate by up to 0.01
421 // It does this by estimating the pre-modulated fp color from one of the input/output pairs and
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
617 // constant-output or preserving-opacity tests.
650 // Collect first optimization failure message, to be output later as a warning or an
660 GrColor output = readData1[y * kRenderSize + x];
669 outs[0] = output;
680 input, output, x, y);
686 SkPMColor4f output4f = SkPMColor4f::FromBytes_RGBA(output);
699 "Processor claimed output for const input doesn't match "
700 "actual output.\n"
717 input, output);
750 // Print with ERRORF to make sure the encoded image is output
753 SkString output;
754 log_pixels(readData1.data(), kRenderSize, &output);
757 "Output image: %s\n", input.c_str(), output.c_str());
777 SkString output;
778 log_pixels(readData1.data(), kRenderSize, &output);
781 "Output image: %s\n", input.c_str(), output.c_str());
841 "%s produced different output at (%d, %d). "
868 "Orig output image:\n%s\n"
871 "Clone output image:\n%s\n"
874 "Regen output image:\n%s\n",
939 // Render and readback output from the regenerated FP. If this also mismatches, the
940 // FP itself doesn't generate consistent output. This could happen if:
951 ERRORF(reporter, "Regenerated processor output matches original results.\n");