Home
last modified time | relevance | path

Searched refs:sy1 (Results 1 – 24 of 24) 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/mtl/
DGrMtlCopyManager.mm172 float sy1 = (float)(srcRect.fTop + h);
176 sy1 = sh - sy1;
184 sy1 /= sh;
188 {sx1 - sx0, sy1 - sy0, sx0, sy0}, // texCoordXform
/external/skqp/src/gpu/mtl/
DGrMtlCopyManager.mm172 float sy1 = (float)(srcRect.fTop + h);
176 sy1 = sh - sy1;
184 sy1 /= sh;
188 {sx1 - sx0, sy1 - sy0, sx0, sy0}, // texCoordXform
/external/skqp/experimental/canvaskit/htmlcanvas/
Dlineargradient.js57 var sy1 = pts[1];
62 this._shader = CanvasKit.MakeLinearGradientShader([sx1, sy1], [sx2, sy2],
Dradialgradient.js60 var sy1 = pts[1];
73 [sx1, sy1], sr1, [sx2, sy2], sr2, this._colors, this._pos,
/external/skia/modules/canvaskit/htmlcanvas/
Dlineargradient.js57 var sy1 = pts[1];
62 this._shader = CanvasKit.MakeLinearGradientShader([sx1, sy1], [sx2, sy2],
Dradialgradient.js60 var sy1 = pts[1];
73 [sx1, sy1], sr1, [sx2, sy2], sr2, this._colors, this._pos,
/external/skia/src/gpu/vk/
DGrVkCopyManager.cpp214 float sy1 = (float)(srcRect.fTop + h); in copySurfaceAsDraw() local
218 sy1 = sh - sy1; in copySurfaceAsDraw()
225 sy1 /= sh; in copySurfaceAsDraw()
228 sx1 - sx0, sy1 - sy0, sx0, sy0 }; // texCoordXform in copySurfaceAsDraw()
/external/skqp/src/gpu/vk/
DGrVkCopyManager.cpp214 float sy1 = (float)(srcRect.fTop + h); in copySurfaceAsDraw() local
218 sy1 = sh - sy1; in copySurfaceAsDraw()
225 sy1 /= sh; in copySurfaceAsDraw()
228 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/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_blitter.c332 unsigned sx1, sy1, sx2, sy2; in emit_blit() local
366 sy1 = sbox->y; in emit_blit()
442 OUT_RING(ring, CP_BLIT_1_SRC_X1(sx1) | CP_BLIT_1_SRC_Y1(sy1)); in emit_blit()
/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/u-boot/drivers/video/
Dstb_truetype.h1927 float sy0,sy1; in stbtt__fill_active_edges_new() local
1943 sy1 = e->ey; in stbtt__fill_active_edges_new()
1946 sy1 = y_bottom; in stbtt__fill_active_edges_new()
1956 height = sy1 - sy0; in stbtt__fill_active_edges_new()
1968 sy1 = y_bottom - (sy1 - y_top); in stbtt__fill_active_edges_new()
1969 t = sy0, sy0 = sy1, sy1 = t; in stbtt__fill_active_edges_new()
1996 scanline[x2] += area + sign * (1-(x_bottom-x2)/2) * (sy1-y_crossing); in stbtt__fill_active_edges_new()
1998 scanline_fill[x2] += sign * (sy1-sy0); in stbtt__fill_active_edges_new()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorTests.cpp288 const int sy1 = scissorRect.y() + scissorRect.w(); in applyScissor() local
294 if (x < sx0 || x >= sx1 || y < sy0 || y >= sy1) in applyScissor()
/external/deqp/external/openglcts/modules/common/
DglcShaderRenderCase.cpp730 float sy1 = y1 * (float)height; in computeVertexReference() local
732 float oosy = 1.0f / (sy1 - sy0); in computeVertexReference()
737 int iy1 = deCeilFloatToInt32(sy1 - 0.5f); in computeVertexReference()
/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/skia/src/gpu/gl/
DGrGLGpu.cpp3675 GrGLfloat sy1 = (GrGLfloat)(srcRect.fTop + h); in copySurfaceAsDraw() local
3680 sy1 = sh - sy1; in copySurfaceAsDraw()
3687 sy1 /= sh; in copySurfaceAsDraw()
3692 sx1 - sx0, sy1 - sy0, sx0, sy0)); in copySurfaceAsDraw()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp3647 GrGLfloat sy1 = (GrGLfloat)(srcRect.fTop + h); in copySurfaceAsDraw() local
3652 sy1 = sh - sy1; in copySurfaceAsDraw()
3659 sy1 /= sh; in copySurfaceAsDraw()
3664 sx1 - sx0, sy1 - sy0, sx0, sy0)); in copySurfaceAsDraw()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp2357 const float sy1 = y1 * (float)height; in computeVertexReference() local
2359 const float oosy = 1.0f / (sy1 - sy0); in computeVertexReference()
2364 const int iy1 = deCeilFloatToInt32(sy1 - 0.5f); in computeVertexReference()
/external/virglrenderer/src/
Dvrend_renderer.c7015 GLint sy1, sy2, dy1, dy2; in vrend_renderer_resource_copy_region() local
7072 sy1 = src_box->y; in vrend_renderer_resource_copy_region()
7075 sy1 = src_res->base.height0 - src_box->y - src_box->height; in vrend_renderer_resource_copy_region()
7087 glBlitFramebuffer(src_box->x, sy1, in vrend_renderer_resource_copy_region()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcublas_9_0.inc4260 const float *sy1, float* sparam) {
4264 return func_ptr(sd1, sd2, sx1, sy1, sparam);
4268 const double *sy1, double* sparam) {
4272 return func_ptr(sd1, sd2, sx1, sy1, sparam);
Dcublas_10_0.inc4336 const float *sy1, float* sparam) {
4340 return func_ptr(sd1, sd2, sx1, sy1, sparam);
4344 const double *sy1, double* sparam) {
4348 return func_ptr(sd1, sd2, sx1, sy1, sparam);