16 lines
463 B
Plaintext
16 lines
463 B
Plaintext
![]() |
/*
|
||
|
* Copyright (C) 2020 Intel Corporation
|
||
|
*
|
||
|
* SPDX-License-Identifier: MIT
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
#include "shared/source/command_container/command_encoder.h"
|
||
|
#include "shared/source/command_stream/linear_stream.h"
|
||
|
|
||
|
namespace NEO {
|
||
|
template <typename Family>
|
||
|
void EncodeStates<Family>::adjustStateComputeMode(LinearStream &csr, uint32_t numGrfRequired, void *const stateComputeModePtr, bool isMultiOsContextCapable, bool requiresCoherency) {
|
||
|
}
|
||
|
} // namespace NEO
|