Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
H A DglsRandomShaderCase.cpp255 const int numRequiredSamplers = getNumSamplerUniforms(shader.getUniforms()); in checkShaderLimits() local
257 if (numRequiredSamplers > 0) in checkShaderLimits()
269 if (numSupported < numRequiredSamplers) in checkShaderLimits()
270 throw tcu::NotSupportedError("Shader requires " + de::toString(numRequiredSamplers) + " sampler(s). Implementation supports " + de::toString(numSupported)); in checkShaderLimits()

Completed in 2 milliseconds