Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/util/util_defines.h
| Show All 39 Lines | |||||
| # define ccl_static_constant static const | # define ccl_static_constant static const | ||||
| # define ccl_constant const | # define ccl_constant const | ||||
| # define ccl_local | # define ccl_local | ||||
| # define ccl_local_param | # define ccl_local_param | ||||
| # define ccl_private | # define ccl_private | ||||
| # define ccl_restrict __restrict | # define ccl_restrict __restrict | ||||
| # define ccl_ref & | # define ccl_ref & | ||||
| # define ccl_optional_struct_init | # define ccl_optional_struct_init | ||||
| # define ccl_loop_no_unroll | |||||
| # define __KERNEL_WITH_SSE_ALIGN__ | # define __KERNEL_WITH_SSE_ALIGN__ | ||||
| # if defined(_WIN32) && !defined(FREE_WINDOWS) | # if defined(_WIN32) && !defined(FREE_WINDOWS) | ||||
| # define ccl_device_inline static __forceinline | # define ccl_device_inline static __forceinline | ||||
| # define ccl_device_forceinline static __forceinline | # define ccl_device_forceinline static __forceinline | ||||
| # define ccl_align(...) __declspec(align(__VA_ARGS__)) | # define ccl_align(...) __declspec(align(__VA_ARGS__)) | ||||
| # ifdef __KERNEL_64_BIT__ | # ifdef __KERNEL_64_BIT__ | ||||
| # define ccl_try_align(...) __declspec(align(__VA_ARGS__)) | # define ccl_try_align(...) __declspec(align(__VA_ARGS__)) | ||||
| ▲ Show 20 Lines • Show All 92 Lines • Show Last 20 Lines | |||||