/external/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() 160 case nir_rounding_mode_undef: in nir_round_int_to_float() 181 case nir_rounding_mode_undef: in nir_round_int_to_float() 407 if (rounding == nir_rounding_mode_undef) in nir_simplify_conversion_rounding() 413 return nir_rounding_mode_undef; in nir_simplify_conversion_rounding() 419 return nir_rounding_mode_undef; in nir_simplify_conversion_rounding() 425 return nir_rounding_mode_undef; in nir_simplify_conversion_rounding() [all …]
|
D | nir_lower_idiv.c | 105 nir_def *p = nir_type_convert(b, numer, int_type, float_type, nir_rounding_mode_undef); in convert_instr_small() 106 nir_def *q = nir_type_convert(b, denom, int_type, float_type, nir_rounding_mode_undef); in convert_instr_small() 117 res = nir_type_convert(b, res, float_type, int_type, nir_rounding_mode_undef); in convert_instr_small()
|
D | nir_lower_convert_alu_types.c | 79 if (nir_intrinsic_rounding_mode(intr) == nir_rounding_mode_undef && in opt_simplify() 132 .rounding_mode = nir_rounding_mode_undef, in lower_alu_conversion()
|
D | nir_lower_alu.c | 144 … nir_def *src0_32 = nir_type_convert(b, src0, base_type, base_type | 32, nir_rounding_mode_undef); in lower_alu_instr() 145 … nir_def *src1_32 = nir_type_convert(b, src1, base_type, base_type | 32, nir_rounding_mode_undef); in lower_alu_instr() 148 … nir_type_convert(b, dest_shifted, base_type, base_type | src0->bit_size, nir_rounding_mode_undef); in lower_alu_instr()
|
D | nir_opt_frag_coord_to_pixel_coord.c | 77 use_instr->op = nir_type_conversion_op(nir_type_uint16, dst_type, nir_rounding_mode_undef); in opt_frag_pos()
|
D | nir_lower_fp16_conv.c | 234 nir_rounding_mode mode = nir_rounding_mode_undef; in lower_fp16_cast_impl() 310 case nir_rounding_mode_undef: in lower_fp16_cast_impl()
|
D | nir_builder.h | 541 nir_rounding_mode_undef); in nir_convert_to_bit_size() 579 nir_rounding_mode_undef); in nir_b2iN() 587 nir_rounding_mode_undef); in nir_b2fN() 595 nir_rounding_mode_undef); in nir_i2fN() 603 nir_rounding_mode_undef); in nir_u2fN() 611 nir_rounding_mode_undef); in nir_f2uN() 619 nir_rounding_mode_undef); in nir_f2iN()
|
D | nir_lower_mediump.c | 878 if (src_rdm != rdm && src_rdm != nir_rounding_mode_undef) in opt_16bit_destination()
|
D | nir.h | 249 nir_rounding_mode_undef = 0, enumerator 1450 return nir_rounding_mode_undef; in nir_get_rounding_mode_from_float_controls() 1458 return nir_rounding_mode_undef; in nir_get_rounding_mode_from_float_controls()
|
D | nir_print.c | 1474 case nir_rounding_mode_undef: in print_intrinsic_instr()
|
/external/mesa3d/src/nouveau/compiler/ |
D | nak_nir_split_64bit_conversions.c | 35 default: return nir_rounding_mode_undef; in op_rounding_mode() 91 nir_rounding_mode_undef); in split_64bit_conversion()
|
/external/mesa3d/src/intel/compiler/ |
D | intel_nir_lower_conversions.c | 33 nir_def *tmp = nir_type_convert(b, src, src_type, tmp_type, nir_rounding_mode_undef); in split_conversion() 34 nir_def *res = nir_type_convert(b, tmp, tmp_type, dst_type, nir_rounding_mode_undef); in split_conversion()
|
D | brw_nir.c | 1136 .rounding_mode = nir_rounding_mode_undef, in brw_preprocess_nir()
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_alu.c | 383 return nir_type_conversion_op(src_type, dst_type, nir_rounding_mode_undef); in vtn_nir_alu_op_for_spirv_opcode() 921 .rounding_mode = nir_rounding_mode_undef, in vtn_handle_alu() 930 if (opts.rounding_mode == nir_rounding_mode_undef && !opts.saturate) { in vtn_handle_alu() 932 nir_rounding_mode_undef); in vtn_handle_alu() 939 vtn_fail_if(opts.rounding_mode != nir_rounding_mode_undef && in vtn_handle_alu()
|
D | vtn_opencl.c | 697 if (rounding == nir_rounding_mode_undef) { in _handle_v_load_store() 720 nir_rounding_mode_undef); in vtn_handle_opencl_vload() 729 nir_rounding_mode_undef); in vtn_handle_opencl_vstore()
|
D | vtn_glsl450.c | 501 nir_rounding_mode_undef); in handle_glsl450_alu()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_nir.c | 196 .rounding_mode = nir_rounding_mode_undef, in si_late_optimize_16bit_samplers()
|
/external/mesa3d/src/panfrost/lib/ |
D | pan_blend.c | 703 nir_rounding_mode_undef, should_saturate); in GENX()
|
/external/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_compute_transforms.cpp | 373 …r_convert_alu_types(&b, bit_size, result_val, src_round, dst_round, nir_rounding_mode_undef, true); in get_query_resolve()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_pipeline.c | 565 .rounding_mode = nir_rounding_mode_undef, in radv_postprocess_nir()
|
/external/mesa3d/src/microsoft/compiler/ |
D | dxil_nir.c | 457 … nir_def *downcast = nir_type_convert(b, &intr->def, new_type, old_type, nir_rounding_mode_undef); in lower_deref_bit_size() 462 …r_def *upcast = nir_type_convert(b, intr->src[1].ssa, old_type, new_type, nir_rounding_mode_undef); in lower_deref_bit_size()
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_pipeline.c | 438 .rounding_mode = nir_rounding_mode_undef, in lvp_shader_lower()
|
/external/mesa3d/src/compiler/glsl/ |
D | glsl_to_nir.cpp | 2136 nir_rounding_mode_undef); in visit()
|