You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
desc: "Specify user defined pitch for pitched linear image allocations. This structure may be passed to $xImageCreate in conjunction with $x_image_pitched_exp_desc_t via its pNext member"
163
+
class: $xDevice
164
+
version: "1.15"
165
+
name: $x_custom_pitch_exp_desc_t
166
+
base: $x_base_desc_t
167
+
members:
168
+
- type: size_t
169
+
name: rowPitch
170
+
desc: |
171
+
[in] user programmed aligned pitch for pitched linear image allocations. This pitch should satisfy the pitchAlign requirement in $x_pitched_alloc_2dimage_linear_pitch_exp_info_t
172
+
- type: size_t
173
+
name: slicePitch
174
+
desc: |
175
+
[in] user programmed slice pitch , must be multiple of rowPitch. For 2D image arrary or a slice of a 3D image array - this pitch should be >= rowPitch * image_height . For 1D iamge array >= rowPitch.
0 commit comments