Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/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()
/third_party/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()
/third_party/flutter/skia/third_party/externals/imgui/
Dimstb_truetype.h2980 float sy0,sy1; in stbtt__fill_active_edges_new() local
2989 sy0 = e->sy; in stbtt__fill_active_edges_new()
2992 sy0 = y_top; in stbtt__fill_active_edges_new()
3009 height = sy1 - sy0; in stbtt__fill_active_edges_new()
3020 sy0 = y_bottom - (sy0 - y_top); in stbtt__fill_active_edges_new()
3022 t = sy0, sy0 = sy1, sy1 = t; in stbtt__fill_active_edges_new()
3036 area = sign * (y_crossing-sy0); in stbtt__fill_active_edges_new()
3051 scanline_fill[x2] += sign * (sy1-sy0); in stbtt__fill_active_edges_new()
/third_party/skia/third_party/externals/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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp2394 const float sy0 = y0 * (float)height; in computeVertexReference() local
2397 const float oosy = 1.0f / (sy1 - sy0); in computeVertexReference()
2401 const int iy0 = deCeilFloatToInt32(sy0 - 0.5f); in computeVertexReference()
2424 const float fy1 = deFloatClamp((sfy - sy0) * oosy, 0.0f, 1.0f); in computeVertexReference()
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp3371 GrGLfloat sy0 = (GrGLfloat)srcRect.fTop; in copySurfaceAsDraw() local
3379 sy0 /= sh; in copySurfaceAsDraw()
3384 sx1 - sx0, sy1 - sy0, sx0, sy0)); in copySurfaceAsDraw()
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.cpp3522 GrGLfloat sy0 = (GrGLfloat)srcRect.fTop; in copySurfaceAsDraw() local
3530 sy0 /= sh; in copySurfaceAsDraw()
3535 sx1 - sx0, sy1 - sy0, sx0, sy0)); in copySurfaceAsDraw()