Searched defs:nir_shader_compiler_options (Results 1 – 1 of 1) sorted by relevance
1826 typedef struct nir_shader_compiler_options { struct1827 bool lower_fdiv;1828 bool lower_ffma;1829 bool fuse_ffma;1830 bool lower_flrp32;1832 bool lower_flrp64;1833 bool lower_fpow;1834 bool lower_fsat;1835 bool lower_fsqrt;1836 bool lower_fmod32;[all …]