HomeSort by: relevance | last modified time | path
    Searched defs:options (Results 1 - 25 of 281) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/xf86-video-intel-2014/dist/src/
intel_options.c 46 OptionInfoPtr options; local
49 if (!(options = malloc(sizeof(intel_options))))
52 memcpy(options, intel_options, sizeof(intel_options));
53 xf86ProcessOptions(scrn->scrnIndex, scrn->options, options);
55 return options;
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
main.cpp 40 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 are:\n"
    [all...]
standalone_scaffolding.cpp 265 /* Set up default shader compiler options. */
266 struct gl_shader_compiler_options options; local
267 memset(&options, 0, sizeof(options));
268 options.MaxUnrollIterations = 32;
269 options.MaxIfDepth = UINT_MAX;
272 memcpy(&ctx->Const.ShaderCompilerOptions[sh], &options, sizeof(options));
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_lower_image.c 70 const nir_lower_image_options *options = state; local
77 if (options->lower_cube_size &&
90 nir_lower_image(nir_shader *nir, const nir_lower_image_options *options)
94 nir_metadata_dominance, (void*)options);
nir_lower_bitmap.c 49 * If L8_UNORM, options->swizzle_xxxx is true. Otherwise we can just use
75 const nir_lower_bitmap_options *options)
88 tex_var->data.binding = options->sampler;
113 options->swizzle_xxxx ? 0 : 3));
122 const nir_lower_bitmap_options *options)
129 lower_bitmap(impl->function->shader, &b, options);
137 const nir_lower_bitmap_options *options)
141 lower_bitmap_impl(nir_shader_get_entrypoint(shader), options); local
nir_opt_move.c 55 move_source(nir_src *src, nir_block *block, nir_instr *before, nir_move_options options)
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)
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)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
gl_spirv.c 230 const struct spirv_to_nir_options options = { .debug.func = NULL}; local
235 &options);
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
main.cpp 40 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.glsl_version = strtol(optarg, NULL, 10)
    [all...]
standalone_scaffolding.cpp 265 /* Set up default shader compiler options. */
266 struct gl_shader_compiler_options options; local
267 memset(&options, 0, sizeof(options));
268 options.MaxUnrollIterations = 32;
269 options.MaxIfDepth = UINT_MAX;
272 memcpy(&ctx->Const.ShaderCompilerOptions[sh], &options, sizeof(options));
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
gl_spirv.c 230 const struct spirv_to_nir_options options = { .debug.func = NULL}; local
235 &options);
  /xsrc/external/mit/xf86-video-intel/dist/src/
intel_options.c 51 OptionInfoPtr options; local
54 if (!(options = malloc(sizeof(intel_options))))
57 memcpy(options, intel_options, sizeof(intel_options));
58 xf86ProcessOptions(scrn->scrnIndex, scrn->options, options);
60 return options;
63 Bool intel_option_cast_to_bool(OptionInfoPtr options, int id, Bool val)
66 xf86getBoolValue(&val, xf86GetOptValString(options, id));
110 unsigned intel_option_cast_to_unsigned(OptionInfoPtr options, int id, unsigned val)
113 const char *str = xf86GetOptValString(options, id)
    [all...]
  /xsrc/external/mit/xedit/dist/lisp/modules/progmodes/
python.lsp 36 (defsynoptions *python-DEFAULT-options*
179 (defun python-should-indent (options &aux point start end offset)
180 (when (hash-table-p options)
182 (and (gethash :trim-blank-lines options)
186 (and (gethash :disable-indent options)
195 (and (gethash :only-newline-indent options)
200 (return-from python-should-indent (gethash :newline-indent options)))
223 ((options (syntax-options syntax))
226 (or (python-should-indent options) (return-from python-indent)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_shader_args.h 34 const struct radv_nir_compiler_options *options; member in struct:radv_shader_args
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/
control_flow_tests.cpp 39 static const nir_shader_compiler_options options = { }; local
40 b = nir_builder_init_simple_shader(MESA_SHADER_VERTEX, &options, "cf test");
ssa_def_bits_used_tests.cpp 34 static const nir_shader_compiler_options options = { }; local
35 bld = nir_builder_init_simple_shader(MESA_SHADER_VERTEX, &options,
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
pan_compute.c 65 const struct nir_shader_compiler_options *options = local
68 so->cbase.prog = nir_deserialize(NULL, options, &reader);
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_glsl_to_ir.cpp 75 const struct gl_shader_compiler_options *options = local
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->EmitNoPow ? POW_TO_EXP2 : 0)
    [all...]
st_nir_builtins.c 48 if (nir->options->lower_to_scalar) {
100 const nir_shader_compiler_options *options = local
103 nir_builder b = nir_builder_init_simple_shader(stage, options,
  /xsrc/external/mit/MesaLib/dist/src/util/tests/
xmlconfig.cpp 38 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, "opt"), 2.0)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_lower_bitmap.c 49 * If L8_UNORM, options->swizzle_xxxx is true. Otherwise we can just use
82 const nir_lower_bitmap_options *options)
96 tex_var->data.binding = options->sampler;
121 options->swizzle_xxxx ? 0 : 3));
132 const nir_lower_bitmap_options *options)
139 lower_bitmap(impl->function->shader, &b, options);
147 const nir_lower_bitmap_options *options)
151 lower_bitmap_impl(nir_shader_get_entrypoint(shader), options); local
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/tests/
control_flow_tests.cpp 37 static const nir_shader_compiler_options options = { }; local
38 nir_builder_init_simple_shader(&b, NULL, MESA_SHADER_VERTEX, &options);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
cmdline.c 51 struct standalone_options options = { local
58 prog = standalone_compile_shader(&options, 2, argv, &local_ctx);
84 struct standalone_options options = { local
90 prog = standalone_compile_shader(&options, 1, argv, &local_ctx);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_glsl_to_ir.cpp 69 const struct gl_shader_compiler_options *options = local
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->EmitNoPow ? POW_TO_EXP2 : 0)
    [all...]
st_nir_builtins.c 112 const nir_shader_compiler_options *options = local
115 nir_builder_init_simple_shader(&b, NULL, stage, options);
  /xsrc/external/mit/bitmap/dist/
Dialog.h 45 unsigned long options; member in struct:__anon5313

Completed in 28 milliseconds

1 2 3 4 5 6 7 8 91011>>