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

/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceDefinitionUtil.hpp110 int numInputVectors; member in struct:deqp::gles31::Functional::ProgramInterfaceDefinition::ShaderResourceUsage
H A Des31fProgramInterfaceDefinitionUtil.cpp1716 retVal.numInputVectors = getNumVectors(shader, glu::STORAGE_IN);
1753 retVal.numInputVectors += 1;
1765 retVal.numInputVectors += 1 * program->getTessellationNumOutputPatchVertices();
1777 retVal.numInputVectors += 1 * program->getTessellationNumOutputPatchVertices();
H A Des31fProgramInterfaceQueryTestCase.cpp2506 { GL_MAX_VERTEX_ATTRIBS, usage.numInputVectors },

Completed in 130 milliseconds