Home
last modified time | relevance | path

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

/external/skia/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/mtl/
DGrMtlCopyManager.mm171 float sy0 = (float)srcRect.fTop;
175 sy0 = sh - sy0;
183 sy0 /= sh;
188 {sx1 - sx0, sy1 - sy0, sx0, sy0}, // texCoordXform
/external/skia/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/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/deqp/framework/referencerenderer/
DrrRasterizer.cpp558 const deInt64 sy0 = toSubpixelCoord(y0) + halfPixel; in rasterizeSingleSample() local
562 const deInt64 sy[4] = { sy0, sy0, sy1, sy1 }; in rasterizeSingleSample()
738 const deInt64 sy0 = toSubpixelCoord(y0); in rasterizeMultiSample() local
742 const deInt64 sy[4] = { sy0, sy0, sy1, sy1 }; in rasterizeMultiSample()
/external/deqp/external/openglcts/modules/common/
DglcShaderRenderCase.cpp729 float sy0 = y0 * (float)height; in computeVertexReference() local
732 float oosy = 1.0f / (sy1 - sy0); in computeVertexReference()
736 int iy0 = deCeilFloatToInt32(sy0 - 0.5f); in computeVertexReference()
759 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/u-boot/drivers/video/
Dstb_truetype.h1927 float sy0,sy1; in stbtt__fill_active_edges_new() local
1936 sy0 = e->sy; in stbtt__fill_active_edges_new()
1939 sy0 = y_top; in stbtt__fill_active_edges_new()
1956 height = sy1 - sy0; in stbtt__fill_active_edges_new()
1967 sy0 = y_bottom - (sy0 - y_top); in stbtt__fill_active_edges_new()
1969 t = sy0, sy0 = sy1, sy1 = t; in stbtt__fill_active_edges_new()
1983 area = sign * (y_crossing-sy0); 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.cpp287 const int sy0 = scissorRect.y(); in applyScissor() local
294 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/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp2356 const float sy0 = y0 * (float)height; in computeVertexReference() local
2359 const float oosy = 1.0f / (sy1 - sy0); in computeVertexReference()
2363 const int iy0 = deCeilFloatToInt32(sy0 - 0.5f); in computeVertexReference()
2386 const float fy1 = deFloatClamp((sfy - sy0) * oosy, 0.0f, 1.0f); in computeVertexReference()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp3674 GrGLfloat sy0 = (GrGLfloat)srcRect.fTop; in copySurfaceAsDraw() local
3679 sy0 = sh - sy0; in copySurfaceAsDraw()
3686 sy0 /= sh; in copySurfaceAsDraw()
3692 sx1 - sx0, sy1 - sy0, sx0, sy0)); in copySurfaceAsDraw()
/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()