nir: Separate 32 and 64-bit fmod lowering
Split 32-bit and 64-bit fmod lowering as the drivers might need to lower them separately inside NIR depending on the HW support. Signed-off-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
@@ -1630,7 +1630,8 @@ typedef struct nir_shader_compiler_options {
|
||||
bool lower_fpow;
|
||||
bool lower_fsat;
|
||||
bool lower_fsqrt;
|
||||
bool lower_fmod;
|
||||
bool lower_fmod32;
|
||||
bool lower_fmod64;
|
||||
bool lower_bitfield_extract;
|
||||
bool lower_bitfield_insert;
|
||||
bool lower_uadd_carry;
|
||||
|
Reference in New Issue
Block a user