Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir.h3835 typedef struct nir_shader_compiler_options { struct
3836 bool lower_fdiv;
3837 bool lower_ffma16;
3838 bool lower_ffma32;
3839 bool lower_ffma64;
3840 bool fuse_ffma16;
3841 bool fuse_ffma32;
3842 bool fuse_ffma64;
3843 bool lower_flrp16;
3844 bool lower_flrp32;
[all …]
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dapi.rs95 fn nir_options(dev: &nv_device_info) -> nir_shader_compiler_options { in nir_options()
201 ) -> *const nir_shader_compiler_options { in nak_nir_options()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/
H A Dscreen.rs397 pub fn nir_shader_compiler_options( in nir_shader_compiler_options() method
400 ) -> *const nir_shader_compiler_options { in nir_shader_compiler_options()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/compiler/
H A Dnir.rs159 options: *const nir_shader_compiler_options, in deserialize()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/compiler/clc/
H A Dspirv.rs336 nir_options: *const nir_shader_compiler_options, in to_nir()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Ddevice.rs771 pub fn get_nir_options(&self) -> nir_shader_compiler_options { in get_nir_options()