Searched defs:inputIdx (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/src/Pipeline/ |
D | PixelShader.cpp | 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()
|
D | VertexShader.cpp | 160 …void VertexShader::setInput(int inputIdx, const sw::Shader::Semantic& semantic, SpirvShader::Attri… in setInput()
|
/external/swiftshader/src/Shader/ |
D | PixelShader.cpp | 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()
|
D | VertexShader.cpp | 160 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/ |
D | NativeInterpreterWrapper.java | 181 long interpreterHandle, long errorHandle, int inputIdx, int[] dims); in resizeInput() 346 private static native int getInputTensorIndex(long interpreterHandle, int inputIdx); in getInputTensorIndex()
|