Home
last modified time | relevance | path

Searched refs:numInput (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/rsov/compiler/
DWrapper.h41 const uint32_t numInput, Builder &b, Module *m);
DWrapper.cpp59 const uint32_t numInput, Builder &b, Module *m) { in AddWrapper() argument
170 for (uint32_t i = 0; i < numInput; i++) { in AddWrapper()