Home
last modified time | relevance | path

Searched refs:clBuffer_ (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/core/src/
Docl.cpp3803 if (e.clBuffer_ == buffer) in _findAndRemoveEntryFromAllocatedList()
3899 LOG_BUFFER_POOL("Reuse reserved buffer: %p\n", entry.clBuffer_); in allocate()
3905 return entry.clBuffer_; in allocate()
3966 cl_mem clBuffer_; member
3968 CLBufferEntry() : clBuffer_((cl_mem)NULL), capacity_(0) { } in CLBufferEntry()
3985 CV_DbgAssert(entry.clBuffer_ == NULL); in _allocateBufferEntry()
3989 …entry.clBuffer_ = clCreateBuffer((cl_context)ctx.ptr(), CL_MEM_READ_WRITE|createFlags_, entry.capa… in _allocateBufferEntry()
3991 CV_Assert(entry.clBuffer_ != NULL); in _allocateBufferEntry()
3997 (long long)entry.capacity_, (long long)entry.capacity_, entry.clBuffer_); in _allocateBufferEntry()
4004 CV_Assert(entry.clBuffer_ != NULL); in _releaseBufferEntry()
[all …]