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

Gallium input. More...

#include <GalliumBinaries.h>

Public Member Functions

void addEmptyKernel (const char *kernelName)
 add empty kernel with default values
 

Public Attributes

bool is64BitElf
 is 64-bit elf binary
 
GPUDeviceType deviceType
 GPU device type.
 
size_t globalDataSize
 global constant data size
 
const cxbyte * globalData
 global constant data
 
std::vector< GalliumKernelInputkernels
 input kernel list
 
size_t codeSize
 code size
 
const cxbyte * code
 code
 
size_t commentSize
 comment size (can be null)
 
const char * comment
 comment
 
std::vector< BinSectionextraSections
 extra sections
 
std::vector< BinSymbolextraSymbols
 extra symbols
 

Detailed Description

Gallium input.


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