HomeSort by: relevance | last modified time | path
    Searched defs:hard_event (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
event.cpp 130 hard_event::hard_event(command_queue &q, cl_command_type command, function in class:hard_event
141 hard_event::~hard_event() {
147 hard_event::status() const {
164 hard_event::queue() const {
169 hard_event::command() const {
174 hard_event::wait() const {
188 hard_event::time_queued() const {
193 hard_event::time_submit() const
    [all...]
event.hpp 105 /// hard_event instances created for the same queue are implicitly
109 /// A hard_event is considered complete when the associated
112 class hard_event : public event { class in namespace:clover
114 hard_event(command_queue &q, cl_command_type command,
117 ~hard_event();
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
event.cpp 127 hard_event::hard_event(command_queue &q, cl_command_type command, function in class:hard_event
138 hard_event::~hard_event() {
144 hard_event::status() const {
161 hard_event::queue() const {
166 hard_event::command() const {
171 hard_event::wait() const {
185 hard_event::time_queued() const {
190 hard_event::time_submit() const
    [all...]
event.hpp 105 /// hard_event instances created for the same queue are implicitly
109 /// A hard_event is considered complete when the associated
112 class hard_event : public event { class in namespace:clover
114 hard_event(command_queue &q, cl_command_type command,
117 ~hard_event();

Completed in 7 milliseconds