Home
last modified time | relevance | path

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

/external/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()
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 …]
Dnir_lower_idiv.c105 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()
Dnir_lower_convert_alu_types.c79 if (nir_intrinsic_rounding_mode(intr) == nir_rounding_mode_undef && in opt_simplify()
132 .rounding_mode = nir_rounding_mode_undef, in lower_alu_conversion()
Dnir_lower_alu.c144 … 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()
Dnir_opt_frag_coord_to_pixel_coord.c77 use_instr->op = nir_type_conversion_op(nir_type_uint16, dst_type, nir_rounding_mode_undef); in opt_frag_pos()
Dnir_lower_fp16_conv.c234 nir_rounding_mode mode = nir_rounding_mode_undef; in lower_fp16_cast_impl()
310 case nir_rounding_mode_undef: in lower_fp16_cast_impl()
Dnir_builder.h541 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()
Dnir_lower_mediump.c878 if (src_rdm != rdm && src_rdm != nir_rounding_mode_undef) in opt_16bit_destination()
Dnir.h249 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()
Dnir_print.c1474 case nir_rounding_mode_undef: in print_intrinsic_instr()
/external/mesa3d/src/nouveau/compiler/
Dnak_nir_split_64bit_conversions.c35 default: return nir_rounding_mode_undef; in op_rounding_mode()
91 nir_rounding_mode_undef); in split_64bit_conversion()
/external/mesa3d/src/intel/compiler/
Dintel_nir_lower_conversions.c33 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()
Dbrw_nir.c1136 .rounding_mode = nir_rounding_mode_undef, in brw_preprocess_nir()
/external/mesa3d/src/compiler/spirv/
Dvtn_alu.c383 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()
Dvtn_opencl.c697 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()
Dvtn_glsl450.c501 nir_rounding_mode_undef); in handle_glsl450_alu()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c196 .rounding_mode = nir_rounding_mode_undef, in si_late_optimize_16bit_samplers()
/external/mesa3d/src/panfrost/lib/
Dpan_blend.c703 nir_rounding_mode_undef, should_saturate); in GENX()
/external/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_compute_transforms.cpp373 …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/
Dradv_pipeline.c565 .rounding_mode = nir_rounding_mode_undef, in radv_postprocess_nir()
/external/mesa3d/src/microsoft/compiler/
Ddxil_nir.c457 … 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/
Dlvp_pipeline.c438 .rounding_mode = nir_rounding_mode_undef, in lvp_shader_lower()
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp2136 nir_rounding_mode_undef); in visit()