Home
last modified time | relevance | path

Searched refs:compiler_opts (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dmain.cpp42 const struct option compiler_opts[] = { variable
66 for (const struct option *o = compiler_opts; o->name != 0; ++o) { in usage_fail()
82 while ((c = getopt_long(argc, argv, "", compiler_opts, &idx)) != -1) { in main()
/third_party/mesa3d/src/imagination/rogue/tools/
Doffline_compiler.c66 struct compiler_opts { struct
101 static bool parse_cmdline(int argc, char *argv[], struct compiler_opts *opts) in parse_cmdline()
188 struct compiler_opts opts = { .stage = MESA_SHADER_NONE, 0 }; in main()