/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderDerivateTests.cpp | 1106 const tcu::Vec4 yScale = tcu::Vec4(0.5f, 0.5f, 0.5f, -0.5f); in verify() local 1114 const tcu::Vec4 scale = isX ? xScale : yScale; in verify() 1192 const tcu::Vec4 dy = ((m_coordMax - m_coordMin) / h) * yScale; in verify() 1195 const tcu::Vec4 dyThreshold = getDerivateThreshold(m_precision, m_coordMin*yScale, m_coordMax*yScale, dy); in verify() 1197 const tcu::Vec4 dyThresholdW = getDerivateThresholdWarning(m_precision, m_coordMin*yScale, m_coordMax*yScale, dy); in verify() 1436 const tcu::Vec4 yScale = tcu::Vec4(0.5f, 1.0f, 0.5f, -0.5f); in verify() local 1446 const tcu::Vec4 scale = isX ? xScale : yScale; in verify() 1525 const tcu::Vec4 dy = ((m_texValueMax - m_texValueMin) / h) * yScale; in verify() [all...] |
/third_party/skia/src/core/ |
H A D | SkDrawShadowInfo.cpp | 129 SkScalar yScale = 2/(pathBounds.fBottom - pathBounds.fTop); in GetSpotShadowTransform() local 131 0, yScale, -yScale*pathBounds.fTop - 1, in GetSpotShadowTransform()
|
H A D | SkRRect.cpp | 475 SkScalar yScale = matrix.getScaleY(); in transform() local 485 yScale = matrix.getSkewX() * (isClockwise ? -1 : 1); in transform() 506 const bool flipY = yScale < 0; in transform() 508 yScale = -yScale; in transform() 514 dst->fRadii[i].fY *= yScale; in transform()
|
H A D | SkScalerContext.cpp | 873 SkScalar yScale = SkScalarAbs(GA.get(SkMatrix::kMScaleY)); in computeMatrices() local 874 s->fX = yScale; in computeMatrices() 875 s->fY = yScale; in computeMatrices()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderDerivateTests.cpp | 1025 const tcu::Vec4 yScale = tcu::Vec4(0.0f, 1.0f, 0.5f, -0.5f); in verify() local 1032 const tcu::Vec4 scale = isX ? xScale : yScale; in verify() 1095 const tcu::Vec4 dy = ((m_values.coordMax - m_values.coordMin) / h) * yScale; in verify() 1098 const tcu::Vec4 dyThreshold = getDerivateThreshold(m_definitions.precision, m_values.coordMin*yScale, m_values.coordMax*yScale, dy); in verify() 1327 const tcu::Vec4 yScale = tcu::Vec4(0.0f, 1.0f, 0.5f, -0.5f); in verify() local 1337 const tcu::Vec4 scale = isX ? xScale : yScale; in verify() 1394 const tcu::Vec4 dy = ((m_textureValues.texValueMax - m_textureValues.texValueMin) / h) * yScale; in verify() 1397 const tcu::Vec4 dyThreshold = getDerivateThreshold(m_definitions.precision, m_textureValues.texValueMin*yScale, m_textureValues.texValueMax*yScale, d in verify() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderDerivateTests.cpp | 998 const tcu::Vec4 yScale = tcu::Vec4(0.0f, 1.0f, 0.5f, -0.5f); in verify() local 1005 const tcu::Vec4 scale = isX ? xScale : yScale; in verify() 1068 const tcu::Vec4 dy = ((m_values.coordMax - m_values.coordMin) / h) * yScale; in verify() 1071 const tcu::Vec4 dyThreshold = getDerivateThreshold(m_definitions.precision, m_values.coordMin*yScale, m_values.coordMax*yScale, dy); in verify() 1301 const tcu::Vec4 yScale = tcu::Vec4(0.0f, 1.0f, 0.5f, -0.5f); in verify() local 1311 const tcu::Vec4 scale = isX ? xScale : yScale; in verify() 1368 const tcu::Vec4 dy = ((m_textureValues.texValueMax - m_textureValues.texValueMin) / h) * yScale; in verify() 1371 const tcu::Vec4 dyThreshold = getDerivateThreshold(m_definitions.precision, m_textureValues.texValueMin*yScale, m_textureValues.texValueMax*yScale, d in verify() [all...] |
/third_party/skia/third_party/externals/d3d12allocator/src/ |
H A D | Common.h | 295 float yScale = 1.0f / tan(fovY * 0.5f);
in Perspective() local 296 float xScale = yScale / aspectRatio;
in Perspective() 299 0.0f, yScale, 0.0f, 0.0f,
in Perspective()
|
/third_party/skia/tests/ |
H A D | RoundRectTest.cpp | 671 SkScalar yScale = 3.2f; in test_transform_helper() local 674 matrix.setScaleY(yScale); in test_transform_helper() 683 orig.radii((SkRRect::Corner) i).fY * yScale)); in test_transform_helper() 688 orig.rect().height() * yScale)); in test_transform_helper() 692 orig.rect().top() * yScale)); in test_transform_helper()
|
/third_party/skia/src/pdf/ |
H A D | SkPDFDevice.cpp | 742 SkScalar xScale, SkScalar yScale, in get_glyph_bounds_device_space() 744 SkRect glyphBounds = SkMatrix::Scale(xScale, yScale).mapRect(glyph->rect()); in get_glyph_bounds_device_space() 741 get_glyph_bounds_device_space(const SkGlyph* glyph, SkScalar xScale, SkScalar yScale, SkPoint xy, const SkMatrix& ctm) get_glyph_bounds_device_space() argument
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiCopiesAndBlittingTests.cpp | 4242 const float yScale = static_cast<float>(blit.srcOffsets[1].y - blit.srcOffsets[0].y) / static_cast<float>(blit.dstOffsets[1].y - blit.dstOffsets[0].y); 4255 (yScale * (static_cast<float>(y - blit.dstOffsets[0].y) + 0.5f) + static_cast<float>(blit.srcOffsets[0].y)) * srcInvH, 4726 const int yScale = (mirrorMode & MIRROR_MODE_Y) ? -1 : 1; 4733 dst.setPixel(linearToSRGBIfNeeded(dst.getFormat(), src.sample3D(sampler, filter, ((float)x + 0.5f) * sX, ((float)y + 0.5f) * sY, ((float)z + 0.5f) * sZ)), x * xScale + xOffset, y * yScale + yOffset, z * zScale + zOffset);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiCopiesAndBlittingTests.cpp | 3798 const float yScale = static_cast<float>(blit.srcOffsets[1].y - blit.srcOffsets[0].y) / static_cast<float>(blit.dstOffsets[1].y - blit.dstOffsets[0].y); in forEach() local 3811 (yScale * (static_cast<float>(y - blit.dstOffsets[0].y) + 0.5f) + static_cast<float>(blit.srcOffsets[0].y)) * srcInvH, in forEach() 4282 const int yScale = (mirrorMode & MIRROR_MODE_Y) ? -1 : 1; in blit() local 4289 dst.setPixel(linearToSRGBIfNeeded(dst.getFormat(), src.sample3D(sampler, filter, ((float)x + 0.5f) * sX, ((float)y + 0.5f) * sY, ((float)z + 0.5f) * sZ)), x * xScale + xOffset, y * yScale + yOffset, z * zScale + zOffset); in blit()
|