Searched refs:zEnd (Results 1 – 8 of 8) sorted by relevance
84 int zEnd = (gDimZ != 0) ? gDimZ: 1; \87 for (int z=0; z < zEnd; z++) \110 int zEnd = (gDimZ != 0) ? gDimZ: 1; \113 for (int z=0; z < zEnd; z++) { \
153 int zEnd = (gDimZ != 0) ? gDimZ: 1;155 for (int z = 0; z < zEnd; z ++) {
246 uint32_t zEnd; member
66 field: uint32_t zEnd, "Ending index (exclusive) in the Z dimension."
1588 sc.zEnd = zend; in nScriptForEachClipped()1625 sc.zEnd = zend; in nScriptForEachClippedV()1717 sc.zEnd = limit_ptr[5]; in nScriptForEachMulti()1822 sc.zEnd = limit_ptr[5]; in nScriptReduce()
82 uint32_t zEnd; // Ending index (exclusive) in the Z dimension.
2062 sc.zEnd = limit_ptr[5]; in nScriptForEach()2164 sc.zEnd = limit_ptr[5]; in nScriptReduce()
236 <tr><th>uint32_t zEnd</th><td>Ending index (exclusive) in the Z dimension.</td></tr>