Searched refs:nbComponents (Results 1 – 4 of 4) sorted by relevance
39 void setInput(int inputIdx, int nbComponents, const Semantic& semantic);
44 void setOutput(int outputIdx, int nbComponents, const Semantic& semantic);
166 void VertexShader::setOutput(int outputIdx, int nbComponents, const sw::Shader::Semantic& semantic) in setOutput() argument168 for(int i = 0; i < nbComponents; ++i) in setOutput()
141 void PixelShader::setInput(int inputIdx, int nbComponents, const sw::Shader::Semantic& semantic) in setInput() argument143 for(int i = 0; i < nbComponents; ++i) in setInput()