Searched refs:COIEVENT (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/gcc/liboffloadmic/include/coi/source/
H A DCOIEvent_source.h72 #define COI_EVENT_ASYNC ((COIEVENT*)1)
73 #define COI_EVENT_SYNC ((COIEVENT*)2)
90 /// [in] The array of COIEVENT handles to wait for.
139 const COIEVENT* in_pEvents,
149 /// Register a User COIEVENT so that it can be fired. Registered event is
156 /// [out] Pointer to COIEVENT handle being Registered
165 COIEVENT* out_pEvent);
170 /// Unregister a User COIEVENT. Unregistering a unsignaled event is similar
184 COIEVENT in_Event);
H A DCOIBuffer_source.h658 /// [in] An optional array of handles to previously created COIEVENT
667 /// [out] An optional pointer to a COIEVENT object
720 const COIEVENT* in_pDependencies,
721 COIEVENT* out_pCompletion,
743 /// [in] An optional array of handles to previously created COIEVENT
752 /// [out] An optional pointer to a COIEVENT object that will be
772 const COIEVENT* in_pDependencies,
773 COIEVENT* out_pCompletion);
857 /// [in] An optional array of handles to previously created COIEVENT
908 const COIEVENT* in_pDependencie
[all...]
H A DCOIPipeline_source.h233 /// [in] An optional array of COIEVENT objects that this run
260 /// [out] An optional pointer to a COIEVENT object
332 const COIEVENT* in_pDependencies,
337 COIEVENT* out_pCompletion);
H A DCOIProcess_source.h874 COIEVENT in_Event,
/haiku-buildtools/gcc/liboffloadmic/runtime/coi/
H A Dcoi_client.h100 uint32_t, const COIEVENT*,
102 uint16_t, COIEVENT*);
113 COI_MAP_TYPE, uint32_t, const COIEVENT*,
114 COIEVENT*, COIMAPINSTANCE*, void**);
116 const COIEVENT*, COIEVENT*);
119 const COIEVENT*, COIEVENT*);
122 const COIEVENT*, COIEVENT*);
[all...]
H A Dcoi_client.cpp67 uint32_t, const COIEVENT*, const void*,
68 uint16_t, void*, uint16_t, COIEVENT*);
77 const COIEVENT*, COIEVENT*, COIMAPINSTANCE*, void**);
78 COIRESULT (*BufferUnmap)(COIMAPINSTANCE, uint32_t, const COIEVENT*, COIEVENT*);
80 COI_COPY_TYPE, uint32_t, const COIEVENT*, COIEVENT*);
82 uint32_t, const COIEVENT*, COIEVENT*);
[all...]
/haiku-buildtools/gcc/liboffloadmic/include/coi/common/
H A DCOITypes_common.h69 typedef struct coievent COIEVENT; typedef in typeref:struct:coievent
/haiku-buildtools/gcc/liboffloadmic/runtime/
H A Doffload_host.h129 COIEVENT *event);
134 COIEVENT *event);
267 COIEVENT *m_in_deps;
269 COIEVENT *m_out_deps;
H A Doffload_engine.h297 const COIEVENT* deps,
298 COIEVENT* event
303 void init_myo(COIEVENT *event) {
312 void fini_myo(COIEVENT *event) {
H A Doffload_engine.cpp273 COIEVENT event;
388 const COIEVENT* deps,
389 COIEVENT* event
437 COIEVENT event;
H A Doffload_myo_host.cpp373 COIEVENT events[MIC_ENGINES_MAX];
499 COIEVENT events[MIC_ENGINES_MAX];
H A Doffload_host.cpp736 m_in_deps = (COIEVENT*) malloc(sizeof(COIEVENT) * (m_vars_total + 1));
740 m_out_deps = (COIEVENT*) malloc(sizeof(COIEVENT) * m_vars_total);
2330 COIEVENT *event
2469 COIEVENT *event =
2538 COIEVENT *event =
2610 COIEVENT *event =
2679 COIEVENT *event =
2928 COIEVENT even
[all...]
/haiku-buildtools/gcc/liboffloadmic/runtime/emulator/
H A Dcoi_host.cpp194 const COIEVENT *dependencies, // Ignored
195 COIEVENT *completion) // Ignored
497 const COIEVENT *dependencies, // Ignored
498 COIEVENT *completion, // Ignored
536 const COIEVENT *dependencies, // Ignored
537 COIEVENT *completion) // Ignored
579 const COIEVENT *dependencies, // Ignored
580 COIEVENT *completion) // Ignored
596 const COIEVENT *dependencies, // Ignored
597 COIEVENT *completio
[all...]

Completed in 115 milliseconds