Lines Matching refs:modelview
500 GLint s0, /* modelview, projection, etc */
711 struct ureg modelview[4];
717 modelview );
719 emit_matrix_transform_vec4(p, p->eye_position, modelview, pos);
723 modelview );
725 emit_transpose_matrix_transform_vec4(p, p->eye_position, modelview, pos);
740 struct ureg modelview[4];
745 modelview );
747 emit_op2(p, OPCODE_DP4, p->eye_position_z, 0, pos, modelview[2]);
1634 /* Emit the program, starting with the modelview, projection transforms: