Home
last modified time | relevance | path

Searched defs:isCpuCopyAllowed (Results 1 – 5 of 5) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/command_queue/
H A Denqueue_write_buffer.h41 …bool isCpuCopyAllowed = bufferCpuCopyAllowed(buffer, cmdType, blockingWrite, size, const_cast<void… in enqueueWriteBuffer() local
H A Denqueue_read_buffer.h49 bool isCpuCopyAllowed = bufferCpuCopyAllowed(buffer, cmdType, blockingRead, size, ptr, in enqueueReadBuffer() local
H A Denqueue_read_buffer_rect.h58 bool isCpuCopyAllowed = false; in enqueueReadBufferRect() local
H A Denqueue_write_buffer_rect.h58 bool isCpuCopyAllowed = false; in enqueueWriteBufferRect() local
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/context/
H A Dcontext.cpp90 bool &isCpuCopyAllowed) { in tryGetExistingHostPtrAllocation()
105 bool &isCpuCopyAllowed) { in tryGetExistingSvmAllocation()