ADL (AMD Display Library) Public APIs  Version 17.1
Macros

Macros

#define ADL_MEMORYREQTYPE_GPURESERVEDVISIBLE   (1 << 2)
 Indicates that this is amount of visible memory per GPU that should be reserved for all other allocations. More...
 
#define ADL_MEMORYREQTYPE_INVISIBLE   (1 << 1)
 Indicates that this is the invisible memory. More...
 
#define ADL_MEMORYREQTYPE_VISIBLE   (1 << 0)
 

Detailed Description

Macro Definition Documentation

◆ ADL_MEMORYREQTYPE_GPURESERVEDVISIBLE

#define ADL_MEMORYREQTYPE_GPURESERVEDVISIBLE   (1 << 2)

Indicates that this is amount of visible memory per GPU that should be reserved for all other allocations.

◆ ADL_MEMORYREQTYPE_INVISIBLE

#define ADL_MEMORYREQTYPE_INVISIBLE   (1 << 1)

Indicates that this is the invisible memory.

◆ ADL_MEMORYREQTYPE_VISIBLE

#define ADL_MEMORYREQTYPE_VISIBLE   (1 << 0)

This group defines memory types in ADLMemoryRequired struct
Indicates that this is the visible memory


Copyright © 2009-2020 Advanced Micro Devices, Inc. All rights reserved.