Searched refs:nir_rounding_mode_undef (Results 1 – 14 of 14) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
D | nir_conversion_builder.h | 49 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 …]
|
D | nir_lower_convert_alu_types.c | 90 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()
|
D | nir_lower_alu.c | 141 …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()
|
D | nir.h | 159 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()
|
D | nir_print.c | 995 case nir_rounding_mode_undef: fprintf(fp, "undef"); break; in print_intrinsic_instr()
|
D | nir_builder.h | 1818 nir_type_conversion_op(src_type, dest_type, nir_rounding_mode_undef); in nir_type_convert()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_nir_lower_conversions.c | 49 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/ |
D | vtn_alu.c | 358 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()
|
D | vtn_opencl.c | 683 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()
|
D | vtn_glsl450.c | 436 nir_rounding_mode_undef); in handle_glsl450_alu()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_shader.c | 295 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/ |
D | pan_blend.c | 604 nir_rounding_mode_undef, in GENX()
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_nir.c | 1060 nir_rounding_mode_undef); in cast_phi() 1063 nir_rounding_mode_undef); in cast_phi()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | glsl_to_nir.cpp | 1974 nir_rounding_mode_undef), in visit()
|