Lines Matching refs:bf
47 nir_ssa_def *af, *bf, *a, *b, *q, *r, *rt;
56 bf = nir_i2f32(bld, denom);
58 bf = nir_fabs(bld, bf);
63 bf = nir_u2f32(bld, denom);
69 bf = nir_frcp(bld, bf);
70 bf = nir_isub(bld, bf, nir_imm_int(bld, 2)); /* yes, really */
71 q = nir_fmul(bld, af, bf);
83 r = nir_fmul(bld, r, bf);