/* * Copyright (C) 2020 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "shared/source/command_container/command_encoder.h" #include "test.h" using namespace NEO; using Gen9CommandEncodeTest = testing::Test; GEN9TEST_F(Gen9CommandEncodeTest, givenGen9PlatformWhenDoBindingTablePrefetchIsCalledThenReturnsTrue) { EXPECT_TRUE(EncodeSurfaceState::doBindingTablePrefetch()); }