Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/kernel/svm/svm_mix.h
| Show All 12 Lines | |||||
| * See the License for the specific language governing permissions and | * See the License for the specific language governing permissions and | ||||
| * limitations under the License. | * limitations under the License. | ||||
| */ | */ | ||||
| CCL_NAMESPACE_BEGIN | CCL_NAMESPACE_BEGIN | ||||
| /* Node */ | /* Node */ | ||||
| ccl_device_noinline int svm_node_mix(ccl_global const KernelGlobals *kg, | ccl_device_noinline int svm_node_mix(KernelGlobals kg, | ||||
| ccl_private ShaderData *sd, | ccl_private ShaderData *sd, | ||||
| ccl_private float *stack, | ccl_private float *stack, | ||||
| uint fac_offset, | uint fac_offset, | ||||
| uint c1_offset, | uint c1_offset, | ||||
| uint c2_offset, | uint c2_offset, | ||||
| int offset) | int offset) | ||||
| { | { | ||||
| /* read extra data */ | /* read extra data */ | ||||
| Show All 12 Lines | |||||