Searched refs:options (Results 1 - 25 of 1657) sorted by relevance

1234567891011>>

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dspiceqxl_spice_server.h32 void xspice_set_spice_server_options(OptionInfoPtr options);
H A Dqxl_option_helpers.h7 int get_int_option(OptionInfoPtr options, int token,
10 const char *get_str_option(OptionInfoPtr options, int token,
13 int get_bool_option(OptionInfoPtr options, int token,
H A Dqxl_option_helpers.c13 int get_int_option(OptionInfoPtr options, int token, argument
20 return xf86GetOptValInteger(options, token, &value) ? value : 0;
23 const char *get_str_option(OptionInfoPtr options, int token, argument
29 return xf86GetOptValString(options, token);
32 int get_bool_option(OptionInfoPtr options, int token, argument
38 return xf86ReturnOptValBool(options, token, FALSE);
H A Dspiceqxl_spice_server.c114 void xspice_set_spice_server_options(OptionInfoPtr options) argument
122 int port = get_int_option(options, OPTION_SPICE_PORT, "XSPICE_PORT");
124 get_int_option(options, OPTION_SPICE_TLS_PORT, "XSPICE_TLS_PORT");
126 get_str_option(options, OPTION_SPICE_PASSWORD, "XSPICE_PASSWORD");
128 get_bool_option(options, OPTION_SPICE_DISABLE_TICKETING, "XSPICE_DISABLE_TICKETING");
130 get_str_option(options, OPTION_SPICE_X509_DIR, "XSPICE_X509_DIR");
131 int sasl = get_bool_option(options, OPTION_SPICE_SASL, "XSPICE_SASL");
133 get_str_option(options, OPTION_SPICE_X509_KEY_FILE,
137 get_str_option(options, OPTION_SPICE_X509_CERT_FILE,
141 get_str_option(options, OPTION_SPICE_X509_KEY_PASSWOR
[all...]
/xsrc/external/mit/MesaLib/src/util/
H A Ddriconf_static.h36 const struct driconf_option *options; member in struct:driconf_application
43 const struct driconf_option *options; member in struct:driconf_engine
67 .options = engine_337_options,
870 .options = application_2_options,
875 .options = application_6_options,
880 .options = application_10_options,
885 .options = application_13_options,
890 .options = application_16_options,
895 .options = application_19_options,
900 .options
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.h33 const nir_shader_compiler_options *options);
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dati.h34 extern void ati_gdev_subdriver(pointer options);
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dati.h34 extern void ati_gdev_subdriver(pointer options);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_to_nir.h34 const nir_shader_compiler_options *options);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_driconf.h35 u_driconf_fill_st_options(struct st_config_options *options,
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dmain.cpp40 static struct standalone_options options; variable in typeref:struct:standalone_options
43 { "dump-ast", no_argument, &options.dump_ast, 1 },
44 { "dump-hir", no_argument, &options.dump_hir, 1 },
45 { "dump-lir", no_argument, &options.dump_lir, 1 },
46 { "dump-builder", no_argument, &options.dump_builder, 1 },
47 { "link", no_argument, &options.do_link, 1 },
48 { "just-log", no_argument, &options.just_log, 1 },
49 { "lower-precision", no_argument, &options.lower_precision, 1 },
62 "usage: %s [options] <file.vert | file.tesc | file.tese | file.geom | file.frag | file.comp>\n"
64 "Possible options ar
[all...]
H A Dglsl_to_nir.h42 const nir_shader_compiler_options *options);
45 const nir_shader_compiler_options *options);
/xsrc/external/mit/xorg-server/dist/test/
H A Dxfree86.c41 XF86OptionPtr options; local in function:xfree86_option_list_duplicate
51 options = xf86AddNewOption(NULL, o1, v1);
52 assert(options);
53 options = xf86AddNewOption(options, o2, v2);
54 assert(options);
55 options = xf86AddNewOption(options, o_null, NULL);
56 assert(options);
58 duplicate = xf86OptionListDuplicate(options);
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dmain.cpp40 static struct standalone_options options; variable in typeref:struct:standalone_options
43 { "dump-ast", no_argument, &options.dump_ast, 1 },
44 { "dump-hir", no_argument, &options.dump_hir, 1 },
45 { "dump-lir", no_argument, &options.dump_lir, 1 },
46 { "dump-builder", no_argument, &options.dump_builder, 1 },
47 { "link", no_argument, &options.do_link, 1 },
48 { "just-log", no_argument, &options.just_log, 1 },
61 "usage: %s [options] <file.vert | file.tesc | file.tese | file.geom | file.frag | file.comp>\n"
63 "Possible options are:\n";
84 options
[all...]
H A Dglsl_to_nir.h42 const nir_shader_compiler_options *options);
45 const nir_shader_compiler_options *options);
/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
H A Dcffdump.c51 static struct cffdec_options options = { variable in typeref:struct:cffdec_options
119 { "dump-shaders", no_argument, &options.dump_shaders, 1 },
120 { "no-color", no_argument, &options.color, 0 },
121 { "color", no_argument, &options.color, 1 },
124 { "textures", no_argument, &options.dump_textures, 1 },
126 { "query-all", no_argument, &options.query_mode, QUERY_ALL },
127 { "query-written", no_argument, &options.query_mode, QUERY_WRITTEN },
128 { "query-delta", no_argument, &options.query_mode, QUERY_DELTA },
129 { "query-compare", no_argument, &options.query_compare, 1 },
130 { "once", no_argument, &options
[all...]
/xsrc/external/mit/brotli/dist/python/
H A Dbro.py120 options = parser.parse_args(args=args)
122 if options.infile:
123 if not os.path.isfile(options.infile):
124 parser.error('file "%s" not found' % options.infile)
125 with open(options.infile, 'rb') as infile:
134 if options.outfile:
135 if os.path.isfile(options.outfile) and not options.force:
137 outfile = open(options.outfile, 'wb')
142 if options
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_move.c55 move_source(nir_src *src, nir_block *block, nir_instr *before, nir_move_options options) argument
62 if (src_instr->block == block && nir_can_move_instr(src_instr, options)) {
77 nir_move_options options; member in struct:source_cb_data
86 if (move_source(src, instr->block, instr, data.options))
93 move(nir_block *block, nir_move_options options) argument
111 progress |= move_source(&iff->condition, block, NULL, options);
133 progress |= move_source(&alu->src[i].src, block, instr, options);
138 data.options = options;
147 nir_opt_move(nir_shader *shader, nir_move_options options) argument
[all...]
H A Dnir_serialize.h36 const struct nir_shader_compiler_options *options,
/xsrc/external/mit/xorg-server.old/dist/config/
H A Dconfig.c126 add_option(InputOption **options, const char *key, const char *value) argument
131 for (; *options; options = &(*options)->next)
133 *options = calloc(sizeof(**options), 1);
134 if (!*options) /* Yeesh. */
136 (*options)->key = strdup(key);
137 (*options)->value = strdup(value);
138 (*options)
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_ir.cpp69 const struct gl_shader_compiler_options *options = local in function:st_link_shader
75 if (options->EmitNoIndirectInput || options->EmitNoIndirectOutput ||
76 options->EmitNoIndirectTemp || options->EmitNoIndirectUniform) {
78 options->EmitNoIndirectInput,
79 options->EmitNoIndirectOutput,
80 options->EmitNoIndirectTemp,
81 options->EmitNoIndirectUniform);
134 (options
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_ir.cpp75 const struct gl_shader_compiler_options *options = local in function:st_link_shader
81 if (options->EmitNoIndirectInput || options->EmitNoIndirectOutput ||
82 options->EmitNoIndirectTemp || options->EmitNoIndirectUniform) {
84 options->EmitNoIndirectInput,
85 options->EmitNoIndirectOutput,
86 options->EmitNoIndirectTemp,
87 options->EmitNoIndirectUniform);
140 (options
[all...]
/xsrc/external/mit/MesaLib/dist/src/util/tests/
H A Dxmlconfig.cpp38 driOptionCache options; member in class:xmlconfig_test
56 options = {};
61 driDestroyOptionInfo(&options);
74 driParseOptionInfo(&options, driconf, ARRAY_SIZE(driconf));
76 EXPECT_EQ(driQueryOptionb(&options, "glsl_zero_init"), false);
77 EXPECT_EQ(driQueryOptionb(&options, "always_have_depth_buffer"), true);
86 driParseOptionInfo(&options, driconf, ARRAY_SIZE(driconf));
88 EXPECT_EQ(driQueryOptioni(&options, "opt"), 2);
97 driParseOptionInfo(&options, driconf, ARRAY_SIZE(driconf));
99 EXPECT_EQ(driQueryOptionf(&options, "op
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_cull.c120 LLVMValueRef small_prim_precision, struct ac_cull_options *options,
125 if (!options->cull_view_xy && !options->cull_view_near_z && !options->cull_view_far_z &&
126 !options->cull_small_prims) {
138 for (unsigned chan = 0; chan < (options->cull_view_near_z ||
139 options->cull_view_far_z ? 3 : 2); chan++) {
140 assert(options->num_vertices >= 2);
144 if (options->num_vertices == 3) {
151 if (options
117 cull_bbox(struct ac_llvm_context * ctx,LLVMValueRef pos[3][4],LLVMValueRef initially_accepted,struct ac_position_w_info * w,LLVMValueRef vp_scale[2],LLVMValueRef vp_translate[2],LLVMValueRef small_prim_precision,struct ac_cull_options * options,ac_cull_accept_func accept_func,void * userdata) argument
230 ac_cull_primitive(struct ac_llvm_context * ctx,LLVMValueRef pos[3][4],LLVMValueRef initially_accepted,LLVMValueRef vp_scale[2],LLVMValueRef vp_translate[2],LLVMValueRef small_prim_precision,struct ac_cull_options * options,ac_cull_accept_func accept_func,void * userdata) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_serialize.h36 const struct nir_shader_compiler_options *options,

Completed in 40 milliseconds

1234567891011>>