Lines Matching refs:componentCount
1980 int componentCount(const TType &type, int registers) in componentCount() function
1991 return index * type.getElementSize() + componentCount(type, registers); in componentCount()
2010 return elements + componentCount(fieldType, registers); in componentCount()
2233 int component = componentCount(type, argumentInfo.clampedIndex); in argument()
2758 int componentCount = varying->registerSize(); in varyingRegister() local
2772 …if(componentCount >= 1) pixelShader->semantic[var][0] = sw::Shader::Semantic(sw::Shader::USAGE_TEX… in varyingRegister()
2773 …if(componentCount >= 2) pixelShader->semantic[var][1] = sw::Shader::Semantic(sw::Shader::USAGE_TEX… in varyingRegister()
2774 …if(componentCount >= 3) pixelShader->semantic[var][2] = sw::Shader::Semantic(sw::Shader::USAGE_TEX… in varyingRegister()
2775 …if(componentCount >= 4) pixelShader->semantic[var][3] = sw::Shader::Semantic(sw::Shader::USAGE_TEX… in varyingRegister()
2781 …if(componentCount >= 1) pixelShader->semantic[var + i][0] = sw::Shader::Semantic(sw::Shader::USAGE… in varyingRegister()
2782 …if(componentCount >= 2) pixelShader->semantic[var + i][1] = sw::Shader::Semantic(sw::Shader::USAGE… in varyingRegister()
2783 …if(componentCount >= 3) pixelShader->semantic[var + i][2] = sw::Shader::Semantic(sw::Shader::USAGE… in varyingRegister()
2784 …if(componentCount >= 4) pixelShader->semantic[var + i][3] = sw::Shader::Semantic(sw::Shader::USAGE… in varyingRegister()