CLRX
1
An unofficial OpenCL extensions designed for Radeon GPUs
|
kernel info structure (Gallium binaries) More...
#include <GalliumBinaries.h>
Public Attributes | |
CString | kernelName |
kernel's name | |
GalliumProgInfoEntry | progInfo [3] |
program info for kernel | |
bool | useConfig |
true if configuration has been used to generate binary | |
GalliumKernelConfig | config |
kernel's configuration | |
uint32_t | offset |
offset of kernel code | |
std::vector< GalliumArgInfo > | argInfos |
arguments | |
kernel info structure (Gallium binaries)