mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Remove useChannelRedForUnusedShaderChannels helper function
For CL_LUMINANCE images always force channel red. Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
5ea86b712f
commit
b1a9fb886f
@@ -350,12 +350,6 @@ bool HwInfoConfigHw<IGFX_UNKNOWN>::isMatrixMultiplyAccumulateSupported(const Har
|
||||
}
|
||||
|
||||
template <>
|
||||
bool HwInfoConfigHw<IGFX_UNKNOWN>::useChannelRedForUnusedShaderChannels() const {
|
||||
return false;
|
||||
}
|
||||
|
||||
template <>
|
||||
|
||||
void HwInfoConfigHw<IGFX_UNKNOWN>::updateScmCommand(void *const commandPtr, const StateComputeModeProperties &properties) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user