/external/eigen/blas/f2c/ |
D | srotmg.c | 15 /* 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/ |
D | GrMtlCopyManager.mm | 172 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/ |
D | GrMtlCopyManager.mm | 172 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/ |
D | lineargradient.js | 57 var sy1 = pts[1]; 62 this._shader = CanvasKit.MakeLinearGradientShader([sx1, sy1], [sx2, sy2],
|
D | radialgradient.js | 60 var sy1 = pts[1]; 73 [sx1, sy1], sr1, [sx2, sy2], sr2, this._colors, this._pos,
|
/external/skia/modules/canvaskit/htmlcanvas/ |
D | lineargradient.js | 57 var sy1 = pts[1]; 62 this._shader = CanvasKit.MakeLinearGradientShader([sx1, sy1], [sx2, sy2],
|
D | radialgradient.js | 60 var sy1 = pts[1]; 73 [sx1, sy1], sr1, [sx2, sy2], sr2, this._colors, this._pos,
|
/external/skia/src/gpu/vk/ |
D | GrVkCopyManager.cpp | 214 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/ |
D | GrVkCopyManager.cpp | 214 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/ |
D | OverrideGraphics2D.java | 294 …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/ |
D | fd5_blitter.c | 332 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/ |
D | rrRasterizer.cpp | 559 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/ |
D | stb_truetype.h | 1927 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/ |
D | vktFragmentOperationsScissorTests.cpp | 288 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/ |
D | glcShaderRenderCase.cpp | 730 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/ |
D | glsShaderRenderCase.cpp | 677 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()
|
D | glsBufferTestUtil.cpp | 486 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/ |
D | es2fBufferTestUtil.cpp | 325 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/ |
D | GrGLGpu.cpp | 3675 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/ |
D | GrGLGpu.cpp | 3647 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/ |
D | vktShaderRender.cpp | 2357 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/ |
D | vrend_renderer.c | 7015 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/ |
D | cublas_9_0.inc | 4260 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);
|
D | cublas_10_0.inc | 4336 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);
|