Searched refs:nir_fceil (Results 1 – 3 of 3) sorted by relevance
41 return nir_fceil(b, src); in nir_round_float_to_int()
2026 case ir_unop_ceil: result = nir_fceil(&b, srcs[0]); break; in visit()
744 nir_fceil(nir_builder *build, nir_ssa_def *src0) in nir_fceil() function