Searched refs:nir_fround_even (Results 1 – 2 of 2) sorted by relevance
549 nir_fround_even(nir_builder *build, nir_ssa_def *src0) in nir_fround_even() function
1604 case ir_unop_round_even: result = nir_fround_even(&b, srcs[0]); break; in visit()