Home
last modified time | relevance | path

Searched refs:vScale (Results 1 – 8 of 8) sorted by relevance

/external/skqp/tests/
DPathOpsExtendedTest.cpp220 SkScalar vScale = (bitHeight - 2) / largerHeight; in scaleMatrix() local
222 scale.preScale(hScale, vScale); in scaleMatrix()
225 larger.fTop *= vScale; in scaleMatrix()
226 larger.fBottom *= vScale; in scaleMatrix()
/external/skia/tests/
DPathOpsExtendedTest.cpp220 SkScalar vScale = (bitHeight - 2) / largerHeight; in scaleMatrix() local
222 scale.preScale(hScale, vScale); in scaleMatrix()
225 larger.fTop *= vScale; in scaleMatrix()
226 larger.fBottom *= vScale; in scaleMatrix()
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTModelPOD.cpp3244 PVRTVECTOR3f vScale, vOffset; local
3247 vScale.x = fRange / (BoundingBox.Point[7].x - BoundingBox.Point[0].x);
3248 vScale.y = fRange / (BoundingBox.Point[7].y - BoundingBox.Point[0].y);
3249 vScale.z = fRange / (BoundingBox.Point[7].z - BoundingBox.Point[0].z);
3256 PVRTMatrixScaling(mScale, 1.0f / vScale.x, 1.0f / vScale.y, 1.0f / vScale.z);
3267 o.x = (v.x + vOffset.x) * vScale.x + fLower;
3268 o.y = (v.y + vOffset.y) * vScale.y + fLower;
3269 o.z = (v.z + vOffset.z) * vScale.z + fLower;
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp848 Value *vScale = VIMMED1(scale); in ConvertFormat() local
851 texels[compIndex] = FMUL(texels[compIndex], vScale); in ConvertFormat()
864 Value* vScale = VIMMED1(scale); in ConvertFormat() local
867 texels[compIndex] = FDIV(texels[compIndex], vScale); in ConvertFormat()
872 Value *vScale = VIMMED1(scale); in ConvertFormat() local
875 texels[compIndex] = FMUL(texels[compIndex], vScale); in ConvertFormat()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfrontend.cpp1677 …const simd16scalari vScale = _simd16_set_epi32(15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, … in ProcessDraw() local
1692 vIndex = _simd16_add_epi32(_simd16_set1_epi32(work.startVertexID), vScale); in ProcessDraw()
1958 const simdscalari vScale = _mm256_set_epi32(7, 6, 5, 4, 3, 2, 1, 0); in ProcessDraw() local
1972 vIndex = _simd_add_epi32(_simd_set1_epi32(work.startVertexID), vScale); in ProcessDraw()
/external/skia/src/pathops/
DSkPathOpsDebug.cpp3018 SkScalar vScale = (bitHeight - 2) / largerHeight; in debug_scale_matrix() local
3020 scale.preScale(hScale, vScale); in debug_scale_matrix()
3023 larger.fTop *= vScale; in debug_scale_matrix()
3024 larger.fBottom *= vScale; in debug_scale_matrix()
/external/skqp/src/pathops/
DSkPathOpsDebug.cpp3018 SkScalar vScale = (bitHeight - 2) / largerHeight; in debug_scale_matrix() local
3020 scale.preScale(hScale, vScale); in debug_scale_matrix()
3023 larger.fTop *= vScale; in debug_scale_matrix()
3024 larger.fBottom *= vScale; in debug_scale_matrix()
/external/dng_sdk/source/
Ddng_reference.cpp1423 real32 vScale = (real32) ((int32) valDivisions - 1); in RefBaselineHueSatMap() local
1533 real32 vScaled = vEncoded * vScale; in RefBaselineHueSatMap()