mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-27 15:53:13 +08:00
refactor: correct variable namings
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
9e3a8bdf1b
commit
36194c4e7d
@@ -68,7 +68,7 @@ void WorkSizeInfo::checkRatio(const size_t workItems[3]) {
|
||||
useStrictRatio = false;
|
||||
} else if (yTiledSurfaces == true) {
|
||||
useRatio = true;
|
||||
targetRatio = YTilingRatioValue;
|
||||
targetRatio = yTilingRatioValue;
|
||||
useStrictRatio = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user