Searched refs:nir_nan_check2 (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_builtin_builder.h | 57 nir_nan_check2(nir_builder *b, nir_ssa_def *x, nir_ssa_def *y, nir_ssa_def *res) in nir_nan_check2() function 155 return nir_nan_check2(b, x, y, nir_bcsel(b, cond, res, zero)); in nir_fdim()
|
H A D | nir_builtin_builder.c | 106 return nir_nan_check2(b, x, y, nir_bcsel(b, condeq, x, res)); in nir_nextafter()
|
Completed in 3 milliseconds