Searched refs:choices (Results 1 - 25 of 172) sorted by relevance

1234567

/xsrc/external/mit/MesaLib.old/dist/bin/
H A Dmeson-options.py44 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 Dmeson-options.py44 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 Dcommit_in_branch.py123 choices=['auto', 'always', 'never'],
H A Dkhronos-update.py196 # where having `choices` breaks `nargs='*'`:
198 choices=[group['api'] for group in SOURCES] + [[]],
/xsrc/external/mit/brotli/dist/python/
H A Dbro.py89 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 Dgen_knobs.h103 % 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 Dgen_knobs.h103 % 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 Dchoose.c245 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 Dparse_modules_cfg.py117 choices=(
/xsrc/external/mit/xf86-video-qxl/dist/scripts/
H A DXspice87 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 Dgl_table.py185 choices=['table', 'remap_table'],
H A DglX_proto_recv.py533 choices=['dispatch_c', 'dispatch_h'],
H A DglX_proto_size.py657 choices=['size_c', 'size_h', 'reqsize_c', 'reqsize_h'],
H A DglX_proto_send.py1132 choices=frozenset(['proto', 'init_c', 'init_h']),
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/
H A Dgl_table.py190 choices=['table', 'remap_table'],
H A DglX_proto_recv.py533 choices=['dispatch_c', 'dispatch_h'],
H A DglX_proto_size.py655 choices=['size_c', 'size_h', 'reqsize_c', 'reqsize_h'],
H A DglX_proto_send.py1128 choices=frozenset(['proto', 'init_c', 'init_h']),
/xsrc/external/mit/xkeyboard-config/dist/rules/compat/
H A Dmap-variants.py130 choices=['mls', 'mlvs'])
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_blend_equation_advanced.cpp330 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 Dlower_blend_equation_advanced.cpp330 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 Dgen_egl_dispatch.py48 parser.add_argument("target", choices=("header", "source"),
/xsrc/external/mit/MesaLib/dist/src/egl/generate/
H A Dgen_egl_dispatch.py48 parser.add_argument("target", choices=("header", "source"),
/xsrc/external/mit/libepoxy/dist/
H A DREADME.md104 context or window system it chooses, not based on link time choices.
/xsrc/external/mit/MesaLib/dist/src/amd/registers/
H A Dmakeregheader.py363 parser.add_argument('--sort', choices=['name', 'address'], default='address',

Completed in 24 milliseconds

1234567