Home
last modified time | relevance | path

Searched defs:clCreateImage3D_st (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/OpenCL-ICD-Loader/test/loader_test/
H A Dparam_struct.h540 struct clCreateImage3D_st struct
542 cl_context context;
543 cl_mem_flags flags;
544 const cl_image_format *image_format;
545 size_t image_width;
546 size_t image_height;
547 size_t image_depth;
548 size_t image_row_pitch;
549 size_t image_slice_pitch;
550 void *host_ptr;
[all …]