Searched refs:createCommandQueueWithProperties (Results 1 – 3 of 3) sorted by relevance
31 cl_command_queue createCommandQueueWithProperties(cl_device_id device,
83 cl_command_queue Context::createCommandQueueWithProperties(cl_device_id device, in createCommandQueueWithProperties() function in cl::Context
227 CL_RETURN_OBJ(context->cast<Context>().createCommandQueueWithProperties(device, properties)); in CreateCommandQueueWithProperties()