Home
last modified time | relevance | path

Searched refs:nir_rounding_mode_undef (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_conversion_builder.h49 case nir_rounding_mode_undef: in nir_round_float_to_int()
67 nir_rounding_mode_undef); in nir_round_float_to_float()
70 nir_rounding_mode_undef); in nir_round_float_to_float()
102 case nir_rounding_mode_undef: in nir_round_float_to_float()
159 case nir_rounding_mode_undef: in nir_round_int_to_float()
180 case nir_rounding_mode_undef: in nir_round_int_to_float()
405 if (rounding == nir_rounding_mode_undef) in nir_simplify_conversion_rounding()
411 return nir_rounding_mode_undef; in nir_simplify_conversion_rounding()
417 return nir_rounding_mode_undef; in nir_simplify_conversion_rounding()
423 return nir_rounding_mode_undef; in nir_simplify_conversion_rounding()
[all …]
Dnir_lower_convert_alu_types.c90 if (nir_intrinsic_rounding_mode(conv) == nir_rounding_mode_undef && in opt_simplify_convert_alu_types_impl()
200 .rounding_mode = nir_rounding_mode_undef, in lower_alu_conversion()
Dnir_lower_alu.c141 …t_op = nir_type_conversion_op(base_type | src0->bit_size, base_type | 32, nir_rounding_mode_undef); in lower_alu_instr()
142 …t_op = nir_type_conversion_op(base_type | 32, base_type | src0->bit_size, nir_rounding_mode_undef); in lower_alu_instr()
Dnir.h159 nir_rounding_mode_undef = 0, enumerator
1323 return nir_rounding_mode_undef; in nir_get_rounding_mode_from_float_controls()
1331 return nir_rounding_mode_undef; in nir_get_rounding_mode_from_float_controls()
Dnir_print.c995 case nir_rounding_mode_undef: fprintf(fp, "undef"); break; in print_intrinsic_instr()
Dnir_builder.h1818 nir_type_conversion_op(src_type, dest_type, nir_rounding_mode_undef); in nir_type_convert()
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_lower_conversions.c49 return nir_rounding_mode_undef; in get_opcode_rounding_mode()
93 nir_rounding_mode_undef); in lower_alu_instr()
118 nir_rounding_mode_undef); in lower_alu_instr()
120 nir_rounding_mode_undef); in lower_alu_instr()
/third_party/mesa3d/src/compiler/spirv/
Dvtn_alu.c358 return nir_type_conversion_op(src_type, dst_type, nir_rounding_mode_undef); in vtn_nir_alu_op_for_spirv_opcode()
706 .rounding_mode = nir_rounding_mode_undef, in vtn_handle_alu()
715 if (opts.rounding_mode == nir_rounding_mode_undef && !opts.saturate) { in vtn_handle_alu()
717 nir_rounding_mode_undef); in vtn_handle_alu()
725 vtn_fail_if(opts.rounding_mode != nir_rounding_mode_undef && in vtn_handle_alu()
964 nir_rounding_mode_undef); in vtn_handle_integer_dot()
968 nir_rounding_mode_undef); in vtn_handle_integer_dot()
Dvtn_opencl.c683 if (rounding == nir_rounding_mode_undef) { in _handle_v_load_store()
706 nir_rounding_mode_undef); in vtn_handle_opencl_vload()
715 nir_rounding_mode_undef); in vtn_handle_opencl_vstore()
Dvtn_glsl450.c436 nir_rounding_mode_undef); in handle_glsl450_alu()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_shader.c295 nir_rounding_mode_undef, clamp); in panvk_adjust_rt_type()
301 nir_rounding_mode_undef, clamp); in panvk_adjust_rt_type()
/third_party/mesa3d/src/panfrost/lib/
Dpan_blend.c604 nir_rounding_mode_undef, in GENX()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir.c1060 nir_rounding_mode_undef); in cast_phi()
1063 nir_rounding_mode_undef); in cast_phi()
/third_party/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp1974 nir_rounding_mode_undef), in visit()