mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-18 22:08:53 +08:00
committed by
Compute-Runtime-Automation
parent
f1f13f05e2
commit
86362c4401
2
third_party/aub_stream/.version
vendored
2
third_party/aub_stream/.version
vendored
@@ -1 +1 @@
|
||||
git_revision: 13254930baada504eeff70f815654c633969b267
|
||||
git_revision: 7ba250f967f98b7ee88dc6e0762021e4dc4d2cad
|
||||
|
||||
@@ -14,6 +14,11 @@ namespace aub_stream {
|
||||
struct AllocationParams;
|
||||
struct SurfaceInfo;
|
||||
|
||||
struct CompareOperationValues {
|
||||
enum { CompareNotEqual = 1,
|
||||
CompareEqual = 0 };
|
||||
};
|
||||
|
||||
struct HardwareContext {
|
||||
virtual void initialize() = 0;
|
||||
virtual void pollForCompletion() = 0;
|
||||
|
||||
Reference in New Issue
Block a user