Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTShadowVol.cpp1156 PVRTVECTOR4 BoundingHyperCubeT[16]; in PVRTShadowVolBoundingBoxIsVisible() local
1169 …PVRTTransformVec3Array(&BoundingHyperCubeT[0], sizeof(*BoundingHyperCubeT), pBoundingBox->Point, s… in PVRTShadowVolBoundingBoxIsVisible()
1189 if(BoundingHyperCubeT[i].z <= 0) in PVRTShadowVolBoundingBoxIsVisible()
1192 if(BoundingHyperCubeT[i].z <= fLightProjZ) in PVRTShadowVolBoundingBoxIsVisible()
1210 …PVRTTransformVec3Array(&BoundingHyperCubeT[8], sizeof(*BoundingHyperCubeT), pvExtrudedCube, sizeof… in PVRTShadowVolBoundingBoxIsVisible()
1215 if(!IsHyperBoundingBoxVisibleEx(BoundingHyperCubeT, fCamZProj)) { in PVRTShadowVolBoundingBoxIsVisible()
1225 if(IsFrontClipInVolume(BoundingHyperCubeT)) { in PVRTShadowVolBoundingBoxIsVisible()
1228 if(IsBoundingBoxVisibleEx(&BoundingHyperCubeT[8], fCamZProj)) in PVRTShadowVolBoundingBoxIsVisible()
1241 if(IsFrontClipInVolume(BoundingHyperCubeT)) { in PVRTShadowVolBoundingBoxIsVisible()
1244 if(IsBoundingBoxVisibleEx(BoundingHyperCubeT, fCamZProj)) in PVRTShadowVolBoundingBoxIsVisible()
[all …]