Searched refs:numInputComponents (Results 1 – 3 of 3) sorted by relevance
111 int numInputComponents; member
1717 retVal.numInputComponents = getNumComponents(shader, glu::STORAGE_IN); in getShaderResourceUsage()1754 retVal.numInputComponents += 4; in getShaderResourceUsage()1766 retVal.numInputComponents += 4 * program->getTessellationNumOutputPatchVertices(); in getShaderResourceUsage()1778 retVal.numInputComponents += 4 * program->getTessellationNumOutputPatchVertices(); in getShaderResourceUsage()
2543 { GL_MAX_FRAGMENT_INPUT_COMPONENTS, usage.numInputComponents }, in checkShaderResourceUsage()2599 { GL_MAX_GEOMETRY_INPUT_COMPONENTS, usage.numInputComponents }, in checkShaderResourceUsage()2632 { GL_MAX_TESS_CONTROL_INPUT_COMPONENTS, usage.numInputComponents }, in checkShaderResourceUsage()2663 { GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS, usage.numInputComponents }, in checkShaderResourceUsage()