| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/ |
| H A D | check_output.py | 361 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 D | README.md | 1 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 D | configure.ac | 43 # xkbvleds checks 46 # xkbbell checks 49 # xkbwatch checks
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Dialog.c | 278 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 D | Label.c | 641 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 D | options.mk | 23 ### XXX The configure test checks for pcreposix_regcomp in libpcreposix.
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 18.1.2.rst | 45 - meson: Test for \__atomic_add_fetch in atomic checks 46 - configure.ac: Test for \__atomic_add_fetch in atomic checks
|
| H A D | 10.6.3.rst | 51 - st/vdpau: fix mixer size checks
|
| H A D | 11.0.2.rst | 47 - mesa: Fix order of format+type and internal format checks for
|
| H A D | 18.1.7.rst | 69 - anv/lower_ycbcr: Use the binding array size for bounds checks
|
| H A D | 19.3.1.rst | 67 - anv: fix fence underlying primitive checks
|
| H A D | 10.6.1.rst | 74 - glsl: add version checks to conditionals for builtin variable
|
| H A D | 19.2.8.rst | 79 - anv: fix fence underlying primitive checks
|
| H A D | 10.2.6.rst | 64 - egl: Fix OpenGL ES version checks in \_eglParseContextAttribList()
|
| H A D | 10.3.2.rst | 78 - i965: Fix register write checks.
|
| H A D | 10.4.6.rst | 84 - mesa: Add missing error checks in \_mesa_ProgramBinary
|
| H A D | 10.6.8.rst | 60 - nv30: Fix max width / height checks in nv30 sifm code
|
| /xsrc/external/mit/xfontsel/dist/ |
| H A D | ULabel.c | 668 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 D | sanity-a6xx.lua | 9 -- TODO add more checks
|
| /xsrc/external/mit/libXext/dist/m4/ |
| H A D | ax_gcc_builtin.m4 | 11 # This macro checks if the compiler supports one of GCC's built-in
|
| /xsrc/external/mit/libX11/dist/m4/ |
| H A D | ax_gcc_builtin.m4 | 11 # This macro checks if the compiler supports one of GCC's built-in
|
| /xsrc/external/mit/ctwm/dist/cmake_files/ |
| H A D | find_asciidoc_bits.cmake | 101 # 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 D | configure.ac | 42 # Require xorg-macros minimum of 1.16 for unit testing with memory checks
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| H A D | MESA_shader_debug.spec | 202 The assertMESA function checks if the argument <condition> is
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| H A D | MESA_shader_debug.spec | 202 The assertMESA function checks if the argument <condition> is
|