Searched defs:WriteInputBufferInfo (Results 1 – 1 of 1) sorted by relevance
144 struct WriteInputBufferInfo struct146 WriteInputBufferInfo() in WriteInputBufferInfo() argument152 calcReferenceValues; // user event which signals when main thread is155 doneBarrier; // user event which signals when worker threads are done156 cl_uint count; // the number of elements in the array157 Type outType; // the data type of the conversion result158 Type inType; // the data type of the conversion input159 volatile int barrierCount;161 std::vector<std::unique_ptr<CalcRefValsBase>> calcInfo;