Lines Matching defs:boxDim
406 const cuuint32_t *boxDim, // Traversal box (number of elments)
416 globalStrides, boxDim, elementStrides, interleave, swizzle, l2Promotion,
423 "boxDim[5]: %u, %u, %u, %u, %u\n"
432 globalStrides[3], globalStrides[4], boxDim[0], boxDim[1],
433 boxDim[2], boxDim[3], boxDim[4], elementStrides[0],
468 uint32_t boxDim[5] = {1, 1, 1, 1, 1}, elementStrides[5] = {1, 1, 1, 1, 1};
502 boxDim[r] = static_cast<uint32_t>(inputBoxDims[tensorRank - r - 1]);
507 globalAddress, globalDim, globalStrides, boxDim,