Searched refs:byteLength (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/guest/mesa/include/CL/ |
D | opencl.hpp | 9566 size_type byteLength = length*sizeof(DataType); in copy() local 9569 …static_cast<DataType*>(queue.enqueueMapBuffer(buffer, CL_TRUE, CL_MAP_WRITE, 0, byteLength, 0, 0, … in copy() 9605 size_type byteLength = length*sizeof(DataType); in copy() local 9608 …static_cast<DataType*>(queue.enqueueMapBuffer(buffer, CL_TRUE, CL_MAP_READ, 0, byteLength, 0, 0, &… in copy()
|
D | cl.hpp | 6879 ::size_t byteLength = length*sizeof(DataType); in copy() 6882 …static_cast<DataType*>(queue.enqueueMapBuffer(buffer, CL_TRUE, CL_MAP_WRITE, 0, byteLength, 0, 0, … in copy() 6918 ::size_t byteLength = length*sizeof(DataType); in copy() 6921 …static_cast<DataType*>(queue.enqueueMapBuffer(buffer, CL_TRUE, CL_MAP_READ, 0, byteLength, 0, 0, &… in copy()
|