Lines Matching refs:dstH

482 	float										dstH				= (float)dst.getHeight();
497 float ny = wy / dstH;
501 float triWy = triNdx ? dstH - wy : wy;
523 float dstH = (float)dst.getHeight();
541 float ny = wy / dstH;
545 float triWy = triNdx ? dstH - wy : wy;
661 const float dstH = float(dstSize.y());
679 const float ny = wy / dstH;
691 const tcu::Vec3 coordDy (triDerivateY(triS[triNdx], triW[triNdx], wy, dstH, triNx),
692 triDerivateY(triT[triNdx], triW[triNdx], wy, dstH, triNx),
693 triDerivateY(triR[triNdx], triW[triNdx], wy, dstH, triNx));
867 float dstH = (float)dst.getHeight();
888 float ny = wy / dstH;
892 float triWy = triNdx ? dstH - wy : wy;
937 const float dstH = (float)dst.getHeight();
955 const float ny = wy / dstH;
970 const tcu::Vec3 coordDy (triDerivateY(triS[triNdx], triW[triNdx], wy, dstH, triNx),
971 triDerivateY(triT[triNdx], triW[triNdx], wy, dstH, triNx),
972 triDerivateY(triR[triNdx], triW[triNdx], wy, dstH, triNx));
1311 const float dstH = float(dstSize.y());
1349 const float ny = wy / dstH;
1353 const float triWy = triNdx ? dstH - wy : wy;
1359 const float coordDy = triDerivateY(triS[triNdx], triW[triNdx], wy, dstH, triNx) * float(srcSize);
1369 const float nyo = wyo/dstH;
1372 const float coordDyo = triDerivateY(triS[triNdx], triW[triNdx], wyo, dstH, nxo) * float(srcSize);
1427 const float dstH = float(dstSize.y());
1475 const float ny = wy / dstH;
1477 const bool tri0 = (wx-posEps)/dstW + (wy-posEps)/dstH <= 1.0f;
1478 const bool tri1 = (wx+posEps)/dstW + (wy+posEps)/dstH >= 1.0f;
1488 const float triWy = triNdx ? dstH - wy : wy;
1496 const tcu::Vec2 coordDy = tcu::Vec2(triDerivateY(triS[triNdx], triW[triNdx], wy, dstH, triNx),
1497 triDerivateY(triT[triNdx], triW[triNdx], wy, dstH, triNx)) * srcSize.asFloat();
1507 const float nyo = wyo/dstH;
1511 const tcu::Vec2 coordDyo = tcu::Vec2(triDerivateY(triS[triNdx], triW[triNdx], wyo, dstH, nxo),
1512 triDerivateY(triT[triNdx], triW[triNdx], wyo, dstH, nxo)) * srcSize.asFloat();
1644 const float dstH = float(dstSize.y());
1699 const float ny = wy / dstH;
1701 const bool tri0 = (wx-posEps)/dstW + (wy-posEps)/dstH <= 1.0f;
1702 const bool tri1 = (wx+posEps)/dstW + (wy+posEps)/dstH >= 1.0f;
1712 const float triWy = triNdx ? dstH - wy : wy;
1722 const tcu::Vec3 coordDy (triDerivateY(triS[triNdx], triW[triNdx], wy, dstH, triNx),
1723 triDerivateY(triT[triNdx], triW[triNdx], wy, dstH, triNx),
1724 triDerivateY(triR[triNdx], triW[triNdx], wy, dstH, triNx));
1734 const float nyo = wyo/dstH;
1742 const tcu::Vec3 coordDyo (triDerivateY(triS[triNdx], triW[triNdx], wyo, dstH, nxo),
1743 triDerivateY(triT[triNdx], triW[triNdx], wyo, dstH, nxo),
1744 triDerivateY(triR[triNdx], triW[triNdx], wyo, dstH, nxo));
1841 const float dstH = float(dstSize.y());
1890 const float ny = wy / dstH;
1892 const bool tri0 = (wx-posEps)/dstW + (wy-posEps)/dstH <= 1.0f;
1893 const bool tri1 = (wx+posEps)/dstW + (wy+posEps)/dstH >= 1.0f;
1903 const float triWy = triNdx ? dstH - wy : wy;
1913 const tcu::Vec3 coordDy = tcu::Vec3(triDerivateY(triS[triNdx], triW[triNdx], wy, dstH, triNx),
1914 triDerivateY(triT[triNdx], triW[triNdx], wy, dstH, triNx),
1915 triDerivateY(triR[triNdx], triW[triNdx], wy, dstH, triNx)) * srcSize.asFloat();
1925 const float nyo = wyo/dstH;
1930 const tcu::Vec3 coordDyo = tcu::Vec3(triDerivateY(triS[triNdx], triW[triNdx], wyo, dstH, nxo),
1931 triDerivateY(triT[triNdx], triW[triNdx], wyo, dstH, nxo),
1932 triDerivateY(triR[triNdx], triW[triNdx], wyo, dstH, nxo)) * srcSize.asFloat();
2018 const float dstH = float(dstSize.y());
2057 const float ny = wy / dstH;
2061 const float triWy = triNdx ? dstH - wy : wy;
2068 const float coordDy = triDerivateY(triS[triNdx], triW[triNdx], wy, dstH, triNx) * srcSize;
2078 const float nyo = wyo/dstH;
2081 const float coordDyo = triDerivateY(triS[triNdx], triW[triNdx], wyo, dstH, nxo) * srcSize;
2126 const float dstH = float(dstSize.y());
2166 const float ny = wy / dstH;
2170 const float triWy = triNdx ? dstH - wy : wy;
2179 const tcu::Vec2 coordDy = tcu::Vec2(triDerivateY(triS[triNdx], triW[triNdx], wy, dstH, triNx),
2180 triDerivateY(triT[triNdx], triW[triNdx], wy, dstH, triNx)) * srcSize;
2190 const float nyo = wyo/dstH;
2194 const tcu::Vec2 coordDyo = tcu::Vec2(triDerivateY(triS[triNdx], triW[triNdx], wyo, dstH, nxo),
2195 triDerivateY(triT[triNdx], triW[triNdx], wyo, dstH, nxo)) * srcSize;
2324 const float dstH = float(dstSize.y());
2373 const float ny = wy / dstH;
2386 const float triWy = triNdx ? dstH - wy : wy;
2397 const tcu::Vec3 coordDy (triDerivateY(triS[triNdx], triW[triNdx], wy, dstH, triNx),
2398 triDerivateY(triT[triNdx], triW[triNdx], wy, dstH, triNx),
2399 triDerivateY(triR[triNdx], triW[triNdx], wy, dstH, triNx));
2409 const float nyo = wyo/dstH;
2417 const tcu::Vec3 coordDyo (triDerivateY(triS[triNdx], triW[triNdx], wyo, dstH, nxo),
2418 triDerivateY(triT[triNdx], triW[triNdx], wyo, dstH, nxo),
2419 triDerivateY(triR[triNdx], triW[triNdx], wyo, dstH, nxo));
2504 const float dstH = float(dstSize.y());
2550 const float ny = wy / dstH;
2554 const float triWy = triNdx ? dstH - wy : wy;
2562 const tcu::Vec2 coordDy = tcu::Vec2(triDerivateY(triS[triNdx], triW[triNdx], wy, dstH, triNx),
2563 triDerivateY(triT[triNdx], triW[triNdx], wy, dstH, triNx)) * srcSize.asFloat();
2573 const float nyo = wyo/dstH;
2577 const tcu::Vec2 coordDyo = tcu::Vec2(triDerivateY(triS[triNdx], triW[triNdx], wyo, dstH, nxo),
2578 triDerivateY(triT[triNdx], triW[triNdx], wyo, dstH, nxo)) * srcSize.asFloat();
2619 const float dstH = float(dstSize.y());
2666 const float ny = wy / dstH;
2670 const float triWy = triNdx ? dstH - wy : wy;
2680 const tcu::Vec3 coordDy (triDerivateY(triS[triNdx], triW[triNdx], wy, dstH, triNx),
2681 triDerivateY(triT[triNdx], triW[triNdx], wy, dstH, triNx),
2682 triDerivateY(triR[triNdx], triW[triNdx], wy, dstH, triNx));
2692 const float nyo = wyo/dstH;
2700 const tcu::Vec3 coordDyo (triDerivateY(triS[triNdx], triW[triNdx], wyo, dstH, nxo),
2701 triDerivateY(triT[triNdx], triW[triNdx], wyo, dstH, nxo),
2702 triDerivateY(triR[triNdx], triW[triNdx], wyo, dstH, nxo));
2743 const float dstH = float(dstSize.y());
2788 const float ny = wy / dstH;
2792 const float triWy = triNdx ? dstH - wy : wy;
2801 const tcu::Vec2 coordDy = tcu::Vec2(triDerivateY(triS[triNdx], triW[triNdx], wy, dstH, triNx),
2802 triDerivateY(triT[triNdx], triW[triNdx], wy, dstH, triNx)) * srcSize.asFloat();
2812 const float nyo = wyo/dstH;
2816 const tcu::Vec2 coordDyo = tcu::Vec2(triDerivateY(triS[triNdx], triW[triNdx], wyo, dstH, nxo),
2817 triDerivateY(triT[triNdx], triW[triNdx], wyo, dstH, nxo)) * srcSize.asFloat();
2857 const float dstH = float(dstSize.y());
2900 const float ny = wy / dstH;
2904 const float triWy = triNdx ? dstH - wy : wy;
2919 const float nyo = wyo/dstH;
2922 const float coordDyo = triDerivateY(triS[triNdx], triW[triNdx], wyo, dstH, nxo) * srcSize;
2963 const float dstH = float(dstSize.y());
3007 const float ny = wy / dstH;
3011 const float triWy = triNdx ? dstH - wy : wy;
3027 const float nyo = wyo/dstH;
3030 const float coordDyo = triDerivateY(triS[triNdx], triW[triNdx], wyo, dstH, nxo) * srcSize;
3072 const float dstH = float(dstSize.y());
3118 const float ny = wy / dstH;
3122 const float triWy = triNdx ? dstH - wy : wy;
3133 const tcu::Vec3 coordDy (triDerivateY(triS[triNdx], triW[triNdx], wy, dstH, triNx),
3134 triDerivateY(triT[triNdx], triW[triNdx], wy, dstH, triNx),
3135 triDerivateY(triR[triNdx], triW[triNdx], wy, dstH, triNx));
3145 const float nyo = wyo/dstH;
3153 const tcu::Vec3 coordDyo (triDerivateY(triS[triNdx], triW[triNdx], wyo, dstH, nxo),
3154 triDerivateY(triT[triNdx], triW[triNdx], wyo, dstH, nxo),
3155 triDerivateY(triR[triNdx], triW[triNdx], wyo, dstH, nxo));
3184 const float dstH = float(dst.getHeight());
3204 const float cy = (float(y)+0.5f) / dstH * srcH;
3220 const float dstH = float(dst.getHeight());
3240 const float cy = deFloatFloor(float(y) / dstH * srcH) + 1.0f;
3257 const float dstH = float(dst.getHeight());
3267 const int minY = deFloorFloatToInt32(((float)y-0.5f) / dstH * srcH);
3269 const int maxY = deCeilFloatToInt32(((float)y+1.5f) / dstH * srcH);