mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
refactor: correct naming of enum class constants 8/n
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
269009c299
commit
dd1b9d6abc
@@ -17,7 +17,7 @@ namespace NEO {
|
||||
|
||||
GraphicsAllocation *HeapHelper::getHeapAllocation(uint32_t heapType, size_t heapSize, size_t alignment, uint32_t rootDeviceIndex) {
|
||||
auto allocationType = AllocationType::linearStream;
|
||||
if (IndirectHeap::Type::INDIRECT_OBJECT == heapType) {
|
||||
if (IndirectHeap::Type::indirectObject == heapType) {
|
||||
allocationType = AllocationType::internalHeap;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user