Searched refs:CL_MEM_OBJECT_IMAGE2D (Results 1 – 6 of 6) sorted by relevance
169 case CL_MEM_OBJECT_IMAGE2D: in clCreateImage()222 const cl_image_desc desc = { CL_MEM_OBJECT_IMAGE2D, width, height, 0, 0, in clCreateImage2D()
151 import_image_info.type = CL_MEM_OBJECT_IMAGE2D; in init_va_image()
126 case CL_MEM_OBJECT_IMAGE2D: in translate_target()
198 return CL_MEM_OBJECT_IMAGE2D; in type()
575 cl_desc.image_type = CL_MEM_OBJECT_IMAGE2D; in init_image_2d()
394 #define CL_MEM_OBJECT_IMAGE2D 0x10F1 macro