ADL (AMD Display Library) Public APIs  Version 17.1
Data Fields
ADLMantleAppInfo Struct Reference

Structure containing Mantle App info. More...

#include <adl_structures.h>

Data Fields

int apiVersion
 mantle api version More...
 
long deviceId
 mantle device id More...
 
long driverVersion
 mantle driver version More...
 
char gpuName [256]
 gpu name More...
 
int gpuType
 mantle gpu type; More...
 
long maxBoundDescriptorSets
 bound descriptot More...
 
long long maxInlineMemoryUpdateSize
 mem update More...
 
int maxMemRefsPerSubmission
 mem size More...
 
long maxThreadGroupSize
 thread group size More...
 
long multiColorTargetClears
 color target More...
 
long long timestampFrequency
 time stamp frequency More...
 
long vendorId
 mantle vendroe id More...
 
long long virtualMemPageSize
 virtual mem size More...
 

Detailed Description

Structure containing Mantle App info.

This structure is used to store the Mantle Driver information

Field Documentation

◆ apiVersion

int ADLMantleAppInfo::apiVersion

mantle api version

◆ deviceId

long ADLMantleAppInfo::deviceId

mantle device id

◆ driverVersion

long ADLMantleAppInfo::driverVersion

mantle driver version

◆ gpuName

char ADLMantleAppInfo::gpuName[256]

gpu name

◆ gpuType

int ADLMantleAppInfo::gpuType

mantle gpu type;

◆ maxBoundDescriptorSets

long ADLMantleAppInfo::maxBoundDescriptorSets

bound descriptot

◆ maxInlineMemoryUpdateSize

long long ADLMantleAppInfo::maxInlineMemoryUpdateSize

mem update

◆ maxMemRefsPerSubmission

int ADLMantleAppInfo::maxMemRefsPerSubmission

mem size

◆ maxThreadGroupSize

long ADLMantleAppInfo::maxThreadGroupSize

thread group size

◆ multiColorTargetClears

long ADLMantleAppInfo::multiColorTargetClears

color target

◆ timestampFrequency

long long ADLMantleAppInfo::timestampFrequency

time stamp frequency

◆ vendorId

long ADLMantleAppInfo::vendorId

mantle vendroe id

◆ virtualMemPageSize

long long ADLMantleAppInfo::virtualMemPageSize

virtual mem size


The documentation for this struct was generated from the following file:

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