Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTMisc.cpp40 PVRTVECTOR3 * const pvIntersection, in PVRTMiscCalculateIntersectionLinePlane() argument
69 pvIntersection->x = pv0->x + VERTTYPEMUL(fT, vD.x); in PVRTMiscCalculateIntersectionLinePlane()
70 pvIntersection->y = pv0->y + VERTTYPEMUL(fT, vD.y); in PVRTMiscCalculateIntersectionLinePlane()
71 pvIntersection->z = pv0->z + VERTTYPEMUL(fT, vD.z); in PVRTMiscCalculateIntersectionLinePlane()
DPVRTMisc.h27 PVRTVECTOR3 * const pvIntersection,