Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/SVM/
Dtest_enqueue_api.cpp229 cl_command_type commandType; in test_svm_enqueue_api() local
231 … = clGetEventInfo(check_event, CL_EVENT_COMMAND_TYPE, sizeof(cl_command_type), &commandType, NULL); in test_svm_enqueue_api()
233 if (commandType != CL_COMMAND_SVM_MEMFILL) in test_svm_enqueue_api()
240 … = clGetEventInfo(eventMemcpy, CL_EVENT_COMMAND_TYPE, sizeof(cl_command_type), &commandType, NULL); in test_svm_enqueue_api()
242 if (commandType != CL_COMMAND_SVM_MEMCPY) in test_svm_enqueue_api()
248 …GetEventInfo(eventMap[map_id], CL_EVENT_COMMAND_TYPE, sizeof(cl_command_type), &commandType, NULL); in test_svm_enqueue_api()
250 if (commandType != CL_COMMAND_SVM_MAP) in test_svm_enqueue_api()
256 …tEventInfo(eventUnmap[map_id], CL_EVENT_COMMAND_TYPE, sizeof(cl_command_type), &commandType, NULL); in test_svm_enqueue_api()
258 if (commandType != CL_COMMAND_SVM_UNMAP) in test_svm_enqueue_api()
264 …or = clGetEventInfo(eventFree, CL_EVENT_COMMAND_TYPE, sizeof(cl_command_type), &commandType, NULL); in test_svm_enqueue_api()
[all …]
Dtest_migrate.cpp207 cl_command_type commandType; in test_svm_migrate() local
209 sizeof(commandType), &commandType, NULL); in test_svm_migrate()
211 if (commandType != CL_COMMAND_SVM_MIGRATE_MEM) in test_svm_migrate()
215 commandType); in test_svm_migrate()
/external/angle/src/libANGLE/
DCLEvent.cpp149 cl_command_type commandType, in Event() argument
154 mCommandType(commandType), in Event()
DCLEvent.h61 cl_command_type commandType,
DCLCommandQueue.cpp27 cl_command_type commandType, in CheckCreateEvent() argument
35 *event = Object::Create<Event>(errorCode, queue, commandType, createFunc); in CheckCreateEvent()
/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.cpp732 NCommandType::EEnum commandType, in SetAddCommandOptions() argument
737 switch (commandType) in SetAddCommandOptions()
/external/pdfium/xfa/fxfa/parser/
Dattributes.inc67 ATTR____(0x268b7ec1u, "commandType", CommandType, Basic)