• Home
  • Raw
  • Download

Lines Matching refs:getHeight

200 	, m_height		(surface.getHeight())  in SurfaceAccess()
437 tcu::IVec2 dstSize = tcu::IVec2(dst.getWidth(), dst.getHeight()); in sampleTextureNonProjected()
445 for (int y = 0; y < dst.getHeight(); y++) in sampleTextureNonProjected()
449 float yf = ((float)y + 0.5f) / (float)dst.getHeight(); in sampleTextureNonProjected()
472 tcu::IVec2 dstSize = tcu::IVec2(dst.getWidth(), dst.getHeight()); in sampleTextureNonProjected()
473 tcu::IVec2 srcSize = tcu::IVec2(src.getWidth(), src.getHeight()); in sampleTextureNonProjected()
481 for (int y = 0; y < dst.getHeight(); y++) in sampleTextureNonProjected()
485 float yf = ((float)y + 0.5f) / (float)dst.getHeight(); in sampleTextureNonProjected()
509 float dstH = (float)dst.getHeight(); in sampleTextureProjected()
517 for (int py = 0; py < dst.getHeight(); py++) in sampleTextureProjected()
533 …s.lodMode, triU[triNdx], triW[triNdx], triWx, triWy, (float)dst.getWidth(), (float)dst.getHeight()) in sampleTextureProjected()
549 float dstH = (float)dst.getHeight(); in sampleTextureProjected()
552 tcu::Vec4 vq = tq * (float)src.getHeight(); in sampleTextureProjected()
560 for (int py = 0; py < dst.getHeight(); py++) in sampleTextureProjected()
577 …U[triNdx], triV[triNdx], triW[triNdx], triWx, triWy, (float)dst.getWidth(), (float)dst.getHeight()) in sampleTextureProjected()
653 const tcu::IVec2 dstSize = tcu::IVec2(dst.getWidth(), dst.getHeight()); in sampleTextureCube()
666 for (int py = 0; py < dst.getHeight(); py++) in sampleTextureCube()
714 tcu::IVec2 dstSize = tcu::IVec2(dst.getWidth(), dst.getHeight()); in sampleTextureNonProjected()
715 tcu::IVec2 srcSize = tcu::IVec2(src.getWidth(), src.getHeight()); in sampleTextureNonProjected()
724 for (int y = 0; y < dst.getHeight(); y++) in sampleTextureNonProjected()
728 float yf = ((float)y + 0.5f) / (float)dst.getHeight(); in sampleTextureNonProjected()
763 tcu::IVec2 dstSize = tcu::IVec2(dst.getWidth(), dst.getHeight()); in sampleTextureNonProjected()
772 for (int y = 0; y < dst.getHeight(); y++) in sampleTextureNonProjected()
776 float yf = ((float)y + 0.5f) / (float)dst.getHeight(); in sampleTextureNonProjected()
809 tcu::IVec2 dstSize = tcu::IVec2(dst.getWidth(), dst.getHeight()); in sampleTextureNonProjected()
810 tcu::IVec3 srcSize = tcu::IVec3(src.getWidth(), src.getHeight(), src.getDepth()); in sampleTextureNonProjected()
819 for (int y = 0; y < dst.getHeight(); y++) in sampleTextureNonProjected()
823 float yf = ((float)y + 0.5f) / (float)dst.getHeight(); in sampleTextureNonProjected()
848 float dstH = (float)dst.getHeight(); in sampleTextureProjected()
851 tcu::Vec4 vq = tq * (float)src.getHeight(); in sampleTextureProjected()
862 for (int py = 0; py < dst.getHeight(); py++) in sampleTextureProjected()
880 …V[triNdx], triW[triNdx], triP[triNdx], triWx, triWy, (float)dst.getWidth(), (float)dst.getHeight()) in sampleTextureProjected()
908 const float dstH = (float)dst.getHeight(); in sampleTextureCubeArray()
919 for (int py = 0; py < dst.getHeight(); py++) in sampleTextureCubeArray()
967 for (int y = 0; y < dst.getHeight(); y++) in fetchTexture()
971 const float yf = ((float)y + 0.5f) / (float)dst.getHeight(); in fetchTexture()
1040 , height (deMin32(preferredHeight, renderTarget.getHeight())) in RandomViewport()
1044 y = rnd.getInt(0, renderTarget.getHeight() - height); in RandomViewport()
1701 …DE_ASSERT(result.getWidth() == reference.getWidth() && result.getHeight() == reference.getHeight()… in computeTextureLookupDiff()
1702 …DE_ASSERT(result.getWidth() == errorMask.getWidth() && result.getHeight() == errorMask.getHeight()… in computeTextureLookupDiff()
1709 const tcu::IVec2 dstSize = tcu::IVec2(result.getWidth(), result.getHeight()); in computeTextureLookupDiff()
1732 for (int py = 0; py < result.getHeight(); py++) in computeTextureLookupDiff()
1804 …DE_ASSERT(result.getWidth() == reference.getWidth() && result.getHeight() == reference.getHeight()… in computeTextureLookupDiff()
1805 …DE_ASSERT(result.getWidth() == errorMask.getWidth() && result.getHeight() == errorMask.getHeight()… in computeTextureLookupDiff()
1813 const tcu::IVec2 dstSize = tcu::IVec2(result.getWidth(), result.getHeight()); in computeTextureLookupDiff()
1816 const tcu::IVec2 srcSize = tcu::IVec2(src.getWidth(), src.getHeight()); in computeTextureLookupDiff()
1837 for (int py = 0; py < result.getHeight(); py++) in computeTextureLookupDiff()
1914 tcu::Surface reference (result.getWidth(), result.getHeight()); in verifyTextureResult()
1915 tcu::Surface errorMask (result.getWidth(), result.getHeight()); in verifyTextureResult()
1950 tcu::Surface reference (result.getWidth(), result.getHeight()); in verifyTextureResult()
1951 tcu::Surface errorMask (result.getWidth(), result.getHeight()); in verifyTextureResult()
1987 …DE_ASSERT(result.getWidth() == reference.getWidth() && result.getHeight() == reference.getHeight()… in computeTextureLookupDiff()
1988 …DE_ASSERT(result.getWidth() == errorMask.getWidth() && result.getHeight() == errorMask.getHeight()… in computeTextureLookupDiff()
1997 const tcu::IVec2 dstSize = tcu::IVec2(result.getWidth(), result.getHeight()); in computeTextureLookupDiff()
2030 for (int py = 0; py < result.getHeight(); py++) in computeTextureLookupDiff()
2130 tcu::Surface reference (result.getWidth(), result.getHeight()); in verifyTextureResult()
2131 tcu::Surface errorMask (result.getWidth(), result.getHeight()); in verifyTextureResult()
2167 …DE_ASSERT(result.getWidth() == reference.getWidth() && result.getHeight() == reference.getHeight()… in computeTextureLookupDiff()
2168 …DE_ASSERT(result.getWidth() == errorMask.getWidth() && result.getHeight() == errorMask.getHeight()… in computeTextureLookupDiff()
2177 const tcu::IVec2 dstSize = tcu::IVec2(result.getWidth(), result.getHeight()); in computeTextureLookupDiff()
2180 const tcu::IVec3 srcSize = tcu::IVec3(src.getWidth(), src.getHeight(), src.getDepth()); in computeTextureLookupDiff()
2204 for (int py = 0; py < result.getHeight(); py++) in computeTextureLookupDiff()
2301 tcu::Surface reference (result.getWidth(), result.getHeight()); in verifyTextureResult()
2302 tcu::Surface errorMask (result.getWidth(), result.getHeight()); in verifyTextureResult()
2338 …DE_ASSERT(result.getWidth() == reference.getWidth() && result.getHeight() == reference.getHeight()… in computeTextureLookupDiff()
2339 …DE_ASSERT(result.getWidth() == errorMask.getWidth() && result.getHeight() == errorMask.getHeight()… in computeTextureLookupDiff()
2347 const tcu::IVec2 dstSize = tcu::IVec2(result.getWidth(), result.getHeight()); in computeTextureLookupDiff()
2371 for (int py = 0; py < result.getHeight(); py++) in computeTextureLookupDiff()
2445 …DE_ASSERT(result.getWidth() == reference.getWidth() && result.getHeight() == reference.getHeight()… in computeTextureLookupDiff()
2446 …DE_ASSERT(result.getWidth() == errorMask.getWidth() && result.getHeight() == errorMask.getHeight()… in computeTextureLookupDiff()
2455 const tcu::IVec2 dstSize = tcu::IVec2(result.getWidth(), result.getHeight()); in computeTextureLookupDiff()
2458 …const tcu::Vec2 srcSize = tcu::IVec2(src.getWidth(), src.getHeight()).asFloat(); // For … in computeTextureLookupDiff()
2480 for (int py = 0; py < result.getHeight(); py++) in computeTextureLookupDiff()
2558 tcu::Surface reference (result.getWidth(), result.getHeight()); in verifyTextureResult()
2559 tcu::Surface errorMask (result.getWidth(), result.getHeight()); in verifyTextureResult()
2594 tcu::Surface reference (result.getWidth(), result.getHeight()); in verifyTextureResult()
2595 tcu::Surface errorMask (result.getWidth(), result.getHeight()); in verifyTextureResult()
2632 …DE_ASSERT(result.getWidth() == reference.getWidth() && result.getHeight() == reference.getHeight()… in computeTextureLookupDiff()
2633 …DE_ASSERT(result.getWidth() == errorMask.getWidth() && result.getHeight() == errorMask.getHeight()… in computeTextureLookupDiff()
2643 const tcu::IVec2 dstSize = tcu::IVec2(result.getWidth(), result.getHeight()); in computeTextureLookupDiff()
2677 for (int py = 0; py < result.getHeight(); py++) in computeTextureLookupDiff()
2779 tcu::Surface reference (result.getWidth(), result.getHeight()); in verifyTextureResult()
2780 tcu::Surface errorMask (result.getWidth(), result.getHeight()); in verifyTextureResult()
2817 …DE_ASSERT(result.getWidth() == reference.getWidth() && result.getHeight() == reference.getHeight()… in computeTextureCompareDiff()
2818 …DE_ASSERT(result.getWidth() == errorMask.getWidth() && result.getHeight() == errorMask.getHeight()… in computeTextureCompareDiff()
2823 const tcu::IVec2 dstSize = tcu::IVec2(result.getWidth(), result.getHeight()); in computeTextureCompareDiff()
2826 const tcu::IVec2 srcSize = tcu::IVec2(src.getWidth(), src.getHeight()); in computeTextureCompareDiff()
2847 for (int py = 0; py < result.getHeight(); py++) in computeTextureCompareDiff()
2929 …DE_ASSERT(result.getWidth() == reference.getWidth() && result.getHeight() == reference.getHeight()… in computeTextureCompareDiff()
2930 …DE_ASSERT(result.getWidth() == errorMask.getWidth() && result.getHeight() == errorMask.getHeight()… in computeTextureCompareDiff()
2936 const tcu::IVec2 dstSize = tcu::IVec2(result.getWidth(), result.getHeight()); in computeTextureCompareDiff()
2961 for (int py = 0; py < result.getHeight(); py++) in computeTextureCompareDiff()
3051 …DE_ASSERT(result.getWidth() == reference.getWidth() && result.getHeight() == reference.getHeight()… in computeTextureCompareDiff()
3052 …DE_ASSERT(result.getWidth() == errorMask.getWidth() && result.getHeight() == errorMask.getHeight()… in computeTextureCompareDiff()
3058 const tcu::IVec2 dstSize = tcu::IVec2(result.getWidth(), result.getHeight()); in computeTextureCompareDiff()
3061 const tcu::IVec2 srcSize = tcu::IVec2(src.getWidth(), src.getHeight()); in computeTextureCompareDiff()
3083 for (int py = 0; py < result.getHeight(); py++) in computeTextureCompareDiff()
3163 const float dstH = float(dst.getHeight()); in compareGenMipmapBilinear()
3165 const float srcH = float(src.getHeight()); in compareGenMipmapBilinear()
3178 for (int y = 0; y < dst.getHeight(); y++) in compareGenMipmapBilinear()
3199 const float dstH = float(dst.getHeight()); in compareGenMipmapBox()
3201 const float srcH = float(src.getHeight()); in compareGenMipmapBox()
3214 for (int y = 0; y < dst.getHeight(); y++) in compareGenMipmapBox()
3236 const float dstH = float(dst.getHeight()); in compareGenMipmapVeryLenient()
3238 const float srcH = float(src.getHeight()); in compareGenMipmapVeryLenient()
3241 for (int y = 0; y < dst.getHeight(); y++) in compareGenMipmapVeryLenient()
3259 const int sy = de::clamp(ky, 0, src.getHeight()-1); in compareGenMipmapVeryLenient()
3305 tcu::Surface errorMask (dst.getWidth(), dst.getHeight()); in compareGenMipmapResult()
3390 tcu::Surface errorMask (dst.getWidth(), dst.getHeight()); in compareGenMipmapResult()