build: dependencies update

Signed-off-by: ocldev <ocldev@intel.com>
This commit is contained in:
ocldev
2023-12-27 08:15:45 +01:00
committed by Compute-Runtime-Automation
parent 50fe037aeb
commit 047438850d
3 changed files with 6 additions and 5 deletions

View File

@@ -88,6 +88,7 @@ constexpr uint32_t rl = 4;
namespace hardwareContextFlags {
constexpr uint32_t contextGroup = 1 << 15;
constexpr uint32_t highPriority = 1 << 14;
} // namespace hardwareContextFlags
static_assert(std::is_pod<SurfaceInfo>::value, "SurfaceInfo is not POD type");