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

  /external/deqp/modules/gles2/functional/
es2fBufferTestUtil.cpp 323 float sy0 = (y+0) / (float)gridSizeY; local
327 float fy0 = 2.0f * sy0 - 1.0f;
  /external/deqp/modules/glshared/
glsBufferTestUtil.cpp 483 float sy0 = (y+0) / (float)gridSizeY; local
487 float fy0 = 2.0f * sy0 - 1.0f;
glsShaderRenderCase.cpp 692 float sy0 = y0 * (float)height; local
695 float oosy = 1.0f / (sy1 - sy0);
699 int iy0 = deCeilFloatToInt32(sy0 - 0.5f);
711 //printf("(%d,%d) -> (%f..%f, %f..%f) (%d..%d, %d..%d)\n", x, y, sx0, sx1, sy0, sy1, ix0, ix1, iy0, iy1);
722 float fy1 = deFloatClamp((sfy - sy0) * oosy, 0.0f, 1.0f);
  /external/deqp/framework/referencerenderer/
rrRasterizer.cpp 510 const deInt64 sy0 = toSubpixelCoord(y0) + halfPixel; local
514 const deInt64 sy[4] = { sy0, sy0, sy1, sy1 };
686 const deInt64 sy0 = toSubpixelCoord(y0);
690 const deInt64 sy[4] = { sy0, sy0, sy1, sy1 };
    [all...]

Completed in 413 milliseconds