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:
Filip Hazubski
2022-06-21 14:53:02 +00:00
committed by Compute-Runtime-Automation
parent 5ea86b712f
commit b1a9fb886f
7 changed files with 7 additions and 44 deletions

View File

@@ -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) {
}