Searched refs:modelview (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_window_pos.spec32 coordinate with the RasterPos command, the modelview matrix, projection
39 current raster position, bypassing the modelview matrix, the
93 WindowPosMESA operates like RasterPos except that the current modelview
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DMESA_window_pos.spec32 coordinate with the RasterPos command, the modelview matrix, projection
39 current raster position, bypassing the modelview matrix, the
93 WindowPosMESA operates like RasterPos except that the current modelview
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dffvertex_prog.c502 GLint s0, /* modelview, projection, etc */
714 struct ureg modelview[4]; local in function:get_eye_position
720 0, modelview );
722 emit_matrix_transform_vec4(p, p->eye_position, modelview, pos);
726 STATE_MATRIX_TRANSPOSE, modelview );
728 emit_transpose_matrix_transform_vec4(p, p->eye_position, modelview, pos);
743 struct ureg modelview[4]; local in function:get_eye_position_z
748 0, modelview );
750 emit_op2(p, OPCODE_DP4, p->eye_position_z, 0, pos, modelview[2]);
1559 /* Emit the program, starting with the modelview, projectio
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dffvertex_prog.c500 GLint s0, /* modelview, projection, etc */
711 struct ureg modelview[4]; local in function:get_eye_position
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]; local in function:get_eye_position_z
745 modelview );
747 emit_op2(p, OPCODE_DP4, p->eye_position_z, 0, pos, modelview[2]);
1634 /* Emit the program, starting with the modelview, projectio
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprogram_lexer.l268 {dot}modelview { return MODELVIEW; }
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprogram_lexer.l268 {dot}modelview { return MODELVIEW; }
/xsrc/external/mit/MesaLib/dist/docs/
H A Dviewperf.rst130 These unusual values lead to invalid modelview matrices. For example,

Completed in 10 milliseconds