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

  /external/deqp/modules/gles2/functional/
es2fBufferTestUtil.cpp 323 float sy0 = (float)(y+0) / (float)gridSizeY; local
327 float fy0 = 2.0f * sy0 - 1.0f;
  /external/skia/src/gpu/vk/
GrVkCopyManager.cpp 213 float sy0 = (float)srcRect.fTop; local
217 sy0 = sh - sy0;
224 sy0 /= sh;
228 sx1 - sx0, sy1 - sy0, sx0, sy0 }; // texCoordXform
  /external/skqp/src/gpu/vk/
GrVkCopyManager.cpp 213 float sy0 = (float)srcRect.fTop; local
217 sy0 = sh - sy0;
224 sy0 /= sh;
228 sx1 - sx0, sy1 - sy0, sx0, sy0 }; // texCoordXform
  /external/deqp/modules/glshared/
glsBufferTestUtil.cpp 484 float sy0 = (float)(y+0) / (float)gridSizeY; local
488 float fy0 = 2.0f * sy0 - 1.0f;
glsShaderRenderCase.cpp 676 float sy0 = y0 * (float)height; local
679 float oosy = 1.0f / (sy1 - sy0);
683 int iy0 = deCeilFloatToInt32(sy0 - 0.5f);
695 //printf("(%d,%d) -> (%f..%f, %f..%f) (%d..%d, %d..%d)\n", x, y, sx0, sx1, sy0, sy1, ix0, ix1, iy0, iy1);
706 float fy1 = deFloatClamp((sfy - sy0) * oosy, 0.0f, 1.0f);
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsScissorTests.cpp 287 const int sy0 = scissorRect.y(); local
294 if (x < sx0 || x >= sx1 || y < sy0 || y >= sy1)
  /external/deqp/external/openglcts/modules/common/
glcShaderRenderCase.cpp 729 float sy0 = y0 * (float)height; local
732 float oosy = 1.0f / (sy1 - sy0);
736 int iy0 = deCeilFloatToInt32(sy0 - 0.5f);
748 //printf("(%d,%d) -> (%f..%f, %f..%f) (%d..%d, %d..%d)\n", x, y, sx0, sx1, sy0, sy1, ix0, ix1, iy0, iy1);
759 float fy1 = deFloatClamp((sfy - sy0) * oosy, 0.0f, 1.0f);
  /external/deqp/framework/referencerenderer/
rrRasterizer.cpp 558 const deInt64 sy0 = toSubpixelCoord(y0) + halfPixel; local
562 const deInt64 sy[4] = { sy0, sy0, sy1, sy1 };
738 const deInt64 sy0 = toSubpixelCoord(y0);
742 const deInt64 sy[4] = { sy0, sy0, sy1, sy1 };
    [all...]
  /external/u-boot/drivers/video/
stb_truetype.h 1927 float sy0,sy1; local
    [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.cpp 3674 GrGLfloat sy0 = (GrGLfloat)srcRect.fTop; local
    [all...]
  /external/skqp/src/gpu/gl/
GrGLGpu.cpp 3646 GrGLfloat sy0 = (GrGLfloat)srcRect.fTop; local
    [all...]

Completed in 1372 milliseconds