Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/kernel/data_arrays.h
| Show First 20 Lines • Show All 54 Lines • ▼ Show 20 Lines | |||||
| KERNEL_DATA_ARRAY(uchar4, attributes_uchar4) | KERNEL_DATA_ARRAY(uchar4, attributes_uchar4) | ||||
| /* lights */ | /* lights */ | ||||
| KERNEL_DATA_ARRAY(KernelLightDistribution, light_distribution) | KERNEL_DATA_ARRAY(KernelLightDistribution, light_distribution) | ||||
| KERNEL_DATA_ARRAY(KernelLight, lights) | KERNEL_DATA_ARRAY(KernelLight, lights) | ||||
| KERNEL_DATA_ARRAY(float2, light_background_marginal_cdf) | KERNEL_DATA_ARRAY(float2, light_background_marginal_cdf) | ||||
| KERNEL_DATA_ARRAY(float2, light_background_conditional_cdf) | KERNEL_DATA_ARRAY(float2, light_background_conditional_cdf) | ||||
| /* light tree */ | |||||
| KERNEL_DATA_ARRAY(KernelLightTreeNode, light_tree_nodes) | |||||
| KERNEL_DATA_ARRAY(KernelLightTreeEmitter, light_tree_emitters) | |||||
| KERNEL_DATA_ARRAY(KernelLightTreeDistantEmitter, light_tree_distant_group) | |||||
| KERNEL_DATA_ARRAY(uint, light_to_tree) | |||||
| KERNEL_DATA_ARRAY(uint, object_lookup_offset) | |||||
| KERNEL_DATA_ARRAY(uint, triangle_to_tree) | |||||
| /* particles */ | /* particles */ | ||||
| KERNEL_DATA_ARRAY(KernelParticle, particles) | KERNEL_DATA_ARRAY(KernelParticle, particles) | ||||
| /* shaders */ | /* shaders */ | ||||
| KERNEL_DATA_ARRAY(uint4, svm_nodes) | KERNEL_DATA_ARRAY(uint4, svm_nodes) | ||||
| KERNEL_DATA_ARRAY(KernelShader, shaders) | KERNEL_DATA_ARRAY(KernelShader, shaders) | ||||
| /* lookup tables */ | /* lookup tables */ | ||||
| Show All 12 Lines | |||||