CLRX
1
An unofficial OpenCL extensions designed for Radeon GPUs
|
descriptor of assembler repetition More...
#include <AsmSource.h>
Public Member Functions | |
AsmRepeatSource (RefPtr< const AsmSource > _source, uint64_t _repeatCount, uint64_t _repeatsNum) | |
constructor | |
virtual | ~AsmRepeatSource () |
destructor | |
![]() | |
AsmSource (AsmSourceType _type) | |
constructor | |
virtual | ~AsmSource () |
destructor | |
![]() | |
FastRefCountable () | |
constructor | |
void | reference () const |
reference object | |
bool | unreference () const |
unreference object (returns true if no reference count) | |
Public Attributes | |
RefPtr< const AsmSource > | source |
source of content | |
uint64_t | repeatCount |
number of repetition | |
uint64_t | repeatsNum |
number of all repetitions | |
![]() | |
size_t | uniqueId |
unique id for equality | |
AsmSourceType | type |
type of Asm source (file or macro) | |
descriptor of assembler repetition