Home
last modified time | relevance | path

Searched defs:_cl_command_queue (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/core/
Dqueue.hpp37 struct _cl_command_queue : public clover::ref_counter { struct
46 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;
Dqueue.cpp32 _cl_command_queue::_cl_command_queue(context &ctx, device &dev, in _cl_command_queue() function in _cl_command_queue