Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTShadowVol.cpp1149 const PVRTMATRIX * const pmTrans, in PVRTShadowVolBoundingBoxIsVisible() argument
1169 …eT[0], sizeof(*BoundingHyperCubeT), pBoundingBox->Point, sizeof(*pBoundingBox->Point), pmTrans, 8); in PVRTShadowVolBoundingBoxIsVisible()
1175 pmTrans->f[ 2] * pvLightMdl->x + in PVRTShadowVolBoundingBoxIsVisible()
1176 pmTrans->f[ 6] * pvLightMdl->y + in PVRTShadowVolBoundingBoxIsVisible()
1177 pmTrans->f[10] * pvLightMdl->z + in PVRTShadowVolBoundingBoxIsVisible()
1178 pmTrans->f[14]; in PVRTShadowVolBoundingBoxIsVisible()
1210 …ngHyperCubeT[8], sizeof(*BoundingHyperCubeT), pvExtrudedCube, sizeof(*pvExtrudedCube), pmTrans, 8); in PVRTShadowVolBoundingBoxIsVisible()
DPVRTShadowVol.h226 const PVRTMATRIX * const pmTrans,