Lines Matching refs:rtSize
603 c.rtSize = tcu::IVec3(128, 128, numSamples); in ConstantInterpolationTest()
613 c.rtSize = tcu::IVec3(128, 128, numSamples); in ConstantInterpolationTest()
622 c.rtSize = tcu::IVec3(129, 113, numSamples); in ConstantInterpolationTest()
631 c.rtSize = tcu::IVec3(107, 131, numSamples); in ConstantInterpolationTest()
647 c.rtSize.x() = rnd.getInt(16, 256); in ConstantInterpolationTest()
648 c.rtSize.y() = rnd.getInt(16, 256); in ConstantInterpolationTest()
649 …c.rtSize.z() = rnd.choose<int>(DE_ARRAY_BEGIN(supportedMsaaLevels), DE_ARRAY_END(supportedMsaaLeve… in ConstantInterpolationTest()
691 tcu::IVec3 rtSize; // (width, height, samples) member
703 const int width = subCase.rtSize.x(); in runCase()
704 const int height = subCase.rtSize.y(); in runCase()
705 const int numSamples = subCase.rtSize.z(); in runCase()
713 << "RT size (w, h, #samples) = " << subCase.rtSize << "\n" in runCase()