| /xsrc/external/mit/xf86-video-qxl/dist/scripts/ |
| Xspice | 58 parser.add_argument('--xorg', default=which('Xorg'), help='specify the path to the Xorg binary') 59 parser.add_argument('--config', default='spiceqxl.xorg.conf', help='specify the path to the Xspice configuration') 60 parser.add_argument('--auto', action='store_true', help='automatically create a temporary xorg.conf and start the X server') 61 parser.add_argument('--xsession', help='if given, will run after Xorg launch. Should be a program like x-session-manager') 64 add_boolean('--disable-ticketing', help="do not require a client password") 65 parser.add_argument('--password', help="set the password required to connect to the server") 66 add_boolean('--sasl', help="use SASL to authenticate to the server") 69 parser.add_argument('--port', type=int, help="use the specified port as Spice's regular unencrypted port") 70 parser.add_argument('--tls-port', type=int, help='use the specified port as a TLS (encrypted) port', default=0) 71 parser.add_argument('--x509-dir', help="set the directory where the CA certificate, server key and server certificate are searched for TL (…) 88 help="set jpeg wan compression") variable 91 help="set zlib glz wan compressions") variable 95 help="set image compression") variable 99 help='set the streaming video method') variable [all...] |
| /xsrc/external/mit/freetype/dist/builds/meson/ |
| extract_libtool_version.py | 55 help="Only print the major version number.", 60 help="Only print the minor version number.", 65 help="Only print the patch version number.", 70 help="Only print the libtool library suffix.", 76 help="The input configure.raw file to parse.",
|
| extract_freetype_version.py | 69 help="Only print the major version number.", 74 help="Only print the minor version number.", 79 help="Only print the patch version number.", 85 help="The input freetype.h header to parse.",
|
| process_ftoption_h.py | 24 "input", metavar="FTOPTION_H", help="Path to input ftoption.h file." 27 parser.add_argument("--output", help="Output to file instead of stdout.") 33 help="Enable a given build option (e.g. FT_CONFIG_OPTION_USE_LZW).", 40 help="Disable a given build option.",
|
| generate_reference_docs.py | 19 help="Top-level FreeType source directory.", 23 "--version", required=True, help='FreeType version (e.g. "2.x.y").' 27 "--output-dir", required=True, help="Output directory."
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| intel_stub_gpu.in | 14 --help Display this help message and exit 46 --help)
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/ |
| gen-symbol-redefs.py | 37 help='libdrivername.a file to read') variable 40 help='New prefix to give non-driver global symbols') variable 44 help='driver-specific prefixes') variable
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| radv_icd.py | 30 parser.add_argument('--out', help='Output json file.', required=True) 31 parser.add_argument('--lib-path', help='Path to libvulkan_radeon.so')
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| tu_icd.py | 30 parser.add_argument('--out', help='Output json file.', required=True) 31 parser.add_argument('--lib-path', help='Path to libvulkan_freedreno.so')
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| anv_icd.py | 31 parser.add_argument('--out', help='Output jsono file.', required=True) 32 parser.add_argument('--lib-path', help='Path to libvulkan_intel.so')
|
| anv_extensions_gen.py | 187 parser.add_argument('--out-c', help='Output C file.') 188 parser.add_argument('--out-h', help='Output H file.') 190 help='Vulkan API XML file.', variable
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/ |
| report-flakes.py | 75 help='IRC server hostname', required=True) 77 help='IRC server port', required=True) 79 help='results.csv file from deqp-runner or piglit-runner', required=True) 81 help='*-flakes.txt file passed to deqp-runner or piglit-runner', required=True) 83 help='Known flakes report channel', required=True) 85 help='$CI_JOB_URL', required=True) 87 help='$CI_RUNNER_DESCRIPTION', required=True) 89 help='optional branch name') 91 help='optional branch title') 93 help='$CI_JOB_ID', required=True [all...] |
| /xsrc/external/mit/MesaLib/dist/src/vulkan/util/ |
| vk_icd_gen.py | 44 help='Vulkan API version.') variable 46 help='Vulkan registry XML for patch version') variable 48 help='Path to installed library') variable 50 help='Output json file.') variable
|
| vk_entrypoints_gen.py | 188 parser.add_argument('--out-c', required=True, help='Output C file.') 189 parser.add_argument('--out-h', required=True, help='Output H file.') 191 help='Vulkan API XML file.', 193 parser.add_argument('--proto', help='Generate entrypoint prototypes', 195 parser.add_argument('--weak', help='Generate weak entrypoint declarations', 198 help='Prefix to use for all dispatch tables.', 201 help='Prefix to use for device dispatch tables.',
|
| vk_commands_gen.py | 105 parser.add_argument('--out-c', required=True, help='Output C file.') 107 help='Vulkan API XML file.', 110 help='Prefix to use for all dispatch tables.',
|
| vk_extensions_gen.py | 240 parser.add_argument('--out-c', help='Output C file.') 241 parser.add_argument('--out-h', help='Output H file.') 243 help='Vulkan API XML file.', variable
|
| /xsrc/external/mit/brotli/dist/python/ |
| bro.py | 61 help='Input file', 69 help='Output file', 75 help='Overwrite existing output file', 81 help='Decompress input file', 90 help='The compression mode can be 0 for generic input, ' 99 help='Controls the compression-speed vs compression-density ' 107 help='Base 2 logarithm of the sliding window size. Range is ' 114 help='Base 2 logarithm of the maximum input block size. '
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/bare-metal/ |
| poe_run.py | 81 parser.add_argument('--dev', type=str, help='Serial device to monitor', required=True) 82 parser.add_argument('--powerup', type=str, help='shell command for rebooting', required=True) 83 parser.add_argument('--powerdown', type=str, help='shell command for powering off', required=True) 85 help='time in seconds to wait for activity', required=False)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/ |
| gen_knobs.py | 32 parser.add_argument("--output", "-o", help="Path to output file", required=True) 33 parser.add_argument("--gen_h", "-gen_h", help="Generate gen_knobs.h", action="store_true", default=False) 34 parser.add_argument("--gen_cpp", "-gen_cpp", help="Generate gen_knobs.cpp", action="store_true", required=False)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/ |
| gen_knobs.py | 33 parser.add_argument("--output", "-o", help="Path to output file", required=True) 34 parser.add_argument("--gen_h", "-gen_h", help="Generate gen_knobs.h", action="store_true", default=False) 35 parser.add_argument("--gen_cpp", "-gen_cpp", help="Generate gen_knobs.cpp", action="store_true", required=False)
|
| /xsrc/external/mit/pixman/dist/test/ |
| lowlevel_blt_bench_compare.py | 102 help="Path to the first benchmark log file.", variable 107 help="Path to the second benchmark log file (optional).", variable 113 help="Export the parsed results to a CSV file.", variable 119 help="Don't print results (useful with --export-csv).", variable 125 help="Print table in color.", variable 131 help="Comma-separated list of columns to disable (e.g., 'L1,L2,M').", variable 138 help="Speedup values for color breaks (up to 6).", variable
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/tests/ |
| run-test.py | 20 help='path to i965_asm binary') variable 22 help='name of the hardware generation (as understood by i965_asm)') variable 25 help='name of the folder for the generation') variable
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| xxd.py | 32 parser.add_argument('input', help="Name of input file") 33 parser.add_argument('output', help="Name of output file") 35 help="Name of C variable")
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| xxd.py | 34 parser.add_argument('input', help="Name of input file") 35 parser.add_argument('output', help="Name of output file") 37 help="Name of C variable")
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/ |
| intel_dump_gpu.in | 23 --help Display this help message and exit 92 --help)
|