Home | History | Annotate | Download | only in libtests

Lines Matching defs:match

43  * These defines switch on alternate algorithms for format conversions to match
665 /* Make sure 16 bytes match the given byte. */
753 * images must have been checked for a size match.
1922 * match the above matrix!
2556 /* Eliminate the case where the input and output values match exactly. */
2601 return 1; /* exact match */
2629 /* Handle a component mis-match; log it, just return an error code, or
2639 /* Failure to match and not accumulating, so the error must be logged. */
2755 * matches then we expect the colormaps to match, although this is not
2756 * absolutely necessary for an image match. If the colormaps fail to match
2763 int match;
2775 for (y=0, match=1; y<height && match; ++y, ppa += stridea, ppb += strideb)
2788 match = 0;
2796 /* If the buffers match then the colormaps must too. */
2797 if (match)
2799 /* Do the color-maps match, entry by entry? Only check the 'in_use'
2804 int result = 1; /* match by default */
2859 /* else the image buffers don't match pixel-wise so compare sample values
2926 /* The following are used only if the formats match, except that
2943 alpha_added = 4; /* Won't match an image b channel */
3033 /* If we get to here the fast match failed; do the slow match for this