Home
last modified time | relevance | path

Searched defs:nir_shader_compiler_options (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir.h3888 typedef struct nir_shader_compiler_options { struct
3889 bool lower_fdiv;
3890 bool lower_ffma16;
3891 bool lower_ffma32;
3892 bool lower_ffma64;
3893 bool fuse_ffma16;
3894 bool fuse_ffma32;
3895 bool fuse_ffma64;
3896 bool lower_flrp16;
3897 bool lower_flrp32;
[all …]
/third_party/mesa3d/src/nouveau/compiler/nak/
Dapi.rs96 fn nir_options(dev: &nv_device_info) -> nir_shader_compiler_options { in nir_options()
200 ) -> *const nir_shader_compiler_options { in nak_nir_options()
/third_party/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/
Dscreen.rs407 pub fn nir_shader_compiler_options( in nir_shader_compiler_options() method
410 ) -> *const nir_shader_compiler_options { in nir_shader_compiler_options()
/third_party/mesa3d/src/gallium/frontends/rusticl/mesa/compiler/
Dnir.rs160 options: *const nir_shader_compiler_options, in deserialize()
/third_party/mesa3d/src/gallium/frontends/rusticl/mesa/compiler/clc/
Dspirv.rs349 nir_options: *const nir_shader_compiler_options, in to_nir()
/third_party/mesa3d/src/gallium/frontends/rusticl/core/
Ddevice.rs848 pub fn get_nir_options(&self) -> nir_shader_compiler_options { in get_nir_options()