CLRX  1
An unofficial OpenCL extensions designed for Radeon GPUs
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
CLRX::AmdDisasmInput Struct Reference

whole disassembler input (for AMD Catalyst driver GPU binaries) More...

#include <Disassembler.h>

Public Attributes

GPUDeviceType deviceType
 GPU device type.
 
bool is64BitMode
 true if 64-bit mode of addressing
 
CString driverInfo
 driver info (for AMD Catalyst drivers)
 
CString compileOptions
 compile options which used by in clBuildProgram
 
size_t globalDataSize
 global (constants for kernels) data size
 
const cxbyte * globalData
 global (constants for kernels) data
 
std::vector< AmdDisasmKernelInputkernels
 kernel inputs
 

Detailed Description

whole disassembler input (for AMD Catalyst driver GPU binaries)

all pointer members holds only pointers that should be freed by your routines. No management of data


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