Searched defs:nir_shader_compiler_options (Results 1 – 6 of 6) sorted by relevance
3583 typedef struct nir_shader_compiler_options { struct3584 bool lower_fdiv;3585 bool lower_ffma16;3586 bool lower_ffma32;3587 bool lower_ffma64;3588 bool fuse_ffma16;3589 bool fuse_ffma32;3590 bool fuse_ffma64;3591 bool lower_flrp16;3592 bool lower_flrp32;[all …]
86 fn nir_options(dev: &nv_device_info) -> nir_shader_compiler_options { in nir_options()189 ) -> *const nir_shader_compiler_options { in nak_nir_options()
404 pub fn nir_shader_compiler_options( in nir_shader_compiler_options() method407 ) -> *const nir_shader_compiler_options { in nir_shader_compiler_options()
363 nir_options: *const nir_shader_compiler_options, in to_nir()
161 options: *const nir_shader_compiler_options, in deserialize()
740 pub fn get_nir_options(&self) -> nir_shader_compiler_options { in get_nir_options()