Searched defs:inputIdx (Results 1 – 4 of 4) 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()
186 long interpreterHandle, long errorHandle, int inputIdx, int[] dims); in resizeInput()414 private static native int getInputTensorIndex(long interpreterHandle, int inputIdx); in getInputTensorIndex()
2454 for (deUint32 inputIdx = 0; inputIdx < inputCount; ++inputIdx) in createRenderPass() local