Home
last modified time | relevance | path

Searched refs:PRNG_BOUNCE_NUM (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/
H A Dkernel_path_state.h89 state->rng_offset += PRNG_BOUNCE_NUM; in path_state_next()
162 state->rng_offset += PRNG_BOUNCE_NUM; in path_state_next()
183 state->rng_offset += PRNG_BOUNCE_NUM; in path_state_volume_next()
H A Dkernel_path_subsurface.h84 hit_state->rng_offset += PRNG_BOUNCE_NUM; in kernel_path_subsurface_scatter()
134 state->rng_offset += ss_indirect->num_rays * PRNG_BOUNCE_NUM; in kernel_path_subsurface_setup_indirect()
H A Dkernel_path_volume.h108 float terminate = path_state_rng_1D(kg, state, PRNG_TERMINATE - PRNG_BOUNCE_NUM); in kernel_path_volume_bounce()
H A Dkernel_path_branched.h318 hit_state.rng_offset += PRNG_BOUNCE_NUM; in kernel_branched_path_subsurface_scatter()
H A Dkernel_subsurface.h405 state->rng_offset += PRNG_BOUNCE_NUM; in subsurface_random_walk()
H A Dkernel_types.h254 PRNG_BOUNCE_NUM = 8, enumerator
/dports/graphics/blender/blender-2.91.0/intern/cycles/render/
H A Dintegrator.cpp243 int dimensions = PRNG_BASE_NUM + max_samples * PRNG_BOUNCE_NUM; in device_update()
/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/split/
H A Dkernel_subsurface_scatter.h93 hit_state->rng_offset += PRNG_BOUNCE_NUM; in kernel_split_branched_path_subsurface_indirect_light_iter()