Searched defs:compiler_opts (Results 1 – 2 of 2) sorted by relevance
66 struct compiler_opts { struct67 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;
42 const struct option compiler_opts[] = { variable