Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderExecUtil.cpp80 int implementationLimit = -1; in checkLimit() local
83 gl.getIntegerv(pname, &implementationLimit); in checkLimit()
88 if (implementationLimit < required) in checkLimit()
89 throw tcu::NotSupportedError("Test requires " + de::toString(glu::getGettableStateStr(pname)) + " >= " + de::toString(required) + ", got " + de::toString(implementationLimit)); in checkLimit()

Completed in 4 milliseconds