Searched refs:dstclip (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_vertex_generic.c1027 const GLfloat *dstclip = VB->ClipPtr->data[edst]; local in function:_tnl_generic_interp
1028 if (dstclip[3] != 0.0f) {
1029 const GLfloat w = 1.0f / dstclip[3];
1032 pos[0] = dstclip[0] * w;
1033 pos[1] = dstclip[1] * w;
1034 pos[2] = dstclip[2] * w;
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_vertex_generic.c1027 const GLfloat *dstclip = VB->ClipPtr->data[edst]; local in function:_tnl_generic_interp
1028 if (dstclip[3] != 0.0f) {
1029 const GLfloat w = 1.0f / dstclip[3];
1032 pos[0] = dstclip[0] * w;
1033 pos[1] = dstclip[1] * w;
1034 pos[2] = dstclip[2] * w;

Completed in 25 milliseconds