Home
last modified time | relevance | path

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

/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
DUT_reduce.java58 inputCells = (myInputs.length > 0) ? myInputs[0].getType().getCount() : 0; in timing()
62 inputCells = myInputCells; in timing()
72 private long inputCells = -1; field in UT_reduce.timing
98 if (inputCells > 0) in string()
103 if (inputCells > 0) { in string()
104 result += "(" + fmt.format(inputCells) + " cells"; in string()