mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Remove redundant functions
Remove EncodeStates::adjustStateComputeMode function. Unify CommandStreamReceiverHw::programComputeMode functions. Related-To: NEO-5995 Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
fd3392717f
commit
55723d0b18
@ -105,9 +105,6 @@ struct EncodeStates {
|
||||
BindlessHeapsHelper *bindlessHeapHelper,
|
||||
const HardwareInfo &hwInfo);
|
||||
|
||||
static void adjustStateComputeMode(LinearStream &csr, uint32_t numGrfRequired, void *const stateComputeModePtr,
|
||||
bool requiresCoherency, uint32_t threadArbitrationPolicy, const HardwareInfo &hwInfo);
|
||||
|
||||
static size_t getAdjustStateComputeModeSize();
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user