Searched defs:_cl_command_queue (Results 1 – 2 of 2) sorted by relevance
37 struct _cl_command_queue : public clover::ref_counter { struct46 cl_command_queue_properties props() const { in props()50 clover::context &ctx;51 clover::device &dev;65 cl_command_queue_properties __props;66 pipe_context *pipe;68 typedef clover::ref_ptr<clover::hard_event> event_ptr;69 std::vector<event_ptr> queued_events;
32 _cl_command_queue::_cl_command_queue(context &ctx, device &dev, in _cl_command_queue() function in _cl_command_queue