| /xsrc/external/mit/MesaLib.old/dist/bin/ |
| H A D | meson-options.py | 44 choices = '[' + ', '.join(["'" + v + "'" for v in value.choices]) + ']' variable 48 "You can set it to any one of those values: " + choices) 50 choices = '[' + ', '.join(["'" + v + "'" for v in value.choices]) + ']' variable 55 "You can set it to one or more of those values: " + choices)
|
| /xsrc/external/mit/MesaLib/dist/bin/ |
| H A D | meson-options.py | 44 choices = '[' + ', '.join(["'" + v + "'" for v in value.choices]) + ']' variable 48 "You can set it to any one of those values: " + choices) 50 choices = '[' + ', '.join(["'" + v + "'" for v in value.choices]) + ']' variable 55 "You can set it to one or more of those values: " + choices)
|
| H A D | commit_in_branch.py | 123 choices=['auto', 'always', 'never'],
|
| H A D | khronos-update.py | 196 # where having `choices` breaks `nargs='*'`: 198 choices=[group['api'] for group in SOURCES] + [[]],
|
| /xsrc/external/mit/brotli/dist/python/ |
| H A D | bro.py | 89 choices=[0, 1, 2], 98 choices=list(range(0, 12)), 106 choices=list(range(10, 25)), 113 choices=[0] + list(range(16, 25)),
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/ |
| H A D | gen_knobs.h | 103 % if knob[1].get('choices'): 105 choices = knob[1].get('choices') 106 _max_len = calc_max_name_len(choices) %>// 107 % for i in range(len(choices)): 108 // ${choices[i]['name']}${space_name(choices[i]['name'], _max_len)} = ${format(choices[i]['value'], '#010x')}
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/ |
| H A D | gen_knobs.h | 103 % if knob[1].get('choices'): 105 choices = knob[1].get('choices') 106 _max_len = calc_max_name_len(choices) %>// 107 % for i in range(len(choices)): 108 // ${choices[i]['name']}${space_name(choices[i]['name'], _max_len)} = ${format(choices[i]['value'], '#010x')}
|
| /xsrc/external/mit/xdm/dist/xdm/ |
| H A D | choose.c | 245 static ChoicePtr choices; variable in typeref:typename:ChoicePtr 257 for (c = choices; c; c = next) 269 choices = next; 295 for (c = choices; c; c = c->next) { 327 c->next = choices; 328 choices = c; 343 for (c = choices; c; c = c->next) 351 choices = c->next;
|
| /xsrc/external/mit/freetype/dist/builds/meson/ |
| H A D | parse_modules_cfg.py | 117 choices=(
|
| /xsrc/external/mit/xf86-video-qxl/dist/scripts/ |
| H A D | Xspice | 87 choices=wan_compression_options, 90 choices=wan_compression_options, 93 choices = ['off', 'auto_glz', 'auto_lz', 'quic', 98 parser.add_argument('--streaming-video', choices=['off', 'all', 'filter'], 120 #parser.add_argument('--playback-compression', choices=['0', '1'], help='enabled by default')
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/ |
| H A D | gl_table.py | 185 choices=['table', 'remap_table'],
|
| H A D | glX_proto_recv.py | 533 choices=['dispatch_c', 'dispatch_h'],
|
| H A D | glX_proto_size.py | 657 choices=['size_c', 'size_h', 'reqsize_c', 'reqsize_h'],
|
| H A D | glX_proto_send.py | 1132 choices=frozenset(['proto', 'init_c', 'init_h']),
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/ |
| H A D | gl_table.py | 190 choices=['table', 'remap_table'],
|
| H A D | glX_proto_recv.py | 533 choices=['dispatch_c', 'dispatch_h'],
|
| H A D | glX_proto_size.py | 655 choices=['size_c', 'size_h', 'reqsize_c', 'reqsize_h'],
|
| H A D | glX_proto_send.py | 1128 choices=frozenset(['proto', 'init_c', 'init_h']),
|
| /xsrc/external/mit/xkeyboard-config/dist/rules/compat/ |
| H A D | map-variants.py | 130 choices=['mls', 'mlvs'])
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | lower_blend_equation_advanced.cpp | 330 unsigned choices = blend_qualifiers; local in function:calc_blend_result 331 while (choices) { 332 enum gl_advanced_blend_mode choice = (enum gl_advanced_blend_mode)u_bit_scan(&choices);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | lower_blend_equation_advanced.cpp | 330 unsigned choices = blend_qualifiers; local in function:calc_blend_result 331 while (choices) { 333 (1u << u_bit_scan(&choices));
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/generate/ |
| H A D | gen_egl_dispatch.py | 48 parser.add_argument("target", choices=("header", "source"),
|
| /xsrc/external/mit/MesaLib/dist/src/egl/generate/ |
| H A D | gen_egl_dispatch.py | 48 parser.add_argument("target", choices=("header", "source"),
|
| /xsrc/external/mit/libepoxy/dist/ |
| H A D | README.md | 104 context or window system it chooses, not based on link time choices.
|
| /xsrc/external/mit/MesaLib/dist/src/amd/registers/ |
| H A D | makeregheader.py | 363 parser.add_argument('--sort', choices=['name', 'address'], default='address',
|