Public Member Functions | Public Attributes

MiniCLTaskDesc Struct Reference

#include <MiniCLTask.h>

Collaboration diagram for MiniCLTaskDesc:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 BT_DECLARE_ALIGNED_ALLOCATOR ()
 MiniCLTaskDesc ()

Public Attributes

uint32_t m_taskId
uint32_t m_firstWorkUnit
uint32_t m_lastWorkUnit
MiniCLKernelm_kernel
void * m_argData [MINI_CL_MAX_ARG]
int m_argSizes [MINI_CL_MAX_ARG]

Detailed Description

Definition at line 31 of file MiniCLTask.h.


Constructor & Destructor Documentation

MiniCLTaskDesc::MiniCLTaskDesc (  )  [inline]

Definition at line 35 of file MiniCLTask.h.


Member Function Documentation

MiniCLTaskDesc::BT_DECLARE_ALIGNED_ALLOCATOR (  ) 

Member Data Documentation

void* MiniCLTaskDesc::m_argData[MINI_CL_MAX_ARG]

Definition at line 50 of file MiniCLTask.h.

int MiniCLTaskDesc::m_argSizes[MINI_CL_MAX_ARG]

Definition at line 51 of file MiniCLTask.h.

Definition at line 45 of file MiniCLTask.h.

Definition at line 48 of file MiniCLTask.h.

Definition at line 46 of file MiniCLTask.h.

Definition at line 43 of file MiniCLTask.h.


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