Home
last modified time | relevance | path

Searched refs:supportedMsaaLevels (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/modules/internal/
H A DditFrameworkTests.cpp596 const int supportedMsaaLevels[] = {1, 2, 4, 8, 16}; in ConstantInterpolationTest() local
598 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(supportedMsaaLevels)); in ConstantInterpolationTest()

Completed in 2 milliseconds