Home
last modified time | relevance | path

Searched refs:sy0 (Results 1 – 13 of 13) sorted by relevance

/external/skqp/src/gpu/mtl/
DGrMtlCopyManager.mm171 float sy0 = (float)srcRect.fTop;
175 sy0 = sh - sy0;
183 sy0 /= sh;
188 {sx1 - sx0, sy1 - sy0, sx0, sy0}, // texCoordXform
/external/skqp/src/gpu/vk/
DGrVkCopyManager.cpp213 float sy0 = (float)srcRect.fTop; in copySurfaceAsDraw() local
217 sy0 = sh - sy0; in copySurfaceAsDraw()
224 sy0 /= sh; in copySurfaceAsDraw()
228 sx1 - sx0, sy1 - sy0, sx0, sy0 }; // texCoordXform in copySurfaceAsDraw()
/external/tensorflow/tensorflow/python/kernel_tests/random/
Drandom_binomial_test.py91 sy0, sy1 = self.evaluate(sy), self.evaluate(sy)
93 self.assertAllEqual(sx0, sy0)
94 self.assertAllEqual(sy0, sy1)
/external/deqp/external/openglcts/modules/common/
DglcShaderRenderCase.cpp748 float sy0 = y0 * (float)height; in computeVertexReference() local
751 float oosy = 1.0f / (sy1 - sy0); in computeVertexReference()
755 int iy0 = deCeilFloatToInt32(sy0 - 0.5f); in computeVertexReference()
778 float fy1 = deFloatClamp((sfy - sy0) * oosy, 0.0f, 1.0f); in computeVertexReference()
/external/deqp/modules/glshared/
DglsShaderRenderCase.cpp676 float sy0 = y0 * (float)height; in computeVertexReference() local
679 float oosy = 1.0f / (sy1 - sy0); in computeVertexReference()
683 int iy0 = deCeilFloatToInt32(sy0 - 0.5f); in computeVertexReference()
706 float fy1 = deFloatClamp((sfy - sy0) * oosy, 0.0f, 1.0f); in computeVertexReference()
DglsBufferTestUtil.cpp484 float sy0 = (float)(y+0) / (float)gridSizeY; in computePositions() local
488 float fy0 = 2.0f * sy0 - 1.0f; in computePositions()
/external/deqp/framework/referencerenderer/
DrrRasterizer.cpp559 const deInt64 sy0 = toSubpixelCoord(y0, m_subpixelBits) + halfPixel; in rasterizeSingleSample() local
563 const deInt64 sy[4] = { sy0, sy0, sy1, sy1 }; in rasterizeSingleSample()
730 const deInt64 sy0 = toSubpixelCoord(y0, m_subpixelBits); in rasterizeMultiSample() local
734 const deInt64 sy[4] = { sy0, sy0, sy1, sy1 }; in rasterizeMultiSample()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorTests.cpp281 const int sy0 = scissorRect.y(); in applyScissor() local
288 if (x < sx0 || x >= sx1 || y < sy0 || y >= sy1) in applyScissor()
/external/deqp/modules/gles2/functional/
Des2fBufferTestUtil.cpp323 float sy0 = (float)(y+0) / (float)gridSizeY; in computePositions() local
327 float fy0 = 2.0f * sy0 - 1.0f; in computePositions()
/external/mesa3d/src/imgui/
Dimstb_truetype.h2998 float sy0,sy1; in stbtt__fill_active_edges_new() local
3007 sy0 = e->sy; in stbtt__fill_active_edges_new()
3010 sy0 = y_top; in stbtt__fill_active_edges_new()
3027 height = sy1 - sy0; in stbtt__fill_active_edges_new()
3038 sy0 = y_bottom - (sy0 - y_top); in stbtt__fill_active_edges_new()
3040 t = sy0, sy0 = sy1, sy1 = t; in stbtt__fill_active_edges_new()
3056 area = sign * (y_crossing-sy0); in stbtt__fill_active_edges_new()
3071 scanline_fill[x2] += sign * (sy1-sy0); in stbtt__fill_active_edges_new()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp2372 const float sy0 = y0 * (float)height; in computeVertexReference() local
2375 const float oosy = 1.0f / (sy1 - sy0); in computeVertexReference()
2379 const int iy0 = deCeilFloatToInt32(sy0 - 0.5f); in computeVertexReference()
2402 const float fy1 = deFloatClamp((sfy - sy0) * oosy, 0.0f, 1.0f); in computeVertexReference()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp3646 GrGLfloat sy0 = (GrGLfloat)srcRect.fTop; in copySurfaceAsDraw() local
3651 sy0 = sh - sy0; in copySurfaceAsDraw()
3658 sy0 /= sh; in copySurfaceAsDraw()
3664 sx1 - sx0, sy1 - sy0, sx0, sy0)); in copySurfaceAsDraw()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp3338 GrGLfloat sy0 = (GrGLfloat)srcRect.fTop; in copySurfaceAsDraw() local
3346 sy0 /= sh; in copySurfaceAsDraw()
3351 sx1 - sx0, sy1 - sy0, sx0, sy0)); in copySurfaceAsDraw()