Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
H A DglsCalibration.cpp107 const int maxNdx = (int)values.size() - 1; in linearSample() local
108 const float floatNdx = (float)maxNdx * position; in linearSample()
110 const int higherNdx = lowerNdx + (lowerNdx == maxNdx ? 0 : 1); // Use only last element if position is 1.0 in linearSample()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fOpaqueTypeIndexingTests.cpp1112 const int maxNdx = maxElement(opIndices); in iterate() local
1115 if (bufSize < (maxNdx+1)*4) in iterate()

Completed in 3 milliseconds