Lines Matching refs:CLArray
37 class CLArray : public ICLArray<T>
41 CLArray() in CLArray() function
46 CLArray(const CLArray &) = delete;
48 CLArray &operator=(const CLArray &) = delete;
50 CLArray(CLArray &&) = default;
52 CLArray &operator=(CLArray &&) = default;
57 CLArray(size_t max_num_values) in CLArray() function
106 using CLUInt8Array = CLArray<cl_uchar>;
108 using CLUInt16Array = CLArray<cl_ushort>;
110 using CLUInt32Array = CLArray<cl_uint>;
112 using CLInt16Array = CLArray<cl_short>;
114 using CLInt32Array = CLArray<cl_int>;
116 using CLFloatArray = CLArray<cl_float>;