Searched refs:generateRandomPatchTessLevels (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationInvarianceTests.cpp | 510 std::vector<float> generateRandomPatchTessLevels(const int numPatches, const int constantOuterLevel… in generateRandomPatchTessLevels() function 533 …return generateRandomPatchTessLevels(numPatches, constantOuterLevelIndex, constantOuterLevel, rnd); in generatePatchTessLevels()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTessellationTests.cpp | 1117 vector<float> generateRandomPatchTessLevels(int numPatches, int constantOuterLevelIndex, float cons… in generateRandomPatchTessLevels() function 4354 …return generateRandomPatchTessLevels(numPatches, constantOuterLevelIndex, constantOuterLevel, rnd); in generatePatchTessLevels() 4691 …return generateRandomPatchTessLevels(numPatches, constantOuterLevelIndex, constantOuterLevel, rnd); in generatePatchTessLevels() 5025 …return generateRandomPatchTessLevels(numPatches, constantOuterLevelIndex, constantOuterLevel, rnd); in generatePatchTessLevels()
|