|
Blender
V2.93
|
#include <kernel_types.h>
Public Attributes | |
| uint | x |
| uint | y |
| uint | w |
| uint | h |
| uint | start_sample |
| uint | num_samples |
| int | offset |
| uint | stride |
| ccl_global float * | buffer |
Definition at line 1686 of file kernel_types.h.
| ccl_global float* WorkTile::buffer |
Definition at line 1695 of file kernel_types.h.
Referenced by CPUDevice::adaptive_sampling_filter().
| uint WorkTile::h |
Definition at line 1687 of file kernel_types.h.
Referenced by CPUDevice::adaptive_sampling_filter().
| uint WorkTile::num_samples |
Definition at line 1690 of file kernel_types.h.
| int WorkTile::offset |
Definition at line 1692 of file kernel_types.h.
Referenced by CPUDevice::adaptive_sampling_filter().
| uint WorkTile::start_sample |
Definition at line 1689 of file kernel_types.h.
| uint WorkTile::stride |
Definition at line 1693 of file kernel_types.h.
Referenced by CPUDevice::adaptive_sampling_filter().
| uint WorkTile::w |
Definition at line 1687 of file kernel_types.h.
Referenced by CPUDevice::adaptive_sampling_filter().
| uint WorkTile::x |
Definition at line 1687 of file kernel_types.h.
Referenced by CPUDevice::adaptive_sampling_filter().
| uint WorkTile::y |
Definition at line 1687 of file kernel_types.h.
Referenced by CPUDevice::adaptive_sampling_filter().