Home
last modified time | relevance | path

Searched refs:sy1 (Results 1 – 10 of 10) sorted by relevance

/external/eigen/blas/f2c/
Dsrotmg.c15 /* Subroutine */ int srotmg_(real *sd1, real *sd2, real *sx1, real *sy1, real in srotmg_() argument
111 sp2 = *sd2 * *sy1; in srotmg_()
120 sq2 = sp2 * *sy1; in srotmg_()
126 sh21 = -(*sy1) / *sx1; in srotmg_()
152 sh22 = *sx1 / *sy1; in srotmg_()
157 *sx1 = *sy1 * su; in srotmg_()
/external/skia/src/gpu/vk/
DGrVkCopyManager.cpp216 float sy1 = (float)(srcRect.fTop + h); in copySurfaceAsDraw() local
220 sy1 = sh - sy1; in copySurfaceAsDraw()
227 sy1 /= sh; in copySurfaceAsDraw()
230 sx1 - sx0, sy1 - sy0, sx0, sy0 }; // texCoordXform in copySurfaceAsDraw()
/external/proguard/src/proguard/gui/splash/
DOverrideGraphics2D.java294 …public boolean drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2,… in drawImage() argument
296 return graphics.drawImage(img, dx1, dy1, dx2, dy2, sx1, sy1, sx2, sy2, bgcolor, observer); in drawImage()
299 …public boolean drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2,… in drawImage() argument
301 return graphics.drawImage(img, dx1, dy1, dx2, dy2, sx1, sy1, sx2, sy2, observer); in drawImage()
/external/deqp/framework/referencerenderer/
DrrRasterizer.cpp559 const deInt64 sy1 = toSubpixelCoord(y0+1) + halfPixel; in rasterizeSingleSample() local
562 const deInt64 sy[4] = { sy0, sy0, sy1, sy1 }; in rasterizeSingleSample()
739 const deInt64 sy1 = toSubpixelCoord(y0+1); in rasterizeMultiSample() local
742 const deInt64 sy[4] = { sy0, sy0, sy1, sy1 }; in rasterizeMultiSample()
/external/deqp/modules/glshared/
DglsShaderRenderCase.cpp677 float sy1 = y1 * (float)height; in computeVertexReference() local
679 float oosy = 1.0f / (sy1 - sy0); in computeVertexReference()
684 int iy1 = deCeilFloatToInt32(sy1 - 0.5f); in computeVertexReference()
DglsBufferTestUtil.cpp486 float sy1 = (float)(y+1) / (float)gridSizeY; in computePositions() local
490 float fy1 = 2.0f * sy1 - 1.0f; in computePositions()
/external/deqp/modules/gles2/functional/
Des2fBufferTestUtil.cpp325 float sy1 = (float)(y+1) / (float)gridSizeY; in computePositions() local
329 float fy1 = 2.0f * sy1 - 1.0f; in computePositions()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorTests.cpp472 const int sy1 = scissorRect.y() + scissorRect.w(); in applyScissor() local
478 if (x < sx0 || x >= sx1 || y < sy0 || y >= sy1) in applyScissor()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp3875 GrGLfloat sy1 = (GrGLfloat)(srcRect.fTop + h); in copySurfaceAsDraw() local
3880 sy1 = sh - sy1; in copySurfaceAsDraw()
3886 sy1 /= sh; in copySurfaceAsDraw()
3890 sx1 - sx0, sy1 - sy0, sx0, sy0)); in copySurfaceAsDraw()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp3077 const float sy1 = y1 * (float)height; in computeVertexReference() local
3079 const float oosy = 1.0f / (sy1 - sy0); in computeVertexReference()
3084 const int iy1 = deCeilFloatToInt32(sy1 - 0.5f); in computeVertexReference()