Home
last modified time | relevance | path

Searched refs:sx1 (Results 1 – 22 of 22) sorted by relevance

/external/eigen/blas/f2c/
Dsrotmg.c15 /* Subroutine */ int srotmg_(real *sd1, real *sd2, real *sx1, real *sy1, real in srotmg_() argument
119 sp1 = *sd1 * *sx1; in srotmg_()
121 sq1 = sp1 * *sx1; in srotmg_()
126 sh21 = -(*sy1) / *sx1; in srotmg_()
140 *sx1 *= su; in srotmg_()
152 sh22 = *sx1 / *sy1; in srotmg_()
157 *sx1 = *sy1 * su; in srotmg_()
170 *sx1 = zero; in srotmg_()
214 *sx1 /= gam; in srotmg_()
231 *sx1 *= gam; in srotmg_()
/external/skqp/experimental/canvaskit/htmlcanvas/
Dlineargradient.js56 var sx1 = pts[0];
62 this._shader = CanvasKit.MakeLinearGradientShader([sx1, sy1], [sx2, sy2],
Dradialgradient.js59 var sx1 = pts[0];
73 [sx1, sy1], sr1, [sx2, sy2], sr2, this._colors, this._pos,
/external/skia/modules/canvaskit/htmlcanvas/
Dlineargradient.js56 var sx1 = pts[0];
62 this._shader = CanvasKit.MakeLinearGradientShader([sx1, sy1], [sx2, sy2],
Dradialgradient.js59 var sx1 = pts[0];
73 [sx1, sy1], sr1, [sx2, sy2], sr2, this._colors, this._pos,
/external/skia/src/gpu/mtl/
DGrMtlCopyManager.mm170 float sx1 = (float)(srcRect.fLeft + w);
182 sx1 /= sw;
188 {sx1 - sx0, sy1 - sy0, sx0, sy0}, // texCoordXform
/external/skqp/src/gpu/mtl/
DGrMtlCopyManager.mm170 float sx1 = (float)(srcRect.fLeft + w);
182 sx1 /= sw;
188 {sx1 - sx0, sy1 - sy0, sx0, sy0}, // texCoordXform
/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/skia/src/gpu/vk/
DGrVkCopyManager.cpp212 float sx1 = (float)(srcRect.fLeft + w); in copySurfaceAsDraw() local
223 sx1 /= sw; in copySurfaceAsDraw()
228 sx1 - sx0, sy1 - sy0, sx0, sy0 }; // texCoordXform in copySurfaceAsDraw()
/external/skqp/src/gpu/vk/
DGrVkCopyManager.cpp212 float sx1 = (float)(srcRect.fLeft + w); in copySurfaceAsDraw() local
223 sx1 /= sw; in copySurfaceAsDraw()
228 sx1 - sx0, sy1 - sy0, sx0, sy0 }; // texCoordXform in copySurfaceAsDraw()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_blitter.c332 unsigned sx1, sy1, sx2, sy2; in emit_blit() local
365 sx1 = sbox->x; 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.cpp557 const deInt64 sx1 = toSubpixelCoord(x0+1) + halfPixel; in rasterizeSingleSample() local
561 const deInt64 sx[4] = { sx0, sx1, sx0, sx1 }; in rasterizeSingleSample()
737 const deInt64 sx1 = toSubpixelCoord(x0+1); in rasterizeMultiSample() local
741 const deInt64 sx[4] = { sx0, sx1, sx0, sx1 }; in rasterizeMultiSample()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorTests.cpp286 const int sx1 = scissorRect.x() + scissorRect.z(); in applyScissor() local
294 if (x < sx0 || x >= sx1 || y < sy0 || y >= sy1) in applyScissor()
/external/deqp/external/openglcts/modules/common/
DglcShaderRenderCase.cpp728 float sx1 = x1 * (float)width; in computeVertexReference() local
731 float oosx = 1.0f / (sx1 - sx0); in computeVertexReference()
735 int ix1 = deCeilFloatToInt32(sx1 - 0.5f); in computeVertexReference()
/external/deqp/modules/glshared/
DglsShaderRenderCase.cpp675 float sx1 = x1 * (float)width; in computeVertexReference() local
678 float oosx = 1.0f / (sx1 - sx0); in computeVertexReference()
682 int ix1 = deCeilFloatToInt32(sx1 - 0.5f); in computeVertexReference()
DglsBufferTestUtil.cpp485 float sx1 = (float)(x+1) / (float)gridSizeX; in computePositions() local
489 float fx1 = 2.0f * sx1 - 1.0f; in computePositions()
/external/deqp/modules/gles2/functional/
Des2fBufferTestUtil.cpp324 float sx1 = (float)(x+1) / (float)gridSizeX; in computePositions() local
328 float fx1 = 2.0f * sx1 - 1.0f; in computePositions()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp2355 const float sx1 = x1 * (float)width; in computeVertexReference() local
2358 const float oosx = 1.0f / (sx1 - sx0); in computeVertexReference()
2362 const int ix1 = deCeilFloatToInt32(sx1 - 0.5f); in computeVertexReference()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp3673 GrGLfloat sx1 = (GrGLfloat)(srcRect.fLeft + w); in copySurfaceAsDraw() local
3685 sx1 /= sw; in copySurfaceAsDraw()
3692 sx1 - sx0, sy1 - sy0, sx0, sy0)); in copySurfaceAsDraw()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp3645 GrGLfloat sx1 = (GrGLfloat)(srcRect.fLeft + w); in copySurfaceAsDraw() local
3657 sx1 /= sw; in copySurfaceAsDraw()
3664 sx1 - sx0, sy1 - sy0, sx0, sy0)); in copySurfaceAsDraw()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcublas_9_0.inc4259 void CUBLASWINAPI cublasSrotmg (float *sd1, float *sd2, float *sx1,
4264 return func_ptr(sd1, sd2, sx1, sy1, sparam);
4267 void CUBLASWINAPI cublasDrotmg (double *sd1, double *sd2, double *sx1,
4272 return func_ptr(sd1, sd2, sx1, sy1, sparam);
Dcublas_10_0.inc4335 void CUBLASWINAPI cublasSrotmg (float *sd1, float *sd2, float *sx1,
4340 return func_ptr(sd1, sd2, sx1, sy1, sparam);
4343 void CUBLASWINAPI cublasDrotmg (double *sd1, double *sd2, double *sx1,
4348 return func_ptr(sd1, sd2, sx1, sy1, sparam);