/external/deqp/modules/gles2/functional/ |
es2fBufferTestUtil.cpp | 322 float sx0 = (x+0) / (float)gridSizeX; local 326 float fx0 = 2.0f * sx0 - 1.0f;
|
/external/deqp/modules/glshared/ |
glsBufferTestUtil.cpp | 482 float sx0 = (x+0) / (float)gridSizeX; local 486 float fx0 = 2.0f * sx0 - 1.0f;
|
glsShaderRenderCase.cpp | 690 float sx0 = x0 * (float)width; local 694 float oosx = 1.0f / (sx1 - sx0); 697 int ix0 = deCeilFloatToInt32(sx0 - 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); 721 float fx1 = deFloatClamp((sfx - sx0) * oosx, 0.0f, 1.0f);
|
/external/deqp/framework/referencerenderer/ |
rrRasterizer.cpp | 508 const deInt64 sx0 = toSubpixelCoord(x0) + halfPixel; local 513 const deInt64 sx[4] = { sx0, sx1, sx0, sx1 }; 684 const deInt64 sx0 = toSubpixelCoord(x0); 689 const deInt64 sx[4] = { sx0, sx1, sx0, sx1 }; [all...] |