Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_conversion_builder.h472 bool trivial_convert; in nir_convert_with_rounding() local
474 trivial_convert = true; in nir_convert_with_rounding()
479 trivial_convert = true; in nir_convert_with_rounding()
481 trivial_convert = false; in nir_convert_with_rounding()
483 if (trivial_convert) { in nir_convert_with_rounding()
495 if (!trivial_convert && round != nir_rounding_mode_undef) { in nir_convert_with_rounding()