Home
last modified time | relevance | path

Searched refs:WorkTile (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/kernels/cuda/
H A Dkernel.cu41 kernel_cuda_path_trace(WorkTile *tile, uint total_work_size) in CUDA_LAUNCH_BOUNDS()
64 kernel_cuda_branched_path_trace(WorkTile *tile, uint total_work_size) in CUDA_LAUNCH_BOUNDS()
87 kernel_cuda_adaptive_stopping(WorkTile *tile, int sample, uint total_work_size) in CUDA_LAUNCH_BOUNDS()
103 kernel_cuda_adaptive_filter_x(WorkTile *tile, int sample, uint) in CUDA_LAUNCH_BOUNDS()
116 kernel_cuda_adaptive_filter_y(WorkTile *tile, int sample, uint) in CUDA_LAUNCH_BOUNDS()
129 kernel_cuda_adaptive_scale_samples(WorkTile *tile, int start_sample, int sample, uint total_work_si… in CUDA_LAUNCH_BOUNDS()
217 kernel_cuda_bake(WorkTile *tile, uint total_work_size) in CUDA_LAUNCH_BOUNDS()
/dports/graphics/blender/blender-2.91.0/intern/cycles/device/cuda/
H A Ddevice_cuda.h218 WorkTile *wtile,
222 WorkTile *wtile,
226 void render(DeviceTask &task, RenderTile &rtile, device_vector<WorkTile> &work_tiles);
H A Ddevice_cuda_impl.cpp1791 WorkTile *wtile, in adaptive_sampling_filter()
1842 WorkTile *wtile, in adaptive_sampling_post()
1864 void CUDADevice::render(DeviceTask &task, RenderTile &rtile, device_vector<WorkTile> &work_tiles) in render()
1894 WorkTile *wtile = work_tiles.data(); in render()
2366 device_vector<WorkTile> work_tiles(this, "work_tiles", MEM_READ_ONLY); in thread_run()
/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/
H A Dkernel_work_stealing.h27 ccl_device_inline void get_work_pixel(ccl_global const WorkTile *tile, in get_work_pixel()
95 ccl_global WorkTile *tile = &kernel_split_params.tile; in get_next_work()
H A Dkernel_adaptive_sampling.h179 ccl_device bool kernel_do_adaptive_filter_x(KernelGlobals *kg, int y, ccl_global WorkTile *tile) in kernel_do_adaptive_filter_x()
208 ccl_device bool kernel_do_adaptive_filter_y(KernelGlobals *kg, int x, ccl_global WorkTile *tile) in kernel_do_adaptive_filter_y()
H A Dkernel_globals.h106 WorkTile tile;
H A Dkernel_types.h1690 typedef struct WorkTile { struct
1700 } WorkTile; argument
/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/split/
H A Dkernel_path_init.h45 ccl_global WorkTile *tile = &kernel_split_params.tile; in kernel_path_init()
H A Dkernel_split_data_types.h26 WorkTile tile;
H A Dkernel_buffer_update.h105 ccl_global WorkTile *tile = &kernel_split_params.tile; in kernel_buffer_update()
/dports/graphics/blender/blender-2.91.0/intern/cycles/device/
H A Ddevice_optix.cpp59 WorkTile tile;
705 WorkTile wtile; in launch_render()
H A Ddevice_cpu.cpp857 WorkTile wtile; in adaptive_sampling_filter()