Struct GlobalSymbol
Defined in File gpu-device.h
Nested Relationships
Nested Types
Struct Documentation
-
struct GlobalSymbol
Structure that contains a global symbol provided by a GPU device.
Public Members
-
char symbolicName[StringLength::kSymbolicNameLength]
-
struct Value
Public Types
Public Members
-
ArrayUint8 arrayUint8
Struct describing an array of uint8_t elements. Invalid after calling DestroyGpuDevice/UnlinkGpuSpecificMdApiSourceUsage.
-
bool bool32
-
char *pString
Pointer to null-terminated char array. Invalid after calling DestroyGpuDevice/UnlinkGpuSpecificMdApiSourceUsage.
-
float float32
-
RangeUint32 rangeUint32
-
RangeUint64 rangeUint64
-
uint32_t uint32
-
uint64_t uint64
-
union gpa::metrics::GlobalSymbol::Value::[anonymous] data
The actual Value data.
-
struct ArrayUint8
-
struct RangeUint32
-
struct RangeUint64
-
ArrayUint8 arrayUint8
-
char symbolicName[StringLength::kSymbolicNameLength]