Searched refs:fuzz (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/pixman/dist/test/
H A Dcover-test.c267 pixman_fixed_t fuzz[4]; local in function:test_cover
365 fuzz[i++] = random_offset ();
367 src_transform.matrix[0][2] += fuzz[0];
368 src_transform.matrix[1][2] += fuzz[1];
369 mask_transform.matrix[0][2] += fuzz[2];
370 mask_transform.matrix[1][2] += fuzz[3];
392 printf ("fuzz factors");
394 printf (" %d", fuzz[i++]);
/xsrc/external/mit/freetype/dist/src/pshinter/
H A Dpshglob.c232 /* fuzz-expands the zones as well. */
239 FT_Int fuzz,
317 /* expand top and bottom tables with blue fuzz */
331 zone->org_bottom -= fuzz;
334 /* checking that the interval is smaller than the fuzz */
342 if ( delta / 2 < fuzz )
346 zone[0].org_top = top + fuzz;
347 zone[1].org_bottom = bot - fuzz;
355 zone->org_top = top + fuzz;
234 psh_blues_set_zones(PSH_Blues target,FT_UInt count,FT_Short * blues,FT_UInt count_others,FT_Short * other_blues,FT_Int fuzz,FT_Int family) argument
/xsrc/external/mit/brotli/dist/
H A DREADME.md26 [![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/brotli.svg)](https://oss-fuzz-build-logs.storage.googleapis.com/index.html#brotli)
/xsrc/external/mit/xf86-input-synaptics/dist/src/
H A Deventcomm.c337 * ABS_FOO code and store the information in min, max, fuzz and res.
343 * @param[out] fuzz Fuzz of this axis. If NULL, fuzz is ignored.
351 int *min, int *max, int *fuzz, int *res)
365 /* We dont trust a zero fuzz as it probably is just a lazy value */
366 if (fuzz && abs.fuzz > 0)
367 *fuzz = abs.fuzz;
350 event_get_abs(InputInfoPtr pInfo,int fd,int code,int * min,int * max,int * fuzz,int * res) argument
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.4.rst34 - Amber test leads to NIR validation failed after nir_opt_if (on spirv-fuzz shader)
H A D20.1.6.rst34 - [spirv-fuzz] SPIR-V parsing failed "src->type->type == dest->type->type"
H A D20.1.9.rst36 - \[spirv-fuzz\] Shader generates a wrong image
H A D20.2.1.rst40 - [spirv-fuzz] Shader generates a wrong image
H A D20.2.3.rst36 - [spirv-fuzz] Shader causes an assertion failure in nir_opt_large_constants
H A D21.1.4.rst41 - [spirv-fuzz] SPIR-V parsing FAILED: Invalid back or cross-edge in the CFG
H A D21.3.1.rst35 - [spirv-fuzz] lower_trivial_continues_block: Assertion \`!first_instr || instr_is_continue(first_instr)' failed.
H A D20.3.0.rst91 - \[spirv-fuzz\] Shader causes an assertion failure in nir_opt_large_constants
127 - \[spirv-fuzz\] Shader generates a wrong image
173 - \[spirv-fuzz\] SPIR-V parsing failed "src->type->type == dest->type->type"
H A D20.2.0.rst113 - [spirv-fuzz] SPIR-V parsing failed "src->type->type == dest->type->type"
137 - Amber test leads to NIR validation failed after nir_opt_if (on spirv-fuzz shader)
H A D21.1.0.rst88 - [spirv-fuzz] NIR validation failed after spirv_to_nir: error: nir_block_dominates
H A D21.2.0.rst148 - [spirv-fuzz] SPIR-V parsing FAILED: Invalid back or cross-edge in the CFG

Completed in 39 milliseconds