Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fDepthRangeTests.cpp301 const float depthStep = 1.0f/(float)(numDepthSteps-1); in iterate() local
353 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()
Des2fDepthStencilTests.cpp274 float depthStep = 2.0f/(float)(numValues-1); in generateBaseClearAndDepthCommands() local
277 depthValues[ndx] = -1.0f + depthStep*(float)ndx; in generateBaseClearAndDepthCommands()
/external/deqp/modules/gles3/functional/
Des3fFragDepthTests.cpp307 const float depthStep = 1.0f/(float)(numDepthSteps-1); in iterate() local
378 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()
Des3fDepthStencilTests.cpp274 float depthStep = 2.0f/(float)(numValues-1); in generateBaseClearAndDepthCommands() local
277 depthValues[ndx] = -1.0f + depthStep*(float)ndx; in generateBaseClearAndDepthCommands()
/external/deqp/external/openglcts/modules/common/
DglcFragDepthTests.cpp306 const float depthStep = 1.0f / (float)(numDepthSteps - 1); in iterate() local
368 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()