CMS 3D CMS Logo

Macros
CMSUnrollLoop.h File Reference

Go to the source code of this file.

Macros

#define CMS_DEVICE_UNROLL_LOOP
 
#define CMS_DEVICE_UNROLL_LOOP_COUNT(N)
 
#define CMS_DEVICE_UNROLL_LOOP_DISABLE
 
#define CMS_UNROLL_LOOP
 
#define CMS_UNROLL_LOOP_COUNT(N)
 
#define CMS_UNROLL_LOOP_DISABLE
 
#define STRINGIFY(ARG)   STRINGIFY_(ARG)
 
#define STRINGIFY_(ARG)   #ARG
 

Macro Definition Documentation

◆ CMS_DEVICE_UNROLL_LOOP

#define CMS_DEVICE_UNROLL_LOOP

Definition at line 22 of file CMSUnrollLoop.h.

◆ CMS_DEVICE_UNROLL_LOOP_COUNT

#define CMS_DEVICE_UNROLL_LOOP_COUNT (   N)

Definition at line 23 of file CMSUnrollLoop.h.

◆ CMS_DEVICE_UNROLL_LOOP_DISABLE

#define CMS_DEVICE_UNROLL_LOOP_DISABLE

Definition at line 24 of file CMSUnrollLoop.h.

◆ CMS_UNROLL_LOOP

#define CMS_UNROLL_LOOP

Definition at line 43 of file CMSUnrollLoop.h.

◆ CMS_UNROLL_LOOP_COUNT

#define CMS_UNROLL_LOOP_COUNT (   N)

Definition at line 44 of file CMSUnrollLoop.h.

◆ CMS_UNROLL_LOOP_DISABLE

#define CMS_UNROLL_LOOP_DISABLE

Definition at line 45 of file CMSUnrollLoop.h.

◆ STRINGIFY

#define STRINGIFY (   ARG)    STRINGIFY_(ARG)

Definition at line 6 of file CMSUnrollLoop.h.

◆ STRINGIFY_

#define STRINGIFY_ (   ARG)    #ARG

Definition at line 5 of file CMSUnrollLoop.h.