Home
last modified time | relevance | path

Searched defs:inputIdx (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/Pipeline/
DPixelShader.cpp141 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()
DVertexShader.cpp160 …void VertexShader::setInput(int inputIdx, const sw::Shader::Semantic& semantic, SpirvShader::Attri… in setInput()
/external/swiftshader/src/Shader/
DPixelShader.cpp141 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()
DVertexShader.cpp160 void VertexShader::setInput(int inputIdx, const sw::Shader::Semantic& semantic, AttribType aType) in setInput()
/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/
DNativeInterpreterWrapper.java181 long interpreterHandle, long errorHandle, int inputIdx, int[] dims); in resizeInput()
346 private static native int getInputTensorIndex(long interpreterHandle, int inputIdx); in getInputTensorIndex()