Searched refs:phiIndex (Results 1 – 1 of 1) sorted by relevance
72 … for (u32 phiIndex = 0; phiIndex < circleVerticesNum; phiIndex++) in InitializeSphere() local74 f32 phi = deltaPhi * phiIndex; in InitializeSphere()111 … for (u32 phiIndex = 0; phiIndex < circleVerticesNum; phiIndex++) in InitializeSphere() local113 f32 s = deltaST * phiIndex; in InitializeSphere()131 for (u32 phiIndex = 0; phiIndex < circleVerticesNum; phiIndex++) in InitializeSphere() local135 u32 index0 = thetaIndex + phiIndex * circleVerticesNum; in InitializeSphere()136 u32 index1 = (thetaIndex + 1) % circleVerticesNum + phiIndex * circleVerticesNum; in InitializeSphere()137 u32 index2 = (thetaIndex + (phiIndex + 1) * circleVerticesNum) % verticesNum; in InitializeSphere()138 u32 index3 = (thetaIndex + 1 + (phiIndex + 1) * circleVerticesNum) % verticesNum; in InitializeSphere()