Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/back/
DdebugLoop.c54 static volatile struct PacketList *cmdQueue; variable
98 cmdQueue = NULL; in debugLoop_run()
305 if (cmdQueue == NULL) { in enqueue()
306 cmdQueue = pL; in enqueue()
309 walker = (struct PacketList *)cmdQueue; in enqueue()
325 while (!transportError && (cmdQueue == NULL)) { in dequeue()
329 if (cmdQueue != NULL) { in dequeue()
330 node = (struct PacketList *)cmdQueue; in dequeue()
331 cmdQueue = node->next; in dequeue()
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/
Dtest_functions_api.cpp150 clCommandQueueWrapper cmdQueue = clCreateCommandQueueWithProperties( in api_functions() local
177 cmdQueue, static_cast<cl_uint>(memObjList.size()), in api_functions()
198 error = clEnqueueReadImage(cmdQueue, memObjList[i], CL_TRUE, in api_functions()
232 cmdQueue, memObjList[i], CL_TRUE, origin, regionPlane, in api_functions()
257 error = clEnqueueReadImage(cmdQueue, memObjList[i], CL_TRUE, in api_functions()
312 error = clEnqueueCopyImage(cmdQueue, memObjList[i], in api_functions()
322 error = clEnqueueReadImage(cmdQueue, planeOCL, CL_TRUE, in api_functions()
384 error = clEnqueueCopyImage(cmdQueue, planeOCL, in api_functions()
394 error = clEnqueueReadImage(cmdQueue, memObjList[i], CL_TRUE, in api_functions()
439 cmdQueue, memObjList[i], buffer, origin, regionPlane, in api_functions()
[all …]
Dtest_memory_access.cpp114 clCommandQueueWrapper cmdQueue = clCreateCommandQueueWithProperties( in memory_access() local
155 cmdQueue, static_cast<cl_uint>(memObjList.size()), in memory_access()
173 error = clEnqueueWriteImage(cmdQueue, memObjList[i], CL_TRUE, in memory_access()
187 cmdQueue, static_cast<cl_uint>(memObjList.size()), in memory_access()
241 cmdQueue, static_cast<cl_uint>(memObjList.size()), in memory_access()
261 error = clEnqueueReadImage(cmdQueue, memObjList[i], CL_TRUE, in memory_access()
281 cmdQueue, static_cast<cl_uint>(memObjList.size()), in memory_access()
335 cmdQueue, static_cast<cl_uint>(memObjList.size()), in memory_access()
356 error = clEnqueueReadImage(cmdQueue, memObjList[i], CL_TRUE, in memory_access()
387 cmdQueue, memObjList[i], CL_TRUE, origin, regionPlane, in memory_access()
[all …]
Dtest_functions_kernel.cpp199 clCommandQueueWrapper cmdQueue = clCreateCommandQueueWithProperties( in kernel_functions() local
226 cmdQueue, static_cast<cl_uint>(memObjSrcList.size()), in kernel_functions()
237 cmdQueue, static_cast<cl_uint>(memObjDstList.size()), in kernel_functions()
323 clEnqueueNDRangeKernel(cmdQueue, kernel, 2, NULL, threads, in kernel_functions()
332 error = clEnqueueReadBuffer(cmdQueue, imageRes, CL_TRUE, 0, in kernel_functions()
356 error = clEnqueueReadImage(cmdQueue, memObjDstList[i], CL_TRUE, in kernel_functions()
379 cmdQueue, static_cast<cl_uint>(memObjSrcList.size()), in kernel_functions()
389 cmdQueue, static_cast<cl_uint>(memObjDstList.size()), in kernel_functions()
Dtest_interop_sync.cpp162 clCommandQueueWrapper cmdQueue = clCreateCommandQueueWithProperties( in interop_user_sync() local
235 cmdQueue, static_cast<cl_uint>(memObjList.size()), in interop_user_sync()
256 clEnqueueReadImage(cmdQueue, memObjList.at(i), CL_TRUE, origin, in interop_user_sync()
275 cmdQueue, static_cast<cl_uint>(memObjList.size()), in interop_user_sync()
286 error = clFinish(cmdQueue); in interop_user_sync()
Dtest_create_context.cpp155 clCommandQueueWrapper cmdQueue = clCreateCommandQueueWithProperties( in context_create() local
174 cmdQueue, static_cast<cl_uint>(memObjList.size()), in context_create()
213 clEnqueueReadImage(cmdQueue, memObjList.at(i), CL_TRUE, origin, in context_create()
232 cmdQueue, static_cast<cl_uint>(memObjList.size()), in context_create()
Dtest_other_data_types.cpp96 clCommandQueueWrapper cmdQueue = clCreateCommandQueueWithProperties( in other_data_types() local
138 if (DetectFloatToHalfRoundingMode(cmdQueue)) in other_data_types()
273 cmdQueue, static_cast<cl_uint>(memObjList.size()), in other_data_types()
289 clEnqueueReadImage(cmdQueue, objectSrcShared, CL_TRUE, in other_data_types()
311 cmdQueue, objectSrcShared, CL_TRUE, origin, region, 0, 0, in other_data_types()
384 clEnqueueNDRangeKernel(cmdQueue, kernel, 2, NULL, threads, in other_data_types()
393 error = clEnqueueReadBuffer(cmdQueue, imageRes, CL_TRUE, 0, in other_data_types()
426 cmdQueue, objectDstShared, CL_TRUE, in other_data_types()
457 error = clEnqueueUnmapMemObject(cmdQueue, objectDstShared, in other_data_types()
468 cmdQueue, static_cast<cl_uint>(memObjList.size()), in other_data_types()
/external/angle/src/libANGLE/renderer/metal/
DQueryMtl.mm60 mtl::CommandQueue &queue = contextMtl->getDisplay()->cmdQueue();
93 mtl::CommandQueue &queue = contextMtl->getDisplay()->cmdQueue();
139 mtl::CommandQueue &queue = contextMtl->getDisplay()->cmdQueue();
179 contextMtl->getDisplay()->cmdQueue().isTimeElapsedEntryComplete(mTimeElapsedEntry);
231 contextMtl->getDisplay()->cmdQueue().setActiveTimeElapsedEntry(mTimeElapsedEntry);
239 contextMtl->getDisplay()->cmdQueue().setActiveTimeElapsedEntry(0);
Dmtl_common.mm85 mtl::CommandQueue &Context::cmdQueue()
87 return mDisplay->cmdQueue();
Dmtl_resources.mm112 return context->cmdQueue().isResourceBeingUsedByGPU(this);
117 return context->cmdQueue().resourceHasPendingWorks(this);
122 return context->cmdQueue().resourceHasPendingRenderWorks(this);
636 CommandQueue &cmdQueue = context->cmdQueue();
646 cmdQueue.ensureResourceReadyForCPU(this);
671 CommandQueue &cmdQueue = context->cmdQueue();
681 cmdQueue.ensureResourceReadyForCPU(this);
1163 CommandQueue &cmdQueue = context->cmdQueue();
1172 cmdQueue.ensureResourceReadyForCPU(this);
Dmtl_command_buffer.h170 CommandBuffer(CommandQueue *cmdQueue);
196 CommandQueue &cmdQueue() { return mCmdQueue; } in cmdQueue() function
197 const CommandQueue &cmdQueue() const { return mCmdQueue; } in cmdQueue() function
289 CommandQueue &cmdQueue() { return mCmdBuffer.cmdQueue(); } in cmdQueue() function
DSyncMtl.mm173 if (display->cmdQueue().isSerialCompleted(mEncodedCommandBufferSerial))
184 if (timeout == 0 || !display->cmdQueue().waitUntilSerialCompleted(
203 *signaled = displayMtl->cmdQueue().isSerialCompleted(mEncodedCommandBufferSerial);
DDisplayMtl.h152 mtl::CommandQueue &cmdQueue() { return mCmdQueue; } in cmdQueue() function
Dmtl_common.h417 mtl::CommandQueue &cmdQueue(); in ANGLE_GL_OBJECTS_X()
Dmtl_buffer_pool.mm140 contextMtl->cmdQueue().ensureResourceReadyForCPU(mBufferFreeList.front());
Dmtl_command_buffer.mm785 CommandBuffer::CommandBuffer(CommandQueue *cmdQueue) : mCmdQueue(*cmdQueue) {}
1682 mSerial = cmdBuffer().cmdQueue().getNextRenderPassEncoderSerial();
DSurfaceMtl.mm465 StartFrameCapture(metalDevice, displayMtl->cmdQueue().get());
Dmtl_utils.mm223 StartFrameCapture(context->getMetalDevice(), context->cmdQueue().get());
DContextMtl.mm214 mCmdBuffer(&display->cmdQueue()),
2963 this, mCmdBuffer.cmdQueue().popCmdBufferError() != MTLCommandBufferErrorOutOfMemory);