Home
last modified time | relevance | path

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

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