Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
H A DglsVertexArrayTests.cpp1515 const T maxRounded = roundTo(minDiff, max); in createQuads() local
1523 x1 = roundTo(minDiff, getRandom<T>(rnd, min, maxRounded - minDiff)); in createQuads()
1524 x2 = roundTo(minDiff, getRandom<T>(rnd, x1 + minDiff, maxRounded)); in createQuads()
1526 y1 = roundTo(minDiff, getRandom<T>(rnd, min, maxRounded - minDiff)); in createQuads()
1527 y2 = roundTo(minDiff, getRandom<T>(rnd, y1 + minDiff, maxRounded)); in createQuads()

Completed in 5 milliseconds