Classes | Defines | Functions | Variables

MiniCLTask.h File Reference

#include "BulletMultiThreaded/PlatformDefinitions.h"
#include "LinearMath/btScalar.h"
#include "LinearMath/btAlignedAllocator.h"
Include dependency graph for MiniCLTask.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  MiniCLTaskDesc

Defines

#define MINICL_MAX_ARGLENGTH   (sizeof(void*))
#define MINI_CL_MAX_ARG   16
#define MINI_CL_MAX_KERNEL_NAME   256

Functions

void processMiniCLTask (void *userPtr, void *lsMemory)
void * createMiniCLLocalStoreMemory ()

Variables

int gMiniCLNumOutstandingTasks

Define Documentation

#define MINI_CL_MAX_ARG   16

Definition at line 26 of file MiniCLTask.h.

#define MINI_CL_MAX_KERNEL_NAME   256

Definition at line 27 of file MiniCLTask.h.

#define MINICL_MAX_ARGLENGTH   (sizeof(void*))

Definition at line 25 of file MiniCLTask.h.


Function Documentation

void* createMiniCLLocalStoreMemory (  ) 

Definition at line 69 of file MiniCLTask.cpp.

void processMiniCLTask ( void *  userPtr,
void *  lsMemory 
)

Definition at line 41 of file MiniCLTask.cpp.


Variable Documentation

Definition at line 54 of file MiniCLTask.h.