HomeSort by: relevance | last modified time | path
    Searched refs:choices (Results 1 - 25 of 166) sorted by relevancy

1 2 3 4 5 6 7

  /xsrc/external/mit/MesaLib/dist/bin/
meson-options.py 44 choices = '[' + ', '.join(["'" + v + "'" for v in value.choices]) + ']'
48 "You can set it to any one of those values: " + choices)
50 choices = '[' + ', '.join(["'" + v + "'" for v in value.choices]) + ']'
55 "You can set it to one or more of those values: " + choices)
commit_in_branch.py 123 choices=['auto', 'always', 'never'], variable
khronos-update.py 196 # where having `choices` breaks `nargs='*'`:
198 choices=[group['api'] for group in SOURCES] + [[]],
  /xsrc/external/mit/MesaLib.old/dist/bin/
meson-options.py 44 choices = '[' + ', '.join(["'" + v + "'" for v in value.choices]) + ']'
48 "You can set it to any one of those values: " + choices)
50 choices = '[' + ', '.join(["'" + v + "'" for v in value.choices]) + ']'
55 "You can set it to one or more of those values: " + choices)
  /xsrc/external/mit/freetype/dist/
meson_options.txt 17 choices: ['disabled', 'auto', 'builtin', 'system'],
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/
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.old/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/
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/brotli/dist/python/
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/xdm/dist/xdm/
choose.c 245 static ChoicePtr choices; variable
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/MesaLib/dist/src/mapi/glapi/gen/
gl_table.py 190 choices=['table', 'remap_table'],
glX_proto_recv.py 533 choices=['dispatch_c', 'dispatch_h'],
glX_proto_size.py 655 choices=['size_c', 'size_h', 'reqsize_c', 'reqsize_h'],
  /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/
gl_table.py 185 choices=['table', 'remap_table'],
glX_proto_recv.py 533 choices=['dispatch_c', 'dispatch_h'],
glX_proto_size.py 657 choices=['size_c', 'size_h', 'reqsize_c', 'reqsize_h'],
  /xsrc/external/mit/freetype/dist/builds/meson/
parse_modules_cfg.py 117 choices=(
  /xsrc/external/mit/xf86-video-qxl/dist/scripts/
Xspice 87 choices=wan_compression_options, variable
90 choices=wan_compression_options, variable
93 choices = ['off', 'auto_glz', 'auto_lz', 'quic', variable
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/xkeyboard-config/dist/rules/compat/
map-variants.py 130 choices=['mls', 'mlvs']) variable
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
lower_blend_equation_advanced.cpp 330 unsigned choices = blend_qualifiers; local
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/
lower_blend_equation_advanced.cpp 330 unsigned choices = blend_qualifiers; local
331 while (choices) {
333 (1u << u_bit_scan(&choices));
  /xsrc/external/mit/MesaLib/dist/src/egl/generate/
gen_egl_dispatch.py 48 parser.add_argument("target", choices=("header", "source"),
  /xsrc/external/mit/MesaLib.old/dist/src/egl/generate/
gen_egl_dispatch.py 48 parser.add_argument("target", choices=("header", "source"),
  /xsrc/external/mit/MesaLib/dist/src/amd/registers/
makeregheader.py 363 parser.add_argument('--sort', choices=['name', 'address'], default='address',
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
MESA_query_renderer.spec 39 gathered at this stage may guide choices the application makes about
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/
MESA_query_renderer.spec 39 gathered at this stage may guide choices the application makes about

Completed in 29 milliseconds

1 2 3 4 5 6 7