Lines Matching refs:pV
63 PVRTVECTOR4f * const pV, in PVRTVertexRead() argument
69 float *pOut = (float*)pV; in PVRTVertexRead()
71 pV->x = 0; in PVRTVertexRead()
72 pV->y = 0; in PVRTVertexRead()
73 pV->z = 0; in PVRTVertexRead()
74 pV->w = 1; in PVRTVertexRead()
228 unsigned int * const pV, in PVRTVertexRead() argument
239 *pV = *(unsigned short*)pData; in PVRTVertexRead()
243 *pV = *(unsigned int*)pData; in PVRTVertexRead()
260 const PVRTVECTOR4f * const pV) in PVRTVertexWrite() argument
263 float *pData = (float*)pV; in PVRTVertexWrite()