Pass CsrDependencies from events to BlitProperties

- move files to core
- extract struct and enums to headers

Change-Id: Id5509f284dfa9ffc5e5d9173124af8a860f5a6f4
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2020-01-27 13:06:03 +01:00
committed by sys_ocldev
parent 4d36054254
commit a2b123a058
23 changed files with 77 additions and 45 deletions

View File

@@ -5,8 +5,8 @@
*
*/
#include "core/command_stream/submissions_aggregator.h"
#include "core/helpers/flush_stamp.h"
#include "runtime/command_stream/submissions_aggregator.h"
#include "runtime/event/event.h"
#include "test.h"
#include "unit_tests/mocks/mock_command_queue.h"