Lines Matching refs:dp
978 Mtx proj, dp; in GetTexProjMtx() local
985 MTXScale(dp, 0.0F, 0.0F, 0.0F); in GetTexProjMtx()
1009 MTXRowCol(dp, 0, 2) = f / range; in GetTexProjMtx()
1010 MTXRowCol(dp, 0, 3) = f * n / range; in GetTexProjMtx()
1011 MTXRowCol(dp, 1, 2) = MTXRowCol(dp, 0, 2) * tscale; in GetTexProjMtx()
1012 MTXRowCol(dp, 1, 3) = MTXRowCol(dp, 0, 3) * tscale; in GetTexProjMtx()
1013 MTXRowCol(dp, 2, 2) = 1.0F; in GetTexProjMtx()
1033 MTXRowCol(dp, 0, 2) = - 1.0F / range; in GetTexProjMtx()
1034 MTXRowCol(dp, 0, 3) = - n / range; in GetTexProjMtx()
1035 MTXRowCol(dp, 1, 2) = MTXRowCol(dp, 0, 2) * tscale; in GetTexProjMtx()
1036 MTXRowCol(dp, 1, 3) = MTXRowCol(dp, 0, 3) * tscale; in GetTexProjMtx()
1037 MTXRowCol(dp, 2, 3) = 1.0F; in GetTexProjMtx()
1041 MTXConcat(dp, cam->view, tmo->depth); in GetTexProjMtx()