Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/kernel/kernels/opencl/kernel_shadow_blocked.cl
| Show All 13 Lines | |||||
| * limitations under the License. | * limitations under the License. | ||||
| */ | */ | ||||
| #include "kernel_compat_opencl.h" | #include "kernel_compat_opencl.h" | ||||
| #include "split/kernel_split_common.h" | #include "split/kernel_split_common.h" | ||||
| #include "split/kernel_shadow_blocked.h" | #include "split/kernel_shadow_blocked.h" | ||||
| __kernel void kernel_ocl_path_trace_shadow_blocked( | __kernel void kernel_ocl_path_trace_shadow_blocked( | ||||
| KernelGlobals *kg, | ccl_global char *kg, | ||||
| ccl_constant KernelData *data) | ccl_constant KernelData *data) | ||||
| { | { | ||||
| kernel_shadow_blocked(kg); | kernel_shadow_blocked((KernelGlobals*)kg); | ||||
| } | } | ||||