Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp254 static int getNumSamplersInType (const glu::VarType& type) in getNumSamplersInType() function
259 return getNumSamplersInType(type.getElementType()) * type.getArraySize(); in getNumSamplersInType()
266 sum += getNumSamplersInType(structType.getMember(i).getType()); in getNumSamplersInType()
371 sum += getNumSamplersInType(m_uniforms[i].type); in getNumSamplers()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fUniformApiTests.cpp250 static int getNumSamplersInType (const glu::VarType& type) in getNumSamplersInType() function
255 return getNumSamplersInType(type.getElementType()) * type.getArraySize(); in getNumSamplersInType()
262 sum += getNumSamplersInType(structType.getMember(i).getType()); in getNumSamplersInType()
391 sum += getNumSamplersInType(m_uniforms[i].type);
535 } while (res->getNumSamplers() + getNumSamplersInType(uniform.type) > MAX_NUM_SAMPLER_UNIFORMS); in random()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fUniformApiTests.cpp190 static int getNumSamplersInType (const glu::VarType& type) in getNumSamplersInType() function
195 return getNumSamplersInType(type.getElementType()) * type.getArraySize(); in getNumSamplersInType()
202 sum += getNumSamplersInType(structType.getMember(i).getType()); in getNumSamplersInType()
325 sum += getNumSamplersInType(m_uniforms[i].type);
469 } while (res->getNumSamplers() + getNumSamplersInType(uniform.type) > MAX_NUM_SAMPLER_UNIFORMS); in random()

Completed in 13 milliseconds