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

1 2

  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_nir_builtins.c 57 const struct nir_lower_tex_options opts = { .lower_rect = true, }; local
58 NIR_PASS_V(nir, nir_lower_tex, &opts);
st_glsl_to_nir.cpp 470 * info on varyings, etc after NIR link time opts have been applied.
797 static const gl_nir_linker_options opts = { local
800 if (!gl_nir_link_spirv(ctx, shader_program, &opts))
1041 struct nir_lower_tex_options opts = { 0 }; local
1043 opts.lower_rect = true;
1045 NIR_PASS_V(nir, nir_lower_tex, &opts);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
program.hpp 51 void compile(const ref_vector<device> &devs, const std::string &opts,
53 void link(const ref_vector<device> &devs, const std::string &opts,
62 build(const module &m = {}, const std::string &opts = {},
63 const std::string &log = {}) : binary(m), opts(opts), log(log) {}
69 std::string opts; member in struct:clover::program::build
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
program.hpp 54 void compile(const ref_vector<device> &devs, const std::string &opts,
56 void link(const ref_vector<device> &devs, const std::string &opts,
65 build(const binary &b = {}, const std::string &opts = {},
66 const std::string &log = {}) : bin(b), opts(opts), log(log) {}
72 std::string opts; member in struct:clover::program::build
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
gmemtool.c 105 static const struct option opts[] = { variable in typeref:struct:option
134 while ((c = getopt_long(argc, argv, "g:hv", opts, NULL)) != -1) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/
program.cpp 181 const auto opts = std::string(p_opts ? p_opts : "") + " " + local
187 prog.compile(devs, opts);
188 prog.link(devs, opts, { prog });
214 const auto opts = std::string(p_opts ? p_opts : "") + " " + local
237 prog.compile(devs, opts, headers);
254 const std::string &opts) {
257 opts.find("-create-library") != std::string::npos;
259 opts.find("-enable-link-options") != std::string::npos;
261 opts.find("-cl-denorms-are-zero") != std::string::npos ||
262 opts.find("-cl-no-signed-zeroes") != std::string::npos |
336 const auto opts = std::string(p_opts ? p_opts : "") + " " + local
    [all...]
  /xsrc/external/mit/libxkbui/dist/src/
XKBuiPriv.h 42 XkbUI_ViewOptsRec opts; member in struct:_XkbUI_View
  /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
cffdump.c 117 static const struct option opts[] = { variable in typeref:struct:option
118 /* Long opts that simply set a flag (no corresponding short alias: */
134 /* Long opts with short alias: */
161 while ((c = getopt_long(argc, argv, "vsaS:E:F:D:e:L:q:h", opts, NULL)) !=
crashdec.c 1065 static const struct option opts[] = { variable in typeref:struct:option
1100 while ((c = getopt_long(argc, argv, "acf:hmsv", opts, NULL)) != -1) {
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_link.cpp 272 static const gl_nir_linker_options opts = { local
275 if (!gl_nir_link_spirv(ctx, shProg, &opts))
  /xsrc/external/mit/MesaLib/dist/src/microsoft/spirv_to_dxil/
spirv_to_dxil.c 313 struct nir_to_dxil_options opts = {.vulkan_environment = true}; local
316 if (!nir_to_dxil(nir, &opts, &dxil_blob)) {
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/
vidmem.c 141 static const OptionInfoRec opts[] = variable
153 options = xnfalloc(sizeof(opts));
154 (void)memcpy(options, opts, sizeof(opts));
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
main.cpp 216 const struct option opts[] = { local
224 while ((c = getopt_long(argc, argv, "hl", opts, NULL)) != -1) {
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
gl_nir_linker.c 606 const nir_remove_dead_variables_options opts = { local
610 &opts);
670 const nir_remove_dead_variables_options opts = { local
674 &opts);
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
vtn_alu.c 431 struct conversion_opts *opts = _opts; local
435 opts->rounding_mode = vtn_rounding_mode_to_nir(b, dec->operands[0]);
441 opts->saturate = true;
705 struct conversion_opts opts = { local
709 vtn_foreach_decoration(b, dest_val, handle_conversion_opts, &opts);
712 opts.saturate = true;
715 if (opts.rounding_mode == nir_rounding_mode_undef && !opts.saturate) {
722 opts.rounding_mode, opts.saturate)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
d3d12_screen.h 81 D3D12_FEATURE_DATA_D3D12_OPTIONS opts; member in struct:d3d12_screen
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/api/
program.cpp 38 auto opts = std::string(p_opts ? p_opts : ""); local
41 return detokenize(std::vector<std::string>{opts, extra_opts}, " ");
275 const auto opts = build_options(p_opts, "CLOVER_EXTRA_BUILD_OPTIONS"); local
282 prog.compile(devs, opts);
283 prog.link(devs, opts, { prog });
309 const auto opts = build_options(p_opts, "CLOVER_EXTRA_COMPILE_OPTIONS"); local
333 prog.compile(devs, opts, headers);
350 const std::string &opts) {
353 opts.find("-create-library") != std::string::npos;
355 opts.find("-enable-link-options") != std::string::npos
432 const auto opts = build_options(p_opts, "CLOVER_EXTRA_LINK_OPTIONS"); local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
debug.c 148 static const struct option opts[] = { local
167 for (i = 0; i < ARRAY_SIZE(opts); i++) {
168 if (strstr(str, opts[i].name) || strcmp(str, "all") == 0)
169 MESA_VERBOSE |= opts[i].flag;
188 static const struct option opts[] = { local
201 for (i = 0; i < ARRAY_SIZE(opts); i++) {
202 if (strstr(str, opts[i].name))
203 MESA_DEBUG_FLAGS |= opts[i].flag;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
debug.c 148 static const struct option opts[] = { local
168 for (i = 0; i < ARRAY_SIZE(opts); i++) {
169 if (strstr(str, opts[i].name) || strcmp(str, "all") == 0)
170 MESA_VERBOSE |= opts[i].flag;
189 static const struct option opts[] = { local
202 for (i = 0; i < ARRAY_SIZE(opts); i++) {
203 if (strstr(str, opts[i].name))
204 MESA_DEBUG_FLAGS |= opts[i].flag;
  /xsrc/external/mit/mesa-demos/dist/src/wgl/
wglinfo.c 90 print_screen_info(HDC _hdc, const struct options *opts, GLboolean coreProfile)
270 if (wglExtensions && opts->mode != Brief) {
272 print_extension_list(wglExtensions, opts->singleLine);
303 if (opts->mode != Brief) {
305 print_extension_list(glExtensions, opts->singleLine);
308 if (opts->limits) {
670 struct options opts; local
672 parse_args(argc, argv, &opts);
676 if (opts.findBest) {
682 print_screen_info(hdc, &opts, GL_FALSE)
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86Option.c 398 XF86OptionPtr opts = parm; local
400 while (opts) {
401 if (xf86optionValue(opts))
403 xf86optionName(opts), xf86optionValue(opts));
405 xf86ErrorFVerb(5, "\tOption \"%s\"\n", xf86optionName(opts));
406 opts = xf86nextOption(opts);
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86Option.c 396 XF86OptionPtr opts = parm; local
398 while(opts) {
399 if (xf86optionValue(opts))
401 xf86optionName(opts), xf86optionValue(opts));
403 xf86ErrorFVerb( 5, "\tOption \"%s\"\n", xf86optionName(opts));
404 opts = xf86nextOption(opts);
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/
load_store_vectorizer_tests.cpp 163 nir_load_store_vectorize_options opts = { }; local
164 opts.callback = mem_vectorize_callback;
165 opts.modes = modes;
166 opts.robust_modes = robust_modes;
167 bool progress = nir_opt_load_store_vectorize(b->shader, &opts);
  /xsrc/external/mit/libxkbfile/dist/src/
xkbconfig.c 460 unsigned short *opts, opts_mask; local
591 opts = NULL;
594 opts = &rtrn->axt_opts_ignore;
599 opts = &rtrn->axt_opts_off;
605 opts = &rtrn->axt_opts_on;
628 *opts |= opts_mask;
654 opts = NULL;
656 opts = &rtrn->initial_opts;
658 opts = &rtrn->initial_opts_clear;
660 opts = &rtrn->initial_opts
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/
agx_state.c 894 nir_lower_blend_options opts = { local
899 memcpy(opts.rt, key->blend.rt, sizeof(opts.rt));
900 NIR_PASS_V(nir, nir_lower_blend, opts);
902 nir_lower_blend_options opts = { local
908 NIR_PASS_V(nir, nir_lower_blend, opts);

Completed in 73 milliseconds

1 2