|
Blender V4.5
|
Go to the source code of this file.
Functions | |
| CCL_NAMESPACE_BEGIN ccl_device_inline void | get_work_pixel (const ccl_global KernelWorkTile *tile, const 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 | ( | const ccl_global KernelWorkTile * | tile, |
| const uint | global_work_index, | ||
| ccl_private uint * | x, | ||
| ccl_private uint * | y, | ||
| ccl_private uint * | sample ) |
Definition at line 14 of file work_stealing.h.
References ccl_device_inline, ccl_global, ccl_private, get_work_pixel(), KernelWorkTile::h, kernel_data, KernelWorkTile::num_samples, sample, KernelWorkTile::start_sample, tile, KernelWorkTile::w, KernelWorkTile::x, x, KernelWorkTile::y, and y.
Referenced by ccl_gpu_kernel_call(), and get_work_pixel().