Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/scene/scene.cpp
| Show First 20 Lines • Show All 65 Lines • ▼ Show 20 Lines | : bvh_nodes(device, "bvh_nodes", MEM_GLOBAL), | ||||
| attributes_float2(device, "attributes_float2", MEM_GLOBAL), | attributes_float2(device, "attributes_float2", MEM_GLOBAL), | ||||
| attributes_float3(device, "attributes_float3", MEM_GLOBAL), | attributes_float3(device, "attributes_float3", MEM_GLOBAL), | ||||
| attributes_float4(device, "attributes_float4", MEM_GLOBAL), | attributes_float4(device, "attributes_float4", MEM_GLOBAL), | ||||
| attributes_uchar4(device, "attributes_uchar4", MEM_GLOBAL), | attributes_uchar4(device, "attributes_uchar4", MEM_GLOBAL), | ||||
| light_distribution(device, "light_distribution", MEM_GLOBAL), | light_distribution(device, "light_distribution", MEM_GLOBAL), | ||||
| lights(device, "lights", MEM_GLOBAL), | lights(device, "lights", MEM_GLOBAL), | ||||
| light_background_marginal_cdf(device, "light_background_marginal_cdf", MEM_GLOBAL), | light_background_marginal_cdf(device, "light_background_marginal_cdf", MEM_GLOBAL), | ||||
| light_background_conditional_cdf(device, "light_background_conditional_cdf", MEM_GLOBAL), | light_background_conditional_cdf(device, "light_background_conditional_cdf", MEM_GLOBAL), | ||||
| light_tree_nodes(device, "light_tree_nodes", MEM_GLOBAL), | |||||
| light_tree_emitters(device, "light_tree_emitters", MEM_GLOBAL), | |||||
| light_tree_distant_group(device, "light_tree_distant_group", MEM_GLOBAL), | |||||
| light_to_tree(device, "light_to_tree", MEM_GLOBAL), | |||||
| object_lookup_offset(device, "object_lookup_offset", MEM_GLOBAL), | |||||
| triangle_to_tree(device, "triangle_to_tree", MEM_GLOBAL), | |||||
| particles(device, "particles", MEM_GLOBAL), | particles(device, "particles", MEM_GLOBAL), | ||||
| svm_nodes(device, "svm_nodes", MEM_GLOBAL), | svm_nodes(device, "svm_nodes", MEM_GLOBAL), | ||||
| shaders(device, "shaders", MEM_GLOBAL), | shaders(device, "shaders", MEM_GLOBAL), | ||||
| lookup_table(device, "lookup_table", MEM_GLOBAL), | lookup_table(device, "lookup_table", MEM_GLOBAL), | ||||
| sample_pattern_lut(device, "sample_pattern_lut", MEM_GLOBAL), | sample_pattern_lut(device, "sample_pattern_lut", MEM_GLOBAL), | ||||
| ies_lights(device, "ies", MEM_GLOBAL) | ies_lights(device, "ies", MEM_GLOBAL) | ||||
| { | { | ||||
| memset((void *)&data, 0, sizeof(data)); | memset((void *)&data, 0, sizeof(data)); | ||||
| ▲ Show 20 Lines • Show All 927 Lines • Show Last 20 Lines | |||||