#include "tracectl.h"
Go to the source code of this file.
Classes | |
struct | AluPix32 |
class | KernelStatistics |
struct | BfxErrorRegionListItem |
Stores error region list for tracing. More... | |
class | BfxErrorRegionList |
class | BfxALU |
Arithmetic and logic unit for bitmap effects. More... | |
class | BfxALULUT |
Enumerations | |
enum | BfxSpecialEffect { BFX_SFX_USER, BFX_SFX_ISOLATEPOINTS, BFX_SFX_EDGE, BFX_SFX_HEDGE, BFX_SFX_VEDGE, BFX_SFX_P45EDGE, BFX_SFX_N45EDGE, BFX_SFX_LAPLACIAN, BFX_SFX_DIALATION, BFX_SFX_ROBERTS } |
Functions | |
INT32 | IntegerSquare (INT32 i) |
double | DoubleSquare (double d) |
|
Definition at line 129 of file bfxalu.h. 00129 { BFX_SFX_USER, BFX_SFX_ISOLATEPOINTS, BFX_SFX_EDGE, BFX_SFX_HEDGE, 00130 BFX_SFX_VEDGE, BFX_SFX_P45EDGE, BFX_SFX_N45EDGE, BFX_SFX_LAPLACIAN, 00131 BFX_SFX_DIALATION, BFX_SFX_ROBERTS };
|
|
Definition at line 161 of file bfxalu.h.
|
|
Definition at line 160 of file bfxalu.h.
|