mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
refactor: correct naming of allocation types
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
eac3d2130d
commit
b182917d9d
@@ -728,7 +728,7 @@ void EncodeSurfaceState<Family>::encodeExtraBufferParams(EncodeSurfaceStateArgs
|
||||
uint32_t compressionFormat = 0;
|
||||
|
||||
bool setConstCachePolicy = false;
|
||||
if (args.allocation && args.allocation->getAllocationType() == AllocationType::CONSTANT_SURFACE) {
|
||||
if (args.allocation && args.allocation->getAllocationType() == AllocationType::constantSurface) {
|
||||
setConstCachePolicy = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user