Returns a cudaPitchedPtr based on the specified input parameters d
, p
, xsz
, and ysz
.
- Parameters:
-
| d | - Pointer to allocated memory |
| p | - Pitch of allocated memory in bytes |
| xsz | - Logical width of allocation in elements |
| ysz | - Logical height of allocation in elements |
- Returns:
- cudaPitchedPtr specified by
d
, p
, xsz
, and ysz
- See also:
- make_cudaExtent, make_cudaPos