Searched refs:CLArray (Results 1 – 2 of 2) sorted by relevance
37 class CLArray : public ICLArray<T>41 CLArray() in CLArray() function46 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() function106 using CLUInt8Array = CLArray<cl_uchar>;108 using CLUInt16Array = CLArray<cl_ushort>;110 using CLUInt32Array = CLArray<cl_uint>;[all …]
46 CLArrayAccessor(CLArray<T> &array) in CLArrayAccessor()90 CLArray<T> &_array;