23 lines
485 B
Plaintext
23 lines
485 B
Plaintext
![]() |
/*
|
||
|
* Copyright (C) 2020 Intel Corporation
|
||
|
*
|
||
|
* SPDX-License-Identifier: MIT
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#include "shared/source/helpers/state_base_address.h"
|
||
|
|
||
|
namespace NEO {
|
||
|
|
||
|
template <typename GfxFamily>
|
||
|
void StateBaseAddressHelper<GfxFamily>::appendStateBaseAddressParameters(
|
||
|
STATE_BASE_ADDRESS *stateBaseAddress,
|
||
|
const IndirectHeap *ssh,
|
||
|
bool setGeneralStateBaseAddress,
|
||
|
uint64_t internalHeapBase,
|
||
|
GmmHelper *gmmHelper,
|
||
|
bool isMultiOsContextCapable) {
|
||
|
}
|
||
|
|
||
|
} // namespace NEO
|