Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DReduceTest.java120 final int zlim = ((ylen!=0) ? max : 0); in createInputAllocations() local
121 for (int zlen = 0; zlen <= zlim; ++zlen) in createInputAllocations()