5#ifndef KERNEL_STRUCT_BEGIN
6# define KERNEL_STRUCT_BEGIN(name, parent)
8#ifndef KERNEL_STRUCT_END
9# define KERNEL_STRUCT_END(name)
11#ifndef KERNEL_STRUCT_MEMBER
12# define KERNEL_STRUCT_MEMBER(parent, type, name)
14#ifndef KERNEL_STRUCT_MEMBER_DONT_SPECIALIZE
15# define KERNEL_STRUCT_MEMBER_DONT_SPECIALIZE
240#define SHADER_NODE_TYPE(type) KERNEL_STRUCT_MEMBER(svm_usage, int, type)
244#undef KERNEL_STRUCT_BEGIN
245#undef KERNEL_STRUCT_MEMBER
246#undef KERNEL_STRUCT_MEMBER_DONT_SPECIALIZE
247#undef KERNEL_STRUCT_END
static unsigned long seed
#define KERNEL_STRUCT_END(name)
#define KERNEL_STRUCT_MEMBER(parent, type, name)
#define KERNEL_STRUCT_BEGIN(name, parent)
#define KERNEL_STRUCT_MEMBER_DONT_SPECIALIZE