Searched refs:rounding_mode (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir_lower_conversions.c32 nir_rounding_mode rounding_mode)
37 return nir_type_conversion_op(src_full_type, dst_full_type, rounding_mode);
28 get_conversion_op(nir_alu_type src_type,unsigned src_bit_size,nir_alu_type dst_type,unsigned dst_bit_size,nir_rounding_mode rounding_mode) argument
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir_lower_conversions.c32 nir_rounding_mode rounding_mode)
37 return nir_type_conversion_op(src_full_type, dst_full_type, rounding_mode);
28 get_conversion_op(nir_alu_type src_type,unsigned src_bit_size,nir_alu_type dst_type,unsigned dst_bit_size,nir_rounding_mode rounding_mode) argument
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_convert_alu_types.c200 .rounding_mode = nir_rounding_mode_undef,
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_alu.c422 nir_rounding_mode rounding_mode; member in struct:conversion_opts
435 opts->rounding_mode = vtn_rounding_mode_to_nir(b, dec->operands[0]);
706 .rounding_mode = nir_rounding_mode_undef,
715 if (opts.rounding_mode == nir_rounding_mode_undef && !opts.saturate) {
722 opts.rounding_mode, opts.saturate);
725 vtn_fail_if(opts.rounding_mode != nir_rounding_mode_undef &&
730 opts.rounding_mode);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_alu.c568 nir_rounding_mode rounding_mode = nir_rounding_mode_undef; local in function:vtn_handle_alu
570 vtn_foreach_decoration(b, val, handle_rounding_mode, &rounding_mode);
571 nir_op op = nir_type_conversion_op(src_alu_type, dst_alu_type, rounding_mode);
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c267 nir_rounding_mode rounding_mode = local in function:create_cov
270 if (rounding_mode == nir_rounding_mode_rtne)
/xsrc/external/mit/MesaLib/src/compiler/nir/
H A Dnir_builder_opcodes.h2441 nir_rounding_mode rounding_mode; member in struct:_nir_convert_alu_types_indices
5243 nir_intrinsic_set_rounding_mode(intrin, indices.rounding_mode);

Completed in 42 milliseconds