Searched defs:radv_nir_compiler_options (Results 1 – 1 of 1) sorted by relevance
120 struct radv_nir_compiler_options { struct121 struct radv_pipeline_key key;122 bool robust_buffer_access;123 bool dump_shader;124 bool dump_preoptir;125 bool record_ir;126 bool record_stats;127 bool check_ir;128 bool has_ls_vgpr_init_bug;129 uint8_t enable_mrt_output_nan_fixup;[all …]