Home
last modified time | relevance | path

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

/cts/tests/tests/rscpp/librscpptest/
Drs_jni_allocation.cpp149 int copyCount = count; in helperCopy1D() local
155 copyCount = count * 3; in helperCopy1D()
166 for (int i = 0; i < copyCount; i++) { in helperCopy1D()
178 for (int i = 0; i < copyCount; i++) { in helperCopy1D()
242 int copyCount = xCount * yCount; in helperCopy2D() local
247 copyCount = copyCount * 3; in helperCopy2D()
257 for (int i = 0; i < copyCount; i++) { in helperCopy2D()
265 for (int i = 0; i < copyCount; i++) { in helperCopy2D()
334 int copyCount = xCount * yCount * zCount; in helperCopy3D() local
339 copyCount = copyCount * 3; in helperCopy3D()
[all …]