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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
event.cpp 77 hard_event::hard_event(clover::command_queue &q, cl_command_type command, function in class:hard_event
85 hard_event::~hard_event() {
91 hard_event::status() const {
108 hard_event::queue() const {
113 hard_event::command() const {
118 hard_event::wait() const {
130 hard_event::fence(pipe_fence_handle *fence) {
event.hpp 90 /// hard_event instances created for the same queue are implicitly
94 /// A hard_event is considered complete when the associated
97 class hard_event : public event { class in namespace:clover
99 hard_event(clover::command_queue &q, cl_command_type command,
102 ~hard_event();
  /external/mesa3d/src/gallium/state_trackers/clover/core/
event.cpp 77 hard_event::hard_event(clover::command_queue &q, cl_command_type command, function in class:hard_event
85 hard_event::~hard_event() {
91 hard_event::status() const {
108 hard_event::queue() const {
113 hard_event::command() const {
118 hard_event::wait() const {
130 hard_event::fence(pipe_fence_handle *fence) {
event.hpp 90 /// hard_event instances created for the same queue are implicitly
94 /// A hard_event is considered complete when the associated
97 class hard_event : public event { class in namespace:clover
99 hard_event(clover::command_queue &q, cl_command_type command,
102 ~hard_event();

Completed in 129 milliseconds