Searched defs:nir_shader_compiler_options (Results 1 – 1 of 1) sorted by relevance
1748 typedef struct nir_shader_compiler_options { struct1749 bool lower_fdiv;1750 bool lower_ffma;1751 bool fuse_ffma;1752 bool lower_flrp32;1754 bool lower_flrp64;1755 bool lower_fpow;1756 bool lower_fsat;1757 bool lower_fsqrt;1758 bool lower_fmod32;[all …]