Blender
V3.3
|
Go to the source code of this file.
Functions | |
CCL_NAMESPACE_BEGIN ccl_device_inline void | get_work_pixel (ccl_global const KernelWorkTile *tile, uint global_work_index, ccl_private uint *x, ccl_private uint *y, ccl_private uint *sample) |
CCL_NAMESPACE_BEGIN ccl_device_inline void get_work_pixel | ( | ccl_global const KernelWorkTile * | tile, |
uint | global_work_index, | ||
ccl_private uint * | x, | ||
ccl_private uint * | y, | ||
ccl_private uint * | sample | ||
) |
Definition at line 13 of file work_stealing.h.
References KernelWorkTile::h, kernel_data, KernelWorkTile::num_samples, sample, KernelWorkTile::start_sample, tile, KernelWorkTile::w, KernelWorkTile::x, x, KernelWorkTile::y, and y.