Searched refs:zCount (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni_allocation.cpp | 330 int xCount, int yCount, int zCount, in helperCopy3D() argument 334 int copyCount = xCount * yCount * zCount; in helperCopy3D() 365 alloc->copy3DRangeFrom(xOffset, yOffset, zOffset, xCount, yCount, zCount, src); in helperCopy3D() 366 alloc->copy3DRangeTo(xOffset, yOffset, zOffset, xCount, yCount, zCount, dst); in helperCopy3D() 383 int xCount, int yCount, int zCount) { in helperFloatAllocationCopy3D() argument 398 for (int i = 0; i < xCount * yCount * zCount; i++) { in helperFloatAllocationCopy3D() 404 srcA->copy3DRangeFrom(xOffset, yOffset, zOffset, xCount, yCount, zCount, src); in helperFloatAllocationCopy3D() 406 dstA->copy3DRangeFrom(xOffset, yOffset, zOffset, xCount, yCount, zCount, in helperFloatAllocationCopy3D() 408 dstA->copy3DRangeTo(xOffset, yOffset, zOffset, xCount, yCount, zCount, dst); in helperFloatAllocationCopy3D() 410 for (int i = 0; i < xCount * yCount * zCount; i++) { in helperFloatAllocationCopy3D()
|