23.11
|
Structure to hold Vector information. More...
#include <helpers.h>
Data Fields | |
__global uchar * | ptr |
Pointer to the starting postion of the buffer. More... | |
int | offset_first_element_in_bytes |
The offset of the first element in the source image. More... | |
int | stride_x |
Stride of the image in X dimension (in bytes) More... | |
int offset_first_element_in_bytes |
The offset of the first element in the source image.
Definition at line 918 of file helpers.h.
Referenced by update_vector_workitem_ptr().
__global uchar* ptr |
Pointer to the starting postion of the buffer.
Definition at line 917 of file helpers.h.
Referenced by update_vector_workitem_ptr(), and vector_offset().
int stride_x |
Stride of the image in X dimension (in bytes)
Definition at line 919 of file helpers.h.
Referenced by vector_offset().