Searched refs:numInputComponents (Results 1 – 3 of 3) sorted by relevance
159 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()
2838 {GL_MAX_FRAGMENT_INPUT_COMPONENTS, usage.numInputComponents}, in checkShaderResourceUsage()2892 {GL_MAX_GEOMETRY_INPUT_COMPONENTS, usage.numInputComponents}, in checkShaderResourceUsage()2925 {GL_MAX_TESS_CONTROL_INPUT_COMPONENTS, usage.numInputComponents}, in checkShaderResourceUsage()2955 {GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS, usage.numInputComponents}, in checkShaderResourceUsage()