Searched defs:inputIdx (Results 1 – 3 of 3) sorted by relevance
141 void PixelShader::setInput(int inputIdx, int nbComponents, const sw::Shader::Semantic& semantic) in setInput()149 const sw::Shader::Semantic& PixelShader::getInput(int inputIdx, int component) const in getInput()
160 void VertexShader::setInput(int inputIdx, const sw::Shader::Semantic& semantic, AttribType aType) in setInput()
3438 for (deUint32 inputIdx = 0; inputIdx < inputCount; ++inputIdx) in createRenderPass() local