Home | History | Annotate | Download | only in glsl

Lines Matching refs:n_dot_i

4087    ir_variable *n_dot_i = body.make_temp(type->get_base_type(), "n_dot_i");
4088 body.emit(assign(n_dot_i, dot(N, I)));
4100 mul(n_dot_i, n_dot_i)))))));
4104 mul(add(mul(eta, n_dot_i), sqrt(k)), N)))));