Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/kernel/kernels/cpu/kernel_cpu.h
| Show All 40 Lines | void KERNEL_FUNCTION_FULL_NAME(shader)(KernelGlobals *kg, | ||||
| uint4 *input, | uint4 *input, | ||||
| float4 *output, | float4 *output, | ||||
| int type, | int type, | ||||
| int filter, | int filter, | ||||
| int i, | int i, | ||||
| int offset, | int offset, | ||||
| int sample); | int sample); | ||||
| void KERNEL_FUNCTION_FULL_NAME(bake)( | |||||
| KernelGlobals *kg, float *buffer, int sample, int x, int y, int offset, int stride); | |||||
| /* Split kernels */ | /* Split kernels */ | ||||
| void KERNEL_FUNCTION_FULL_NAME(data_init)(KernelGlobals *kg, | void KERNEL_FUNCTION_FULL_NAME(data_init)(KernelGlobals *kg, | ||||
| ccl_constant KernelData *data, | ccl_constant KernelData *data, | ||||
| ccl_global void *split_data_buffer, | ccl_global void *split_data_buffer, | ||||
| int num_elements, | int num_elements, | ||||
| ccl_global char *ray_state, | ccl_global char *ray_state, | ||||
| int start_sample, | int start_sample, | ||||
| ▲ Show 20 Lines • Show All 41 Lines • Show Last 20 Lines | |||||