Home | History | Annotate | Download | only in glshared

Lines Matching refs:dstH

501 	float		dstH		= (float)dst.getHeight();
516 float ny = wy / dstH;
520 float triWy = triNdx ? dstH - wy : wy;
537 float dstH = (float)dst.getHeight();
555 float ny = wy / dstH;
559 float triWy = triNdx ? dstH - wy : wy;
639 const float dstH = float(dstSize.y());
657 const float ny = wy / dstH;
669 const tcu::Vec3 coordDy (triDerivateY(triS[triNdx], triW[triNdx], wy, dstH, triNx),
670 triDerivateY(triT[triNdx], triW[triNdx], wy, dstH, triNx),
671 triDerivateY(triR[triNdx], triW[triNdx], wy, dstH, triNx));
822 float dstH = (float)dst.getHeight();
843 float ny = wy / dstH;
847 float triWy = triNdx ? dstH - wy : wy;
878 const float dstH = (float)dst.getHeight();
896 const float ny = wy / dstH;
911 const tcu::Vec3 coordDy (triDerivateY(triS[triNdx], triW[triNdx], wy, dstH, triNx),
912 triDerivateY(triT[triNdx], triW[triNdx], wy, dstH, triNx),
913 triDerivateY(triR[triNdx], triW[triNdx], wy, dstH, triNx));
1689 const float dstH = float(dstSize.y());
1727 const float ny = wy / dstH;
1731 const float triWy = triNdx ? dstH - wy : wy;
1737 const float coordDy = triDerivateY(triS[triNdx], triW[triNdx], wy, dstH, triNx) * float(srcSize);
1747 const float nyo = wyo/dstH;
1750 const float coordDyo = triDerivateY(triS[triNdx], triW[triNdx], wyo, dstH, nxo) * float(srcSize);
1792 const float dstH = float(dstSize.y());
1831 const float ny = wy / dstH;
1835 const float triWy = triNdx ? dstH - wy : wy;
1843 const tcu::Vec2 coordDy = tcu::Vec2(triDerivateY(triS[triNdx], triW[triNdx], wy, dstH, triNx),
1844 triDerivateY(triT[triNdx], triW[triNdx], wy, dstH, triNx)) * srcSize.asFloat();
1854 const float nyo = wyo/dstH;
1860 const tcu::Vec2 coordDyo = tcu::Vec2(triDerivateY(triS[triNdx], triW[triNdx], wyo, dstH, nxo),
1861 triDerivateY(triT[triNdx], triW[triNdx], wyo, dstH, nxo)) * srcSize.asFloat();
1977 const float dstH = float(dstSize.y());
2025 const float ny = wy / dstH;
2038 const float triWy = triNdx ? dstH - wy : wy;
2048 const tcu::Vec3 coordDy (triDerivateY(triS[triNdx], triW[triNdx], wy, dstH, triNx),
2049 dstH, triNx),
2050 triDerivateY(triR[triNdx], triW[triNdx], wy, dstH, triNx));
2060 const float nyo = wyo/dstH;
2068 const tcu::Vec3 coordDyo (triDerivateY(triS[triNdx], triW[triNdx], wyo, dstH, nxo),
2069 triDerivateY(triT[triNdx], triW[triNdx], wyo, dstH, nxo),
2070 triDerivateY(triR[triNdx], triW[triNdx], wyo, dstH, nxo));
2156 const float dstH = float(dstSize.y());
2196 const float ny = wy / dstH;
2200 const float triWy = triNdx ? dstH - wy : wy;
2210 const tcu::Vec3 coordDy = tcu::Vec3(triDerivateY(triS[triNdx], triW[triNdx], wy, dstH, triNx),
2211 triDerivateY(triT[triNdx], triW[triNdx], wy, dstH, triNx),
2212 triDerivateY(triR[triNdx], triW[triNdx], wy, dstH, triNx)) * srcSize.asFloat();
2222 const float nyo = wyo/dstH;
2230 const tcu::Vec3 coordDyo = tcu::Vec3(triDerivateY(triS[triNdx], triW[triNdx], wyo, dstH, nxo),
2231 triDerivateY(triT[triNdx], triW[triNdx], wyo, dstH, nxo),
2232 triDerivateY(triR[triNdx], triW[triNdx], wyo, dstH, nxo)) * srcSize.asFloat();
2309 const float dstH = float(dstSize.y());
2348 const float ny = wy / dstH;
2352 const float triWy = triNdx ? dstH - wy : wy;
2359 const float coordDy = triDerivateY(triS[triNdx], triW[triNdx], wy, dstH, triNx) * srcSize;
2369 const float nyo = wyo/dstH;
2374 const float coordDyo = triDerivateY(triS[triNdx], triW[triNdx], wyo, dstH, nxo) * srcSize;
2416 const float dstH = float(dstSize.y());
2456 const float ny = wy / dstH;
2460 const float triWy = triNdx ? dstH - wy : wy;
2469 const tcu::Vec2 coordDy = tcu::Vec2(triDerivateY(triS[triNdx], triW[triNdx], wy, dstH, triNx),
2470 triDerivateY(triT[triNdx], triW[triNdx], wy, dstH, triNx)) * srcSize;
2480 const float nyo = wyo/dstH;
2487 const tcu::Vec2 coordDyo = tcu::Vec2(triDerivateY(triS[triNdx], triW[triNdx], wyo, dstH, nxo),
2488 triDerivateY(triT[triNdx], triW[triNdx], wyo, dstH, nxo)) * srcSize;
2607 const float dstH = float(dstSize.y());
2656 const float ny = wy / dstH;
2669 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));
2787 const float dstH = float(dstSize.y());
2828 const float ny = wy / dstH;
2832 const float triWy = triNdx ? dstH - wy : wy;
2840 const tcu::Vec2 coordDy = tcu::Vec2(triDerivateY(triS[triNdx], triW[triNdx], wy, dstH, triNx),
2841 triDerivateY(triT[triNdx], triW[triNdx], wy, dstH, triNx)) * srcSize.asFloat();
2851 const float nyo = wyo/dstH;
2857 const tcu::Vec2 coordDyo = tcu::Vec2(triDerivateY(triS[triNdx], triW[triNdx], wyo, dstH, nxo),
2858 triDerivateY(triT[triNdx], triW[triNdx], wyo, dstH, nxo)) * srcSize.asFloat();
2899 const float dstH = float(dstSize.y());
2940 const float ny = wy / dstH;
2944 const float triWy = triNdx ? dstH - wy : wy;
2954 const tcu::Vec3 coordDy (triDerivateY(triS[triNdx], triW[triNdx], wy, dstH, triNx),
2955 triDerivateY(triT[triNdx], triW[triNdx], wy, dstH, triNx),
2956 triDerivateY(triR[triNdx], triW[triNdx], wy, dstH, triNx));
2966 const float nyo = wyo/dstH;
2974 const tcu::Vec3 coordDyo (triDerivateY(triS[triNdx], triW[triNdx], wyo, dstH, nxo),
2975 triDerivateY(triT[triNdx], triW[triNdx], wyo, dstH, nxo),
2976 triDerivateY(triR[triNdx], triW[triNdx], wyo, dstH, nxo));
3017 const float dstH = float(dstSize.y());
3058 const float ny = wy / dstH;
3062 const float triWy = triNdx ? dstH - wy : wy;
3071 const tcu::Vec2 coordDy = tcu::Vec2(triDerivateY(triS[triNdx], triW[triNdx], wy, dstH, triNx),
3072 triDerivateY(triT[triNdx], triW[triNdx], wy, dstH, triNx)) * srcSize.asFloat();
3082 const float nyo = wyo/dstH;
3088 const tcu::Vec2 coordDyo = tcu::Vec2(triDerivateY(triS[triNdx], triW[triNdx], wyo, dstH, nxo),
3089 triDerivateY(triT[triNdx], triW[triNdx], wyo, dstH, nxo)) * srcSize.asFloat();
3118 const float dstH = float(dst.getHeight());
3138 const float cy = (float(y)+0.5f) / dstH * srcH;
3154 const float dstH = float(dst.getHeight());
3174 const float cy = deFloatFloor(float(y) / dstH * srcH) + 1.0f;
3191 const float dstH = float(dst.getHeight());
3201 const int minY = deFloorFloatToInt32(float(y-0.5f) / dstH * srcH);
3203 const int maxY = deCeilFloatToInt32(float(y+1.5f) / dstH * srcH);