/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderRenderCase.cpp | 748 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() 767 //printf("(%d,%d) -> (%f..%f, %f..%f) (%d..%d, %d..%d)\n", x, y, sx0, sx1, sy0, sy1, ix0, ix1, iy0, iy1); in computeVertexReference() 778 float fy1 = deFloatClamp((sfy - sy0) * oosy, 0.0f, 1.0f); in computeVertexReference()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsShaderRenderCase.cpp | 676 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() 695 //printf("(%d,%d) -> (%f..%f, %f..%f) (%d..%d, %d..%d)\n", x, y, sx0, sx1, sy0, sy1, ix0, ix1, iy0, iy1); in computeVertexReference() 706 float fy1 = deFloatClamp((sfy - sy0) * oosy, 0.0f, 1.0f); in computeVertexReference()
|
H A D | glsBufferTestUtil.cpp | 484 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/framework/referencerenderer/ |
H A D | rrRasterizer.cpp | 559 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); 734 const deInt64 sy[4] = { sy0, sy0, sy1, sy1 };
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsScissorTests.cpp | 280 const int sy0 = scissorRect.y(); in applyScissor() local 287 if (x < sx0 || x >= sx1 || y < sy0 || y >= sy1) in applyScissor()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsScissorTests.cpp | 280 const int sy0 = scissorRect.y(); in applyScissor() local 287 if (x < sx0 || x >= sx1 || y < sy0 || y >= sy1) in applyScissor()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fBufferTestUtil.cpp | 323 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/ |
H A D | imstb_truetype.h | 2998 float sy0,sy1; 3007 sy0 = e->sy; 3010 sy0 = y_top; 3027 height = sy1 - sy0; 3038 sy0 = y_bottom - (sy0 - y_top); 3040 t = sy0, sy0 = sy1, sy1 = t; 3056 area = sign * (y_crossing-sy0); 3071 scanline_fill[x2] += sign * (sy1-sy0); [all...] |
/third_party/skia/third_party/externals/imgui/ |
H A D | imstb_truetype.h | 2998 float sy0,sy1; 3007 sy0 = e->sy; 3010 sy0 = y_top; 3027 height = sy1 - sy0; 3038 sy0 = y_bottom - (sy0 - y_top); 3040 t = sy0, sy0 = sy1, sy1 = t; 3056 area = sign * (y_crossing-sy0); 3071 scanline_fill[x2] += sign * (sy1-sy0); [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRender.cpp | 2428 const float sy0 = y0 * (float)height; 2431 const float oosy = 1.0f / (sy1 - sy0); 2435 const int iy0 = deCeilFloatToInt32(sy0 - 0.5f); 2447 //printf("(%d,%d) -> (%f..%f, %f..%f) (%d..%d, %d..%d)\n", x, y, sx0, sx1, sy0, sy1, ix0, ix1, iy0, iy1); 2458 const float fy1 = deFloatClamp((sfy - sy0) * oosy, 0.0f, 1.0f);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRender.cpp | 2430 const float sy0 = y0 * (float)height; 2433 const float oosy = 1.0f / (sy1 - sy0); 2437 const int iy0 = deCeilFloatToInt32(sy0 - 0.5f); 2449 //printf("(%d,%d) -> (%f..%f, %f..%f) (%d..%d, %d..%d)\n", x, y, sx0, sx1, sy0, sy1, ix0, ix1, iy0, iy1); 2460 const float fy1 = deFloatClamp((sfy - sy0) * oosy, 0.0f, 1.0f);
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLGpu.cpp | 3382 GrGLfloat sy0 = (GrGLfloat)srcRect.fTop; in copySurfaceAsDraw() local 3390 sy0 /= sh; in copySurfaceAsDraw() 3395 sx1 - sx0, sy1 - sy0, sx0, sy0)); in copySurfaceAsDraw()
|