clang  5.0.0
Public Attributes | List of all members
ndrange_t Struct Reference

#include "/usr/local/google/work/llvm-www-releases/5.0.0/docsbuild/llvm.src/tools/clang/lib/Headers/opencl-c.h"

Collaboration diagram for ndrange_t:
[legend]

Public Attributes

unsigned int workDimension
 
size_t globalWorkOffset [MAX_WORK_DIM]
 
size_t globalWorkSize [MAX_WORK_DIM]
 
size_t localWorkSize [MAX_WORK_DIM]
 

Detailed Description

Definition at line 16063 of file opencl-c.h.

Member Data Documentation

size_t ndrange_t::globalWorkOffset[MAX_WORK_DIM]

Definition at line 16065 of file opencl-c.h.

size_t ndrange_t::globalWorkSize[MAX_WORK_DIM]

Definition at line 16066 of file opencl-c.h.

size_t ndrange_t::localWorkSize[MAX_WORK_DIM]

Definition at line 16067 of file opencl-c.h.

unsigned int ndrange_t::workDimension

Definition at line 16064 of file opencl-c.h.


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