SWDEV-270013 - Fix Windows build
Change-Id: I9573ef8b9d94367b8fa1dd90d40a93ddc4992f18
This commit is contained in:
@@ -2144,7 +2144,7 @@ void Device::fillHwSampler(uint32_t state, void* hwState, uint32_t hwStateSize,
|
||||
hwStateSize);
|
||||
}
|
||||
|
||||
void* Device::hostAlloc(size_t size, size_t alignment, bool MemorySegment mem_seg) const {
|
||||
void* Device::hostAlloc(size_t size, size_t alignment, MemorySegment mem_seg) const {
|
||||
// for discrete gpu, we only reserve,no commit yet.
|
||||
return amd::Os::reserveMemory(NULL, size, alignment, amd::Os::MEM_PROT_NONE);
|
||||
}
|
||||
|
||||
مرجع در شماره جدید
Block a user