Home
last modified time | relevance | path

Searched refs:kernel_path_background (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/split/
H A Dkernel_indirect_background.h64 kernel_path_background(kg, state, ray, throughput, sd, buffer, L); in kernel_indirect_background()
/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/
H A Dkernel_path.h115 ccl_device_forceinline void kernel_path_background(KernelGlobals *kg, in kernel_path_background() function
415 kernel_path_background(kg, state, ray, throughput, sd, NULL, L); in kernel_path_indirect()
553 kernel_path_background(kg, state, ray, throughput, &sd, buffer, L); in kernel_path_integrate()
H A Dkernel_path_branched.h408 kernel_path_background(kg, &state, &ray, throughput, &sd, buffer, L); in kernel_branched_path_integrate()