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

/external/deqp/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp75 MAX_NUM_SAMPLER_UNIFORMS = 16 enumerator in enum:deqp::gles31::Functional::__anon20289
969 DE_ASSERT(numSamplerUniforms <= MAX_NUM_SAMPLER_UNIFORMS);
/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp72 static const int MAX_NUM_SAMPLER_UNIFORMS = 16; member in namespace:deqp::gles2::Functional
462 // \note Discard uniforms that would cause number of samplers to exceed MAX_NUM_SAMPLER_UNIFORMS.
469 } while (res->getNumSamplers() + getNumSamplersInType(uniform.type) > MAX_NUM_SAMPLER_UNIFORMS);
980 DE_ASSERT(numSamplerUniforms <= MAX_NUM_SAMPLER_UNIFORMS);
/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp72 static const int MAX_NUM_SAMPLER_UNIFORMS = 16; member in namespace:deqp::gles3::Functional
528 // \note Discard uniforms that would cause number of samplers to exceed MAX_NUM_SAMPLER_UNIFORMS.
535 } while (res->getNumSamplers() + getNumSamplersInType(uniform.type) > MAX_NUM_SAMPLER_UNIFORMS);
1151 DE_ASSERT(numSamplerUniforms <= MAX_NUM_SAMPLER_UNIFORMS);

Completed in 79 milliseconds