llvmpipe: lower_flrp16
fixes a bunch of spir-v 16-bit tests Reviewed-by: Roland Scheidegger <sroland@vmware.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11816>
This commit is contained in:
@@ -568,6 +568,7 @@ static const struct nir_shader_compiler_options gallivm_nir_options = {
|
||||
.lower_ffma16 = true,
|
||||
.lower_ffma32 = true,
|
||||
.lower_ffma64 = true,
|
||||
.lower_flrp16 = true,
|
||||
.lower_fmod = true,
|
||||
.lower_hadd = true,
|
||||
.lower_uadd_sat = true,
|
||||
|
||||
Reference in New Issue
Block a user