HomeSort by relevance Sort by last modified time
    Searched defs:hard_event (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/state_trackers/clover/core/
event.cpp 118 hard_event::hard_event(command_queue &q, cl_command_type command, function in class:hard_event
129 hard_event::~hard_event() {
135 hard_event::status() const {
152 hard_event::queue() const {
157 hard_event::command() const {
162 hard_event::wait() const {
176 hard_event::time_queued() const {
181 hard_event::time_submit() const
    [all...]
event.hpp 103 /// hard_event instances created for the same queue are implicitly
107 /// A hard_event is considered complete when the associated
110 class hard_event : public event { class in namespace:clover
112 hard_event(command_queue &q, cl_command_type command,
115 ~hard_event();

Completed in 70 milliseconds