Searched refs:commandType (Results 1 – 7 of 7) sorted by relevance
/external/OpenCL-CTS/test_conformance/SVM/ |
D | test_enqueue_api.cpp | 229 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 …]
|
D | test_migrate.cpp | 207 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/ |
D | CLEvent.cpp | 149 cl_command_type commandType, in Event() argument 154 mCommandType(commandType), in Event()
|
D | CLEvent.h | 61 cl_command_type commandType,
|
D | CLCommandQueue.cpp | 27 cl_command_type commandType, in CheckCreateEvent() argument 35 *event = Object::Create<Event>(errorCode, queue, commandType, createFunc); in CheckCreateEvent()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | ArchiveCommandLine.cpp | 732 NCommandType::EEnum commandType, in SetAddCommandOptions() argument 737 switch (commandType) in SetAddCommandOptions()
|
/external/pdfium/xfa/fxfa/parser/ |
D | attributes.inc | 67 ATTR____(0x268b7ec1u, "commandType", CommandType, Basic)
|