CLRX  1
An unofficial OpenCL extensions designed for Radeon GPUs
Public Attributes | List of all members
CLRX::GalliumDisasmInput Struct Reference

whole disassembler input (for Gallium driver GPU binaries) More...

#include <Disassembler.h>

Public Attributes

GPUDeviceType deviceType
 GPU device type.
 
bool is64BitMode
 true if 64-bit mode of addressing
 
size_t globalDataSize
 global (constants for kernels) data size
 
const cxbyte * globalData
 global (constants for kernels) data
 
std::vector< GalliumDisasmKernelInputkernels
 list of input kernels
 
size_t codeSize
 code size
 
const cxbyte * code
 code
 

Detailed Description

whole disassembler input (for Gallium driver GPU binaries)


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