radv: lower 16-bit flrp

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
This commit is contained in:
Rhys Perry
2018-12-06 14:01:15 +00:00
committed by Samuel Pitoiset
parent 4d5fce29c3
commit 0af95f0ffc

View File

@@ -53,6 +53,7 @@
static const struct nir_shader_compiler_options nir_options = { static const struct nir_shader_compiler_options nir_options = {
.vertex_id_zero_based = true, .vertex_id_zero_based = true,
.lower_scmp = true, .lower_scmp = true,
.lower_flrp16 = true,
.lower_flrp32 = true, .lower_flrp32 = true,
.lower_flrp64 = true, .lower_flrp64 = true,
.lower_device_index_to_zero = true, .lower_device_index_to_zero = true,