Lines Matching refs:getWidth
400 tcu::IVec2 dstSize = tcu::IVec2(dst.getWidth(), dst.getHeight()); in sampleTextureNonProjected()
401 int srcSize = src.getWidth(); in sampleTextureNonProjected()
410 for (int x = 0; x < dst.getWidth(); x++) in sampleTextureNonProjected()
413 float xf = ((float)x + 0.5f) / (float)dst.getWidth(); in sampleTextureNonProjected()
435 tcu::IVec2 dstSize = tcu::IVec2(dst.getWidth(), dst.getHeight()); in sampleTextureNonProjected()
436 tcu::IVec2 srcSize = tcu::IVec2(src.getWidth(), src.getHeight()); in sampleTextureNonProjected()
446 for (int x = 0; x < dst.getWidth(); x++) in sampleTextureNonProjected()
449 float xf = ((float)x + 0.5f) / (float)dst.getWidth(); in sampleTextureNonProjected()
471 float dstW = (float)dst.getWidth(); in sampleTextureProjected()
474 tcu::Vec4 uq = sq * (float)src.getWidth(); in sampleTextureProjected()
482 for (int px = 0; px < dst.getWidth(); px++) in sampleTextureProjected()
496 …od(params.lodMode, triU[triNdx], triW[triNdx], triWx, triWy, (float)dst.getWidth(), (float)dst.get… in sampleTextureProjected()
511 float dstW = (float)dst.getWidth(); in sampleTextureProjected()
514 tcu::Vec4 uq = sq * (float)src.getWidth(); in sampleTextureProjected()
525 for (int px = 0; px < dst.getWidth(); px++) in sampleTextureProjected()
540 …ode, triU[triNdx], triV[triNdx], triW[triNdx], triWx, triWy, (float)dst.getWidth(), (float)dst.get… in sampleTextureProjected()
616 const tcu::IVec2 dstSize = tcu::IVec2(dst.getWidth(), dst.getHeight()); in sampleTextureCube()
631 for (int px = 0; px < dst.getWidth(); px++) in sampleTextureCube()
677 tcu::IVec2 dstSize = tcu::IVec2(dst.getWidth(), dst.getHeight()); in sampleTextureNonProjected()
678 tcu::IVec2 srcSize = tcu::IVec2(src.getWidth(), src.getHeight()); in sampleTextureNonProjected()
689 for (int x = 0; x < dst.getWidth(); x++) in sampleTextureNonProjected()
692 float xf = ((float)x + 0.5f) / (float)dst.getWidth(); in sampleTextureNonProjected()
726 tcu::IVec2 dstSize = tcu::IVec2(dst.getWidth(), dst.getHeight()); in sampleTextureNonProjected()
727 deInt32 srcSize = src.getWidth(); in sampleTextureNonProjected()
737 for (int x = 0; x < dst.getWidth(); x++) in sampleTextureNonProjected()
740 float xf = ((float)x + 0.5f) / (float)dst.getWidth(); in sampleTextureNonProjected()
772 tcu::IVec2 dstSize = tcu::IVec2(dst.getWidth(), dst.getHeight()); in sampleTextureNonProjected()
773 tcu::IVec3 srcSize = tcu::IVec3(src.getWidth(), src.getHeight(), src.getDepth()); in sampleTextureNonProjected()
784 for (int x = 0; x < dst.getWidth(); x++) in sampleTextureNonProjected()
787 float xf = ((float)x + 0.5f) / (float)dst.getWidth(); in sampleTextureNonProjected()
810 float dstW = (float)dst.getWidth(); in sampleTextureProjected()
813 tcu::Vec4 uq = sq * (float)src.getWidth(); in sampleTextureProjected()
827 for (int px = 0; px < dst.getWidth(); px++) in sampleTextureProjected()
843 …dx], triV[triNdx], triW[triNdx], triP[triNdx], triWx, triWy, (float)dst.getWidth(), (float)dst.get… in sampleTextureProjected()
870 const float dstW = (float)dst.getWidth(); in sampleTextureCubeArray()
884 for (int px = 0; px < dst.getWidth(); px++) in sampleTextureCubeArray()
932 for (int x = 0; x < dst.getWidth(); x++) in fetchTexture()
935 const float xf = ((float)x + 0.5f) / (float)dst.getWidth(); in fetchTexture()
1235 …DE_ASSERT(result.getWidth() == reference.getWidth() && result.getHeight() == reference.getHeight()… in computeTextureLookupDiff()
1236 …DE_ASSERT(result.getWidth() == errorMask.getWidth() && result.getHeight() == errorMask.getHeight()… in computeTextureLookupDiff()
1243 const tcu::IVec2 dstSize = tcu::IVec2(result.getWidth(), result.getHeight()); in computeTextureLookupDiff()
1246 const int srcSize = src.getWidth(); in computeTextureLookupDiff()
1272 for (int px = 0; px < result.getWidth(); px++) in computeTextureLookupDiff()
1338 …DE_ASSERT(result.getWidth() == reference.getWidth() && result.getHeight() == reference.getHeight()… in computeTextureLookupDiff()
1339 …DE_ASSERT(result.getWidth() == errorMask.getWidth() && result.getHeight() == errorMask.getHeight()… in computeTextureLookupDiff()
1347 const tcu::IVec2 dstSize = tcu::IVec2(result.getWidth(), result.getHeight()); in computeTextureLookupDiff()
1350 const tcu::IVec2 srcSize = tcu::IVec2(src.getWidth(), src.getHeight()); in computeTextureLookupDiff()
1379 for (int px = 0; px < result.getWidth(); px++) in computeTextureLookupDiff()
1464 tcu::Surface reference (result.getWidth(), result.getHeight()); in verifyTextureResult()
1465 tcu::Surface errorMask (result.getWidth(), result.getHeight()); in verifyTextureResult()
1500 tcu::Surface reference (result.getWidth(), result.getHeight()); in verifyTextureResult()
1501 tcu::Surface errorMask (result.getWidth(), result.getHeight()); in verifyTextureResult()
1537 …DE_ASSERT(result.getWidth() == reference.getWidth() && result.getHeight() == reference.getHeight()… in computeTextureLookupDiff()
1538 …DE_ASSERT(result.getWidth() == errorMask.getWidth() && result.getHeight() == errorMask.getHeight()… in computeTextureLookupDiff()
1547 const tcu::IVec2 dstSize = tcu::IVec2(result.getWidth(), result.getHeight()); in computeTextureLookupDiff()
1586 for (int px = 0; px < result.getWidth(); px++) in computeTextureLookupDiff()
1680 tcu::Surface reference (result.getWidth(), result.getHeight()); in verifyTextureResult()
1681 tcu::Surface errorMask (result.getWidth(), result.getHeight()); in verifyTextureResult()
1717 …DE_ASSERT(result.getWidth() == reference.getWidth() && result.getHeight() == reference.getHeight()… in computeTextureLookupDiff()
1718 …DE_ASSERT(result.getWidth() == errorMask.getWidth() && result.getHeight() == errorMask.getHeight()… in computeTextureLookupDiff()
1727 const tcu::IVec2 dstSize = tcu::IVec2(result.getWidth(), result.getHeight()); in computeTextureLookupDiff()
1730 const tcu::IVec3 srcSize = tcu::IVec3(src.getWidth(), src.getHeight(), src.getDepth()); in computeTextureLookupDiff()
1760 for (int px = 0; px < result.getWidth(); px++) in computeTextureLookupDiff()
1851 tcu::Surface reference (result.getWidth(), result.getHeight()); in verifyTextureResult()
1852 tcu::Surface errorMask (result.getWidth(), result.getHeight()); in verifyTextureResult()
1888 …DE_ASSERT(result.getWidth() == reference.getWidth() && result.getHeight() == reference.getHeight()… in computeTextureLookupDiff()
1889 …DE_ASSERT(result.getWidth() == errorMask.getWidth() && result.getHeight() == errorMask.getHeight()… in computeTextureLookupDiff()
1897 const tcu::IVec2 dstSize = tcu::IVec2(result.getWidth(), result.getHeight()); in computeTextureLookupDiff()
1900 …const float srcSize = float(src.getWidth()); // For lod computation, thus #layers is ig… in computeTextureLookupDiff()
1927 for (int px = 0; px < result.getWidth(); px++) in computeTextureLookupDiff()
1995 …DE_ASSERT(result.getWidth() == reference.getWidth() && result.getHeight() == reference.getHeight()… in computeTextureLookupDiff()
1996 …DE_ASSERT(result.getWidth() == errorMask.getWidth() && result.getHeight() == errorMask.getHeight()… in computeTextureLookupDiff()
2005 const tcu::IVec2 dstSize = tcu::IVec2(result.getWidth(), result.getHeight()); in computeTextureLookupDiff()
2008 …const tcu::Vec2 srcSize = tcu::IVec2(src.getWidth(), src.getHeight()).asFloat(); // For … in computeTextureLookupDiff()
2036 for (int px = 0; px < result.getWidth(); px++) in computeTextureLookupDiff()
2108 tcu::Surface reference (result.getWidth(), result.getHeight()); in verifyTextureResult()
2109 tcu::Surface errorMask (result.getWidth(), result.getHeight()); in verifyTextureResult()
2144 tcu::Surface reference (result.getWidth(), result.getHeight()); in verifyTextureResult()
2145 tcu::Surface errorMask (result.getWidth(), result.getHeight()); in verifyTextureResult()
2182 …DE_ASSERT(result.getWidth() == reference.getWidth() && result.getHeight() == reference.getHeight()… in computeTextureLookupDiff()
2183 …DE_ASSERT(result.getWidth() == errorMask.getWidth() && result.getHeight() == errorMask.getHeight()… in computeTextureLookupDiff()
2193 const tcu::IVec2 dstSize = tcu::IVec2(result.getWidth(), result.getHeight()); in computeTextureLookupDiff()
2233 for (int px = 0; px < result.getWidth(); px++) in computeTextureLookupDiff()
2329 tcu::Surface reference (result.getWidth(), result.getHeight()); in verifyTextureResult()
2330 tcu::Surface errorMask (result.getWidth(), result.getHeight()); in verifyTextureResult()
2367 …DE_ASSERT(result.getWidth() == reference.getWidth() && result.getHeight() == reference.getHeight()… in computeTextureCompareDiff()
2368 …DE_ASSERT(result.getWidth() == errorMask.getWidth() && result.getHeight() == errorMask.getHeight()… in computeTextureCompareDiff()
2373 const tcu::IVec2 dstSize = tcu::IVec2(result.getWidth(), result.getHeight()); in computeTextureCompareDiff()
2376 const tcu::IVec2 srcSize = tcu::IVec2(src.getWidth(), src.getHeight()); in computeTextureCompareDiff()
2399 for (int px = 0; px < result.getWidth(); px++) in computeTextureCompareDiff()
2479 …DE_ASSERT(result.getWidth() == reference.getWidth() && result.getHeight() == reference.getHeight()… in computeTextureCompareDiff()
2480 …DE_ASSERT(result.getWidth() == errorMask.getWidth() && result.getHeight() == errorMask.getHeight()… in computeTextureCompareDiff()
2486 const tcu::IVec2 dstSize = tcu::IVec2(result.getWidth(), result.getHeight()); in computeTextureCompareDiff()
2513 for (int px = 0; px < result.getWidth(); px++) in computeTextureCompareDiff()
2601 …DE_ASSERT(result.getWidth() == reference.getWidth() && result.getHeight() == reference.getHeight()… in computeTextureCompareDiff()
2602 …DE_ASSERT(result.getWidth() == errorMask.getWidth() && result.getHeight() == errorMask.getHeight()… in computeTextureCompareDiff()
2608 const tcu::IVec2 dstSize = tcu::IVec2(result.getWidth(), result.getHeight()); in computeTextureCompareDiff()
2611 const tcu::IVec2 srcSize = tcu::IVec2(src.getWidth(), src.getHeight()); in computeTextureCompareDiff()
2635 for (int px = 0; px < result.getWidth(); px++) in computeTextureCompareDiff()
2712 const float dstW = float(dst.getWidth()); in compareGenMipmapBilinear()
2714 const float srcW = float(src.getWidth()); in compareGenMipmapBilinear()
2729 for (int x = 0; x < dst.getWidth(); x++) in compareGenMipmapBilinear()
2748 const float dstW = float(dst.getWidth()); in compareGenMipmapBox()
2750 const float srcW = float(src.getWidth()); in compareGenMipmapBox()
2765 for (int x = 0; x < dst.getWidth(); x++) in compareGenMipmapBox()
2785 const float dstW = float(dst.getWidth()); in compareGenMipmapVeryLenient()
2787 const float srcW = float(src.getWidth()); in compareGenMipmapVeryLenient()
2792 for (int x = 0; x < dst.getWidth(); x++) in compareGenMipmapVeryLenient()
2808 const int sx = de::clamp(kx, 0, src.getWidth()-1); in compareGenMipmapVeryLenient()
2855 tcu::Surface errorMask (dst.getWidth(), dst.getHeight()); in compareGenMipmapResult()
2940 tcu::Surface errorMask (dst.getWidth(), dst.getHeight()); in compareGenMipmapResult()