Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTShadowVol.cpp1100 PVRTVECTOR3 * const pvExtrudedCube, in PVRTShadowVolBoundingBoxExtrude() argument
1114pvExtrudedCube[i].x = pBoundingBox->Point[i].x + fVolLength * (pBoundingBox->Point[i].x - pvLightM… in PVRTShadowVolBoundingBoxExtrude()
1115pvExtrudedCube[i].y = pBoundingBox->Point[i].y + fVolLength * (pBoundingBox->Point[i].y - pvLightM… in PVRTShadowVolBoundingBoxExtrude()
1116pvExtrudedCube[i].z = pBoundingBox->Point[i].z + fVolLength * (pBoundingBox->Point[i].z - pvLightM… in PVRTShadowVolBoundingBoxExtrude()
1124 pvExtrudedCube[i].x = pBoundingBox->Point[i].x + fVolLength * pvLightMdl->x; in PVRTShadowVolBoundingBoxExtrude()
1125 pvExtrudedCube[i].y = pBoundingBox->Point[i].y + fVolLength * pvLightMdl->y; in PVRTShadowVolBoundingBoxExtrude()
1126 pvExtrudedCube[i].z = pBoundingBox->Point[i].z + fVolLength * pvLightMdl->z; in PVRTShadowVolBoundingBoxExtrude()
1155 PVRTVECTOR3 pvExtrudedCube[8]; in PVRTShadowVolBoundingBoxIsVisible() local
1205 PVRTShadowVolBoundingBoxExtrude(pvExtrudedCube, pBoundingBox, pvLightMdl, bPointLight, fVolLength); in PVRTShadowVolBoundingBoxIsVisible()
1210 …ray(&BoundingHyperCubeT[8], sizeof(*BoundingHyperCubeT), pvExtrudedCube, sizeof(*pvExtrudedCube), … in PVRTShadowVolBoundingBoxIsVisible()
DPVRTShadowVol.h202 PVRTVECTOR3 * const pvExtrudedCube,