Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
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 posit… in linearSample()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp1112 const int maxNdx = maxElement(opIndices); in iterate() local
1115 if (bufSize < (maxNdx+1)*4) in iterate()