Searched refs:supportedMsaaLevels (Results 1 – 1 of 1) sorted by relevance
596 const int supportedMsaaLevels[] = {1, 2, 4, 8, 16}; in ConstantInterpolationTest() local598 for (int msaaNdx = 0; msaaNdx < DE_LENGTH_OF_ARRAY(supportedMsaaLevels); msaaNdx++) in ConstantInterpolationTest()600 const int numSamples = supportedMsaaLevels[msaaNdx]; in ConstantInterpolationTest()649 …c.rtSize.z() = rnd.choose<int>(DE_ARRAY_BEGIN(supportedMsaaLevels), DE_ARRAY_END(supportedMsaaLeve… in ConstantInterpolationTest()