Lines Matching refs:getHeight
400 tcu::IVec2 dstSize = tcu::IVec2(dst.getWidth(), dst.getHeight());
408 for (int y = 0; y < dst.getHeight(); y++)
412 float yf = ((float)y + 0.5f) / (float)dst.getHeight();
436 tcu::IVec2 dstSize = tcu::IVec2(dst.getWidth(), dst.getHeight());
437 tcu::IVec2 srcSize = tcu::IVec2(src.getWidth(), src.getHeight());
445 for (int y = 0; y < dst.getHeight(); y++)
449 float yf = ((float)y + 0.5f) / (float)dst.getHeight();
482 float dstH = (float)dst.getHeight();
490 for (int py = 0; py < dst.getHeight(); py++)
506 float lod = computeProjectedTriLod(params.lodMode, triU[triNdx], triW[triNdx], triWx, triWy, (float)dst.getWidth(), (float)dst.getHeight())
523 float dstH = (float)dst.getHeight();
526 tcu::Vec4 vq = tq * (float)src.getHeight();
534 for (int py = 0; py < dst.getHeight(); py++)
551 float lod = computeProjectedTriLod(params.lodMode, triU[triNdx], triV[triNdx], triW[triNdx], triWx, triWy, (float)dst.getWidth(), (float)dst.getHeight())
659 const tcu::IVec2 dstSize = tcu::IVec2(dst.getWidth(), dst.getHeight());
672 for (int py = 0; py < dst.getHeight(); py++)
730 tcu::IVec2 dstSize = tcu::IVec2(dst.getWidth(), dst.getHeight());
731 tcu::IVec2 srcSize = tcu::IVec2(src.getWidth(), src.getHeight());
740 for (int y = 0; y < dst.getHeight(); y++)
744 float yf = ((float)y + 0.5f) / (float)dst.getHeight();
779 tcu::IVec2 dstSize = tcu::IVec2(dst.getWidth(), dst.getHeight());
788 for (int y = 0; y < dst.getHeight(); y++)
792 float yf = ((float)y + 0.5f) / (float)dst.getHeight();
825 tcu::IVec2 dstSize = tcu::IVec2(dst.getWidth(), dst.getHeight());
826 tcu::IVec3 srcSize = tcu::IVec3(src.getWidth(), src.getHeight(), src.getDepth());
835 for (int y = 0; y < dst.getHeight(); y++)
839 float yf = ((float)y + 0.5f) / (float)dst.getHeight();
867 float dstH = (float)dst.getHeight();
870 tcu::Vec4 vq = tq * (float)src.getHeight();
881 for (int py = 0; py < dst.getHeight(); py++)
899 float lod = computeProjectedTriLod(params.lodMode, triU[triNdx], triV[triNdx], triW[triNdx], triP[triNdx], triWx, triWy, (float)dst.getWidth(), (float)dst.getHeight())
937 const float dstH = (float)dst.getHeight();
948 for (int py = 0; py < dst.getHeight(); py++)
996 for (int y = 0; y < dst.getHeight(); y++)
1000 const float yf = ((float)y + 0.5f) / (float)dst.getHeight();
1301 DE_ASSERT(result.getWidth() == reference.getWidth() && result.getHeight() == reference.getHeight());
1302 DE_ASSERT(result.getWidth() == errorMask.getWidth() && result.getHeight() == errorMask.getHeight());
1309 const tcu::IVec2 dstSize = tcu::IVec2(result.getWidth(), result.getHeight());
1332 for (int py = 0; py < result.getHeight(); py++)
1404 DE_ASSERT(result.getWidth() == reference.getWidth() && result.getHeight() == reference.getHeight());
1405 DE_ASSERT(result.getWidth() == errorMask.getWidth() && result.getHeight() == errorMask.getHeight());
1425 const tcu::IVec2 dstSize = tcu::IVec2(result.getWidth(), result.getHeight());
1428 const tcu::IVec2 srcSize = tcu::IVec2(src.getWidth(), src.getHeight());
1458 for (int py = 0; py < result.getHeight(); py++)
1549 tcu::Surface reference (result.getWidth(), result.getHeight());
1550 tcu::Surface errorMask (result.getWidth(), result.getHeight());
1585 tcu::Surface reference (result.getWidth(), result.getHeight());
1586 tcu::Surface errorMask (result.getWidth(), result.getHeight());
1622 DE_ASSERT(result.getWidth() == reference.getWidth() && result.getHeight() == reference.getHeight());
1623 DE_ASSERT(result.getWidth() == errorMask.getWidth() && result.getHeight() == errorMask.getHeight());
1642 const tcu::IVec2 dstSize = tcu::IVec2(result.getWidth(), result.getHeight());
1682 for (int py = 0; py < result.getHeight(); py++)
1782 tcu::Surface reference (result.getWidth(), result.getHeight());
1783 tcu::Surface errorMask (result.getWidth(), result.getHeight());
1819 DE_ASSERT(result.getWidth() == reference.getWidth() && result.getHeight() == reference.getHeight());
1820 DE_ASSERT(result.getWidth() == errorMask.getWidth() && result.getHeight() == errorMask.getHeight());
1839 const tcu::IVec2 dstSize = tcu::IVec2(result.getWidth(), result.getHeight());
1842 const tcu::IVec3 srcSize = tcu::IVec3(src.getWidth(), src.getHeight(), src.getDepth());
1873 for (int py = 0; py < result.getHeight(); py++)
1970 tcu::Surface reference (result.getWidth(), result.getHeight());
1971 tcu::Surface errorMask (result.getWidth(), result.getHeight());
2007 DE_ASSERT(result.getWidth() == reference.getWidth() && result.getHeight() == reference.getHeight());
2008 DE_ASSERT(result.getWidth() == errorMask.getWidth() && result.getHeight() == errorMask.getHeight());
2016 const tcu::IVec2 dstSize = tcu::IVec2(result.getWidth(), result.getHeight());
2040 for (int py = 0; py < result.getHeight(); py++)
2114 DE_ASSERT(result.getWidth() == reference.getWidth() && result.getHeight() == reference.getHeight());
2115 DE_ASSERT(result.getWidth() == errorMask.getWidth() && result.getHeight() == errorMask.getHeight());
2124 const tcu::IVec2 dstSize = tcu::IVec2(result.getWidth(), result.getHeight());
2127 const tcu::Vec2 srcSize = tcu::IVec2(src.getWidth(), src.getHeight()).asFloat(); // For lod computation, thus #layers is ignored.
2149 for (int py = 0; py < result.getHeight(); py++)
2227 tcu::Surface reference (result.getWidth(), result.getHeight());
2228 tcu::Surface errorMask (result.getWidth(), result.getHeight());
2263 tcu::Surface reference (result.getWidth(), result.getHeight());
2264 tcu::Surface errorMask (result.getWidth(), result.getHeight());
2301 DE_ASSERT(result.getWidth() == reference.getWidth() && result.getHeight() == reference.getHeight());
2302 DE_ASSERT(result.getWidth() == errorMask.getWidth() && result.getHeight() == errorMask.getHeight());
2322 const tcu::IVec2 dstSize = tcu::IVec2(result.getWidth(), result.getHeight());
2356 for (int py = 0; py < result.getHeight(); py++)
2458 tcu::Surface reference (result.getWidth(), result.getHeight());
2459 tcu::Surface errorMask (result.getWidth(), result.getHeight());
2496 DE_ASSERT(result.getWidth() == reference.getWidth() && result.getHeight() == reference.getHeight());
2497 DE_ASSERT(result.getWidth() == errorMask.getWidth() && result.getHeight() == errorMask.getHeight());
2502 const tcu::IVec2 dstSize = tcu::IVec2(result.getWidth(), result.getHeight());
2505 const tcu::IVec2 srcSize = tcu::IVec2(src.getWidth(), src.getHeight());
2528 for (int py = 0; py < result.getHeight(); py++)
2610 DE_ASSERT(result.getWidth() == reference.getWidth() && result.getHeight() == reference.getHeight());
2611 DE_ASSERT(result.getWidth() == errorMask.getWidth() && result.getHeight() == errorMask.getHeight());
2617 const tcu::IVec2 dstSize = tcu::IVec2(result.getWidth(), result.getHeight());
2644 for (int py = 0; py < result.getHeight(); py++)
2734 DE_ASSERT(result.getWidth() == reference.getWidth() && result.getHeight() == reference.getHeight());
2735 DE_ASSERT(result.getWidth() == errorMask.getWidth() && result.getHeight() == errorMask.getHeight());
2741 const tcu::IVec2 dstSize = tcu::IVec2(result.getWidth(), result.getHeight());
2744 const tcu::IVec2 srcSize = tcu::IVec2(src.getWidth(), src.getHeight());
2766 for (int py = 0; py < result.getHeight(); py++)
2849 DE_ASSERT(result.getWidth() == reference.getWidth() && result.getHeight() == reference.getHeight());
2850 DE_ASSERT(result.getWidth() == errorMask.getWidth() && result.getHeight() == errorMask.getHeight());
2851 DE_ASSERT(result.getHeight() == 1);
2954 DE_ASSERT(result.getWidth() == reference.getWidth() && result.getHeight() == reference.getHeight());
2955 DE_ASSERT(result.getWidth() == errorMask.getWidth() && result.getHeight() == errorMask.getHeight());
2956 DE_ASSERT(result.getHeight() == 1);
3062 DE_ASSERT(result.getWidth() == reference.getWidth() && result.getHeight() == reference.getHeight());
3063 DE_ASSERT(result.getWidth() == errorMask.getWidth() && result.getHeight() == errorMask.getHeight());
3070 const tcu::IVec2 dstSize = tcu::IVec2(result.getWidth(), result.getHeight());
3096 for (int py = 0; py < result.getHeight(); py++)
3184 const float dstH = float(dst.getHeight());
3186 const float srcH = float(src.getHeight());
3199 for (int y = 0; y < dst.getHeight(); y++)
3220 const float dstH = float(dst.getHeight());
3222 const float srcH = float(src.getHeight());
3235 for (int y = 0; y < dst.getHeight(); y++)
3257 const float dstH = float(dst.getHeight());
3259 const float srcH = float(src.getHeight());
3262 for (int y = 0; y < dst.getHeight(); y++)
3280 const int sy = de::clamp(ky, 0, src.getHeight()-1);
3326 tcu::Surface errorMask (dst.getWidth(), dst.getHeight());
3411 tcu::Surface errorMask (dst.getWidth(), dst.getHeight());