HomeSort by relevance Sort by last modified time
    Searched refs:depthStep (Results 1 - 4 of 4) sorted by null

  /external/deqp/modules/gles2/functional/
es2fDepthRangeTests.cpp 301 const float depthStep = 1.0f/(float)(numDepthSteps-1);
353 float f = (float)stepNdx*depthStep;
383 int step = (int)deFloatFloor(d / depthStep);
384 int col = de::clamp(deRoundFloatToInt32((float)step*depthStep*255.0f), 0, 255);
es2fDepthStencilTests.cpp 274 float depthStep = 2.0f/(float)(numValues-1);
277 depthValues[ndx] = -1.0f + depthStep*(float)ndx;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFragDepthTests.cpp 307 const float depthStep = 1.0f/(float)(numDepthSteps-1);
378 float f = (float)stepNdx*depthStep;
409 int step = (int)deFloatFloor(d / depthStep);
410 int col = de::clamp(deRoundFloatToInt32((float)step*depthStep*255.0f), 0, 255);
es3fDepthStencilTests.cpp 274 float depthStep = 2.0f/(float)(numValues-1);
277 depthValues[ndx] = -1.0f + depthStep*(float)ndx;
    [all...]

Completed in 381 milliseconds