mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +08:00
test: add new method to unit test helper
- update base command list mock Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
f2364b437d
commit
bafb2b6190
@@ -133,6 +133,8 @@ struct UnitTestHelper : public UnitTestHelperBase<GfxFamily> {
|
||||
static void getSpaceAndInitWalkerCmd(LinearStream &stream, bool heapless);
|
||||
static void *getInitWalkerCmd(bool heapless);
|
||||
static size_t getWalkerSize(bool isHeaplessEnabled);
|
||||
template <typename WalkerType>
|
||||
static uint64_t getWalkerActivePostSyncAddress(WalkerType *walkerCmd);
|
||||
|
||||
static bool isHeaplessAllowed();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user