Home | History | Annotate | Download | only in functional

Lines Matching refs:depthStep

274 		float	depthStep		= 2.0f/(float)(numValues-1);
277 depthValues[ndx] = -1.0f + depthStep*(float)ndx;