Searched refs:checks (Results 1 - 25 of 373) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
H A Dcheck_output.py361 def __init__(self, result, variant, checks, output):
364 self.checks = checks
366 self.checks.insert(0, CodeCheck(initial_code, None))
380 def check_output(result, variant, checks, output):
381 state = CheckState(result, variant, checks, output)
383 while len(state.checks):
384 check = state.checks.pop(0)
391 state.checks.insert(0, check)
397 def parse_check(variant, line, checks, po
[all...]
H A DREADME.md1 Tests are wrapped in a `BEGIN_TEST`/`END_TEST` and write data to the `output` file pointer. Tests have checks against the output. They are single line comments prefixed with certain characters:
5 - `;` executes python code to extend the pattern syntax by inserting functions into the variable dictionary, fail the test, insert more checks or consume characters from the output
22 - `s64`, `s96`, `s128`, `v2`, `v3`, etc, expand to a pattern which matches a disassembled instruction's definition or operand. It later checks that the size and alignment is what's expected.
/xsrc/external/mit/xkbutils/dist/
H A Dconfigure.ac43 # xkbvleds checks
46 # xkbbell checks
49 # xkbwatch checks
/xsrc/external/mit/libXaw/dist/src/
H A DDialog.c278 Bool checks[NUM_CHECKS]; local in function:XawDialogSetValues
281 checks[i] = False;
285 checks[ICON] = True;
287 checks[LABEL] = True;
290 if (checks[ICON]) {
314 if (checks[LABEL]) {
H A DLabel.c641 Boolean was_resized = False, redisplay = False, checks[NUM_CHECKS]; local in function:XawLabelSetValues
645 checks[i] = False;
649 checks[PIXMAP] = True;
651 checks[WIDTH] = True;
653 checks[HEIGHT] = True;
683 curlw->label.justify != newlw->label.justify || checks[PIXMAP]) {
690 if (XtHeight(curlw) == XtHeight(reqlw) && !checks[HEIGHT])
696 if (XtWidth(curlw) == XtWidth(reqlw) && !checks[WIDTH])
/xsrc/external/mit/xterm/dist/package/pkgsrc/
H A Doptions.mk23 ### XXX The configure test checks for pcreposix_regcomp in libpcreposix.
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D18.1.2.rst45 - meson: Test for \__atomic_add_fetch in atomic checks
46 - configure.ac: Test for \__atomic_add_fetch in atomic checks
H A D10.6.3.rst51 - st/vdpau: fix mixer size checks
H A D11.0.2.rst47 - mesa: Fix order of format+type and internal format checks for
H A D18.1.7.rst69 - anv/lower_ycbcr: Use the binding array size for bounds checks
H A D19.3.1.rst67 - anv: fix fence underlying primitive checks
H A D10.6.1.rst74 - glsl: add version checks to conditionals for builtin variable
H A D19.2.8.rst79 - anv: fix fence underlying primitive checks
H A D10.2.6.rst64 - egl: Fix OpenGL ES version checks in \_eglParseContextAttribList()
H A D10.3.2.rst78 - i965: Fix register write checks.
H A D10.4.6.rst84 - mesa: Add missing error checks in \_mesa_ProgramBinary
H A D10.6.8.rst60 - nv30: Fix max width / height checks in nv30 sifm code
/xsrc/external/mit/xfontsel/dist/
H A DULabel.c668 Boolean was_resized = False, redisplay = False, checks[NUM_CHECKS]; local in function:SetValues
671 checks[i] = FALSE;
675 checks[PIXMAP] = TRUE;
677 checks[WIDTH] = TRUE;
679 checks[HEIGHT] = TRUE;
711 (curlw->label.justify != newlw->label.justify) || checks[PIXMAP]) {
719 if ((curlw->core.height == reqlw->core.height) && !checks[HEIGHT])
725 if ((curlw->core.width == reqlw->core.width) && !checks[WIDTH])
/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/
H A Dsanity-a6xx.lua9 -- TODO add more checks
/xsrc/external/mit/libXext/dist/m4/
H A Dax_gcc_builtin.m411 # This macro checks if the compiler supports one of GCC's built-in
/xsrc/external/mit/libX11/dist/m4/
H A Dax_gcc_builtin.m411 # This macro checks if the compiler supports one of GCC's built-in
/xsrc/external/mit/ctwm/dist/cmake_files/
H A Dfind_asciidoc_bits.cmake101 # the checks.
103 # Don't really care about the version, so save the extra checks
140 # Don't really care about the version, so save the extra checks
/xsrc/external/mit/libXdmcp/dist/
H A Dconfigure.ac42 # Require xorg-macros minimum of 1.16 for unit testing with memory checks
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_shader_debug.spec202 The assertMESA function checks if the argument <condition> is
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DMESA_shader_debug.spec202 The assertMESA function checks if the argument <condition> is

Completed in 21 milliseconds

1234567891011>>