Searched defs:radv_nir_compiler_options (Results 1 – 1 of 1) sorted by relevance
176 struct radv_nir_compiler_options { struct177 bool robust_buffer_access_llvm;178 bool dump_shader;179 bool dump_preoptir;180 bool record_ir;181 bool record_stats;182 bool check_ir;183 uint8_t enable_mrt_output_nan_fixup;184 bool wgp_mode;185 const struct radeon_info *info;[all …]