NAME1
#define NAME(depth) NAME1(depth)
#define NAME(width) NAME1(width)
#define NAME(name) NAME1(RASOPS_DEPTH, name)
#define NAME(depth) NAME1(depth)
#define NAME(depth, width) NAME1(depth, width)