Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imagination/rogue/tools/
Doffline_compiler.c66 struct compiler_opts { struct
67 gl_shader_stage stage;
68 char *file;
69 char *entry;
70 char *out_file;
71 bool dump_c_array;
72 bool dump_rogue;
73 bool dump_nir;
/third_party/mesa3d/src/compiler/glsl/
Dmain.cpp42 const struct option compiler_opts[] = { variable