Searched refs:nir_rounding_mode_rtz (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_conversion_builder.h50 case nir_rounding_mode_rtz:
95 case nir_rounding_mode_rtz:
143 case nir_rounding_mode_rtz:
172 case nir_rounding_mode_rtz:
422 rounding == nir_rounding_mode_rtz)
478 round == nir_rounding_mode_rtz)) {
H A Dnir_lower_fp16_conv.c113 case nir_rounding_mode_rtz:
208 mode = nir_rounding_mode_rtz;
H A Dnir_print.c999 case nir_rounding_mode_rtz: fprintf(fp, "rtz"); break;
H A Dnir.h163 nir_rounding_mode_rtz = 4, /* round towards zero */ enumerator in enum:__anon3ec4419d0303
1328 return nir_rounding_mode_rtz;
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir_lower_conversions.c45 return nir_rounding_mode_rtz;
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir_lower_conversions.c45 return nir_rounding_mode_rtz;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_alu.c372 *out_rounding_mode = nir_rounding_mode_rtz;
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_alu.c405 return nir_rounding_mode_rtz;
/xsrc/external/mit/MesaLib.old/src/compiler/nir/
H A Dnir_opcodes.c179 case nir_rounding_mode_rtz:
/xsrc/external/mit/MesaLib/src/compiler/nir/
H A Dnir_opcodes.c191 case nir_rounding_mode_rtz:
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir.h120 nir_rounding_mode_rtz = 4, /* round towards zero */ enumerator in enum:__anon3bab288a0303

Completed in 26 milliseconds