Home
last modified time | relevance | path

Searched refs:condeq (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_builtin_builder.c66 nir_ssa_def *condeq = nir_feq(b, x, y); in nir_nextafter() local
86 /* Flush denorm to zero to avoid returning a denorm when condeq is true. */ in nir_nextafter()
106 return nir_nan_check2(b, x, y, nir_bcsel(b, condeq, x, res)); in nir_nextafter()

Completed in 1 milliseconds