Home
last modified time | relevance | path

Searched refs:nir_rounding_mode_rtne (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_fp16_conv.c73 case nir_rounding_mode_rtne: in half_rounded()
101 nir_push_if(b, nir_ige(b, abs, mode == nir_rounding_mode_rtne ? f16max : f32infinity)); in float_to_half_impl()
109 if (mode != nir_rounding_mode_rtne) { in float_to_half_impl()
180 if (mode != nir_rounding_mode_rtne) { in float_to_half_impl()
196 nir_rounding_mode mode = nir_rounding_mode_rtne; in lower_fp16_cast_impl()
Dnir_conversion_builder.h46 case nir_rounding_mode_rtne: in nir_round_float_to_int()
101 case nir_rounding_mode_rtne: in nir_round_float_to_float()
158 case nir_rounding_mode_rtne: in nir_round_int_to_float()
179 case nir_rounding_mode_rtne: in nir_round_int_to_float()
427 rounding == nir_rounding_mode_rtne) in nir_simplify_conversion_rounding()
477 (round == nir_rounding_mode_rtne || in nir_convert_with_rounding()
Dnir_lower_mediump.c612 bool allow_rtne = rdm == nir_rounding_mode_rtne; in fold_16bit_destination()
Dnir.h228 nir_rounding_mode_rtne = 1, /* round to nearest even */ enumerator
1331 return nir_rounding_mode_rtne; in nir_get_rounding_mode_from_float_controls()
Dnir_print.c1128 case nir_rounding_mode_rtne: fprintf(fp, "rtne"); break; in print_intrinsic_instr()
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_lower_conversions.c47 return nir_rounding_mode_rtne; in get_opcode_rounding_mode()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c191 .rounding_mode = nir_rounding_mode_rtne, in si_late_optimize_16bit_samplers()
/third_party/mesa3d/src/compiler/spirv/
Dvtn_alu.c450 return nir_rounding_mode_rtne; in vtn_rounding_mode_to_nir()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c274 if (rounding_mode == nir_rounding_mode_rtne) in create_cov()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c4909 .rounding_mode = nir_rounding_mode_rtne, in radv_create_shaders()