Home
last modified time | relevance | path

Searched refs:pBoundingBox (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTTrans.cpp39 PVRTBOUNDINGBOX * const pBoundingBox, in PVRTBoundingBoxCompute() argument
69 pBoundingBox->Point[0].x=MinX; in PVRTBoundingBoxCompute()
70 pBoundingBox->Point[0].y=MinY; in PVRTBoundingBoxCompute()
71 pBoundingBox->Point[0].z=MinZ; in PVRTBoundingBoxCompute()
74 pBoundingBox->Point[1].x=MinX; in PVRTBoundingBoxCompute()
75 pBoundingBox->Point[1].y=MinY; in PVRTBoundingBoxCompute()
76 pBoundingBox->Point[1].z=MaxZ; in PVRTBoundingBoxCompute()
79 pBoundingBox->Point[2].x=MinX; in PVRTBoundingBoxCompute()
80 pBoundingBox->Point[2].y=MaxY; in PVRTBoundingBoxCompute()
81 pBoundingBox->Point[2].z=MinZ; in PVRTBoundingBoxCompute()
[all …]
DPVRTTrans.h39 PVRTBOUNDINGBOX * const pBoundingBox,
59 PVRTBOUNDINGBOX * const pBoundingBox,
85 const PVRTBOUNDINGBOX * const pBoundingBox,
DPVRTShadowVol.cpp1101 const PVRTBOUNDINGBOX * const pBoundingBox, in PVRTShadowVolBoundingBoxExtrude() argument
1114 …pvExtrudedCube[i].x = pBoundingBox->Point[i].x + fVolLength * (pBoundingBox->Point[i].x - pvLightM… in PVRTShadowVolBoundingBoxExtrude()
1115 …pvExtrudedCube[i].y = pBoundingBox->Point[i].y + fVolLength * (pBoundingBox->Point[i].y - pvLightM… in PVRTShadowVolBoundingBoxExtrude()
1116 …pvExtrudedCube[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()
1148 const PVRTBOUNDINGBOX * const pBoundingBox, in PVRTShadowVolBoundingBoxIsVisible() argument
1169 …ay(&BoundingHyperCubeT[0], sizeof(*BoundingHyperCubeT), pBoundingBox->Point, sizeof(*pBoundingBox-… in PVRTShadowVolBoundingBoxIsVisible()
1205 PVRTShadowVolBoundingBoxExtrude(pvExtrudedCube, pBoundingBox, pvLightMdl, bPointLight, fVolLength); in PVRTShadowVolBoundingBoxIsVisible()
DPVRTShadowVol.h203 const PVRTBOUNDINGBOX * const pBoundingBox,
225 const PVRTBOUNDINGBOX * const pBoundingBox,