panfrost: XMLify job_type
[mesa.git] / src / panfrost / bifrost / bifrost_compile.h
index ddfde64d4722b152459c1f6db04e9215ef177a6b..734406d52e0da09391d1e087a17372694a6a46a8 100644 (file)
@@ -42,6 +42,8 @@ static const nir_shader_compiler_options bifrost_nir_options = {
         .lower_fpow = true,
         .lower_find_lsb = true,
         .lower_fdph = true,
+        .lower_fsqrt = true,
+        .lower_sincos = true,
 
         .lower_wpos_pntc = true,
         .lower_fsign = true,
@@ -51,17 +53,16 @@ static const nir_shader_compiler_options bifrost_nir_options = {
         .lower_rotate = true,
 
         .lower_pack_half_2x16 = true,
-        .lower_pack_half_2x16_split = true,
         .lower_pack_unorm_2x16 = true,
         .lower_pack_snorm_2x16 = true,
         .lower_pack_unorm_4x8 = true,
         .lower_pack_snorm_4x8 = true,
         .lower_unpack_half_2x16 = true,
-        .lower_unpack_half_2x16_split = true,
         .lower_unpack_unorm_2x16 = true,
         .lower_unpack_snorm_2x16 = true,
         .lower_unpack_unorm_4x8 = true,
         .lower_unpack_snorm_4x8 = true,
+        .lower_pack_split = true,
 
         .lower_doubles_options = nir_lower_dmod,