Searched defs:aco_compiler_options (Results 1 – 1 of 1) sorted by relevance
184 struct aco_compiler_options { struct185 struct aco_stage_input key;186 bool robust_buffer_access;187 bool dump_shader;188 bool dump_preoptir;189 bool record_ir;190 bool record_stats;191 bool has_ls_vgpr_init_bug;192 bool wgp_mode;193 enum radeon_family family;[all …]