Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/device/cuda/device_cuda.h
| Show First 20 Lines • Show All 217 Lines • ▼ Show 20 Lines | void adaptive_sampling_filter(uint filter_sample, | ||||
| WorkTile *wtile, | WorkTile *wtile, | ||||
| CUdeviceptr d_wtile, | CUdeviceptr d_wtile, | ||||
| CUstream stream = 0); | CUstream stream = 0); | ||||
| void adaptive_sampling_post(RenderTile &rtile, | void adaptive_sampling_post(RenderTile &rtile, | ||||
| WorkTile *wtile, | WorkTile *wtile, | ||||
| CUdeviceptr d_wtile, | CUdeviceptr d_wtile, | ||||
| CUstream stream = 0); | CUstream stream = 0); | ||||
| void path_trace(DeviceTask &task, RenderTile &rtile, device_vector<WorkTile> &work_tiles); | void render(DeviceTask &task, RenderTile &rtile, device_vector<WorkTile> &work_tiles); | ||||
| void film_convert(DeviceTask &task, | void film_convert(DeviceTask &task, | ||||
| device_ptr buffer, | device_ptr buffer, | ||||
| device_ptr rgba_byte, | device_ptr rgba_byte, | ||||
| device_ptr rgba_half); | device_ptr rgba_half); | ||||
| void shader(DeviceTask &task); | void shader(DeviceTask &task); | ||||
| Show All 35 Lines | |||||