Lines Matching refs:DP4
648 requirements for "compound" operations such as DP4.
1104 DP4 result.w, pos, mat[3];
1105 DP4 result.x, pos, mat[0];
1106 DP4 result.y, pos, mat[1];
1107 DP4 result.z, pos, mat[2];
1154 DP4 oPos.x, mvp[0], iPos;
1155 DP4 oPos.y, mvp[1], iPos;
1156 DP4 oPos.z, mvp[2], iPos;
1157 DP4 oPos.w, mvp[3], iPos;
1205 DP4 oPos.x, mvp[0], temp; # xform using perturbed position
1206 DP4 oPos.y, mvp[1], temp;
1207 DP4 oPos.z, mvp[2], temp;
1208 DP4 oPos.w, mvp[3], temp;
1254 multiplies (4 DP4 instructions per transform). On the other hand,
1256 1.0. So each transformation to eye coordinates may require only 3 DP4
2302 | "DP4"
2700 ABS, ADD, ADDRESS, ALIAS, ARL, ATTRIB, DP3, DP4, DPH, DST, END, EX2,
3512 DP4 v,v ssss 4-component dot product
3857 Section 2.14.5.5, DP4: Four-Component Dot Product
3859 The DP4 instruction computes a four-component dot product of the two
5591 OP_DOT4_EXT "DP4"
5738 MULTIPLY" operation by using a series of "DP4" instructions as in:
5741 DP4 result.x, vec, mat[0];
5742 DP4 result.y, vec, mat[1];
5743 DP4 result.z, vec, mat[2];
5744 DP4 result.w, vec, mat[3];
6923 Eliminated some wordiness in DP3 and DP4