Searched refs:depthStep (Results 1 – 5 of 5) sorted by relevance
301 const float depthStep = 1.0f/(float)(numDepthSteps-1); in iterate() local353 float f = (float)stepNdx*depthStep; in iterate()383 int step = (int)deFloatFloor(d / depthStep); in iterate()384 int col = de::clamp(deRoundFloatToInt32((float)step*depthStep*255.0f), 0, 255); in iterate()
274 float depthStep = 2.0f/(float)(numValues-1); in generateBaseClearAndDepthCommands() local277 depthValues[ndx] = -1.0f + depthStep*(float)ndx; in generateBaseClearAndDepthCommands()
307 const float depthStep = 1.0f/(float)(numDepthSteps-1); in iterate() local378 float f = (float)stepNdx*depthStep; in iterate()409 int step = (int)deFloatFloor(d / depthStep); in iterate()410 int col = de::clamp(deRoundFloatToInt32((float)step*depthStep*255.0f), 0, 255); in iterate()
306 const float depthStep = 1.0f / (float)(numDepthSteps - 1); in iterate() local368 float f = (float)stepNdx * depthStep; in iterate()394 int step = (int)deFloatFloor(d / depthStep); in iterate()395 int col = de::clamp(deRoundFloatToInt32((float)step * depthStep * 255.0f), 0, 255); in iterate()