Home
last modified time | relevance | path

Searched refs:perfect (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/tests/
H A DBlendTest.cpp65 // These are fine to use, but not perfect. in DEF_TEST()
75 int (*perfect[])(int, int) = { in DEF_TEST()
80 for (auto multiply : perfect) { REPORTER_ASSERT(r, test(multiply).diffs == 0); } in DEF_TEST()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dtransupp.h134 boolean perfect; /* if TRUE, fail if partial MCUs are requested */ member
H A Djpegtran.c80 fprintf(stderr, " -perfect Fail if there is non-transformable edge blocks\n"); in usage()
160 transformoption.perfect = FALSE; in parse_switches()
320 } else if (keymatch(arg, "perfect", 2)) { in parse_switches()
323 transformoption.perfect = TRUE; in parse_switches()
628 /* Fail right away if -perfect is given and transformation is not perfect. in jpegtran()
631 fprintf(stderr, "%s: transformation is not perfect\n", progname); in jpegtran()
H A Dtransupp.c1485 * This function returns FALSE right away if -perfect is given
1486 * and transformation is not perfect. Otherwise returns TRUE.
1519 /* Return right away if -perfect is given and transformation is not perfect. in GLOBAL()
1521 if (info->perfect) { in GLOBAL()
2262 * TRUE = perfect transformation possible
2263 * FALSE = perfect transformation not possible
H A Dturbojpeg.c1935 xinfo[i].perfect = (t[i].options & TJXOPT_PERFECT) ? 1 : 0; in tjTransform()
1965 THROW("tjTransform(): Transform is not perfect"); in tjTransform()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp857 OpRef perfect(ShuffleMask SM, OpRef Va, ResultStack &Results);
1232 OpRef P = perfect(SM, Va, Results);
1293 OpRef R = perfect(SM, Va, Results);
1670 OpRef HvxSelector::perfect(ShuffleMask SM, OpRef Va, ResultStack &Results) {
1693 // Check if this could be a perfect shuffle, or a combination of perfect
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c1548 bool perfect = sctx->num_perfect_occlusion_queries > 0; in si_emit_db_render_state() local
1549 bool gfx10_perfect = sctx->gfx_level >= GFX10 && perfect; in si_emit_db_render_state()
1554 db_count_control = S_028004_PERFECT_ZPASS_COUNTS(perfect) | in si_emit_db_render_state()
1559 db_count_control = S_028004_PERFECT_ZPASS_COUNTS(perfect) | in si_emit_db_render_state()
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex235 % aren't perfect, it's not the end of the world, being an error message,
797 \def\parseinmargin#1,#2,#3\finish{% not perfect, but better than nothing.
3115 % This positioning is not perfect (see the ogonek LaTeX package), but
4949 % to column. It still won't often be perfect, because of the stretch

Completed in 28 milliseconds