Searched refs:numInputComponents (Results 1 – 3 of 3) sorted by relevance
111 int numInputComponents; member
1744 retVal.numInputComponents = getNumComponents(shader, glu::STORAGE_IN); in getShaderResourceUsage()1781 retVal.numInputComponents += 4; in getShaderResourceUsage()1793 retVal.numInputComponents += 4 * program->getTessellationNumOutputPatchVertices(); in getShaderResourceUsage()1805 retVal.numInputComponents += 4 * program->getTessellationNumOutputPatchVertices(); in getShaderResourceUsage()
2549 { GL_MAX_FRAGMENT_INPUT_COMPONENTS, usage.numInputComponents }, in checkShaderResourceUsage()2605 { GL_MAX_GEOMETRY_INPUT_COMPONENTS, usage.numInputComponents }, in checkShaderResourceUsage()2638 { GL_MAX_TESS_CONTROL_INPUT_COMPONENTS, usage.numInputComponents }, in checkShaderResourceUsage()2669 { GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS, usage.numInputComponents }, in checkShaderResourceUsage()