Searched refs:nir_rounding_mode_rtne (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_fp16_conv.c73 case nir_rounding_mode_rtne:
101 nir_push_if(b, nir_ige(b, abs, mode == nir_rounding_mode_rtne ? f16max : f32infinity));
109 if (mode != nir_rounding_mode_rtne) {
180 if (mode != nir_rounding_mode_rtne) {
196 nir_rounding_mode mode = nir_rounding_mode_rtne;
H A Dnir_conversion_builder.h46 case nir_rounding_mode_rtne:
101 case nir_rounding_mode_rtne:
158 case nir_rounding_mode_rtne:
179 case nir_rounding_mode_rtne:
427 rounding == nir_rounding_mode_rtne)
477 (round == nir_rounding_mode_rtne ||
H A Dnir_print.c996 case nir_rounding_mode_rtne: fprintf(fp, "rtne"); break;
H A Dnir.h160 nir_rounding_mode_rtne = 1, /* round to nearest even */ enumerator in enum:__anon3ec4419d0303
1330 return nir_rounding_mode_rtne;
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir_lower_conversions.c47 return nir_rounding_mode_rtne;
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir_lower_conversions.c47 return nir_rounding_mode_rtne;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_alu.c369 *out_rounding_mode = nir_rounding_mode_rtne;
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_alu.c403 return nir_rounding_mode_rtne;
/xsrc/external/mit/MesaLib.old/src/compiler/nir/
H A Dnir_opcodes.c177 case nir_rounding_mode_rtne:
/xsrc/external/mit/MesaLib/src/compiler/nir/
H A Dnir_opcodes.c189 case nir_rounding_mode_rtne:
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir.h117 nir_rounding_mode_rtne = 1, /* round to nearest even */ enumerator in enum:__anon3bab288a0303
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c270 if (rounding_mode == nir_rounding_mode_rtne)

Completed in 41 milliseconds