Home
last modified time | relevance | path

Searched refs:rtSize (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/internal/
DditFrameworkTests.cpp589 c.rtSize = tcu::IVec3(128, 128, numSamples); in ConstantInterpolationTest()
599 c.rtSize = tcu::IVec3(128, 128, numSamples); in ConstantInterpolationTest()
608 c.rtSize = tcu::IVec3(129, 113, numSamples); in ConstantInterpolationTest()
617 c.rtSize = tcu::IVec3(107, 131, numSamples); in ConstantInterpolationTest()
633 c.rtSize.x() = rnd.getInt(16, 256); in ConstantInterpolationTest()
634 c.rtSize.y() = rnd.getInt(16, 256); in ConstantInterpolationTest()
635 …c.rtSize.z() = rnd.choose<int>(DE_ARRAY_BEGIN(supportedMsaaLevels), DE_ARRAY_END(supportedMsaaLeve… in ConstantInterpolationTest()
677 tcu::IVec3 rtSize; // (width, height, samples) member
689 const int width = subCase.rtSize.x(); in runCase()
690 const int height = subCase.rtSize.y(); in runCase()
[all …]