Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/kernel/textures.h
| Show All 34 Lines | |||||
| KERNEL_TEX(uint, __object_flag) | KERNEL_TEX(uint, __object_flag) | ||||
| KERNEL_TEX(float, __object_volume_step) | KERNEL_TEX(float, __object_volume_step) | ||||
| /* cameras */ | /* cameras */ | ||||
| KERNEL_TEX(DecomposedTransform, __camera_motion) | KERNEL_TEX(DecomposedTransform, __camera_motion) | ||||
| /* triangles */ | /* triangles */ | ||||
| KERNEL_TEX(uint, __tri_shader) | KERNEL_TEX(uint, __tri_shader) | ||||
| KERNEL_TEX(float4, __tri_vnormal) | KERNEL_TEX(packed_float3, __tri_vnormal) | ||||
| KERNEL_TEX(uint4, __tri_vindex) | KERNEL_TEX(uint4, __tri_vindex) | ||||
| KERNEL_TEX(uint, __tri_patch) | KERNEL_TEX(uint, __tri_patch) | ||||
| KERNEL_TEX(float2, __tri_patch_uv) | KERNEL_TEX(float2, __tri_patch_uv) | ||||
| KERNEL_TEX(float4, __tri_verts) | KERNEL_TEX(packed_float3, __tri_verts) | ||||
| /* curves */ | /* curves */ | ||||
| KERNEL_TEX(KernelCurve, __curves) | KERNEL_TEX(KernelCurve, __curves) | ||||
| KERNEL_TEX(float4, __curve_keys) | KERNEL_TEX(float4, __curve_keys) | ||||
| KERNEL_TEX(KernelCurveSegment, __curve_segments) | KERNEL_TEX(KernelCurveSegment, __curve_segments) | ||||
| /* patches */ | /* patches */ | ||||
| KERNEL_TEX(uint, __patches) | KERNEL_TEX(uint, __patches) | ||||
| /* attributes */ | /* attributes */ | ||||
| KERNEL_TEX(uint4, __attributes_map) | KERNEL_TEX(uint4, __attributes_map) | ||||
| KERNEL_TEX(float, __attributes_float) | KERNEL_TEX(float, __attributes_float) | ||||
| KERNEL_TEX(float2, __attributes_float2) | KERNEL_TEX(float2, __attributes_float2) | ||||
| KERNEL_TEX(float4, __attributes_float3) | KERNEL_TEX(packed_float3, __attributes_float3) | ||||
| KERNEL_TEX(float4, __attributes_float4) | |||||
| KERNEL_TEX(uchar4, __attributes_uchar4) | KERNEL_TEX(uchar4, __attributes_uchar4) | ||||
| /* lights */ | /* lights */ | ||||
| KERNEL_TEX(KernelLightDistribution, __light_distribution) | KERNEL_TEX(KernelLightDistribution, __light_distribution) | ||||
| KERNEL_TEX(KernelLight, __lights) | KERNEL_TEX(KernelLight, __lights) | ||||
| KERNEL_TEX(float2, __light_background_marginal_cdf) | KERNEL_TEX(float2, __light_background_marginal_cdf) | ||||
| KERNEL_TEX(float2, __light_background_conditional_cdf) | KERNEL_TEX(float2, __light_background_conditional_cdf) | ||||
| Show All 20 Lines | |||||