Home
last modified time | relevance | path

Searched refs:hmaxtaps (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Dinterpolation.c1851 int hmaxtaps = -1, vmaxtaps = -1; in dt_interpolation_resample_cl() local
1852 for(int k = 0; k < roi_out->width; k++) hmaxtaps = MAX(hmaxtaps, hlength[k]); in dt_interpolation_resample_cl()
1878 … .cellsize = 4 * sizeof(float), .overhead = hmaxtaps * sizeof(float) + hmaxtaps * sizeof(int), in dt_interpolation_resample_cl()
1902 …dev_hindex = dt_opencl_copy_host_to_device_constant(devid, sizeof(int) * width * (hmaxtaps + 1), h… in dt_interpolation_resample_cl()
1909 … = dt_opencl_copy_host_to_device_constant(devid, sizeof(float) * width * (hmaxtaps + 1), hkernel); in dt_interpolation_resample_cl()
1940 dt_opencl_set_kernel_arg(devid, kernel, 12, sizeof(int), (void *)&hmaxtaps); in dt_interpolation_resample_cl()
1942 dt_opencl_set_kernel_arg(devid, kernel, 14, hmaxtaps * sizeof(float), NULL); in dt_interpolation_resample_cl()
1943 dt_opencl_set_kernel_arg(devid, kernel, 15, hmaxtaps * sizeof(int), NULL); in dt_interpolation_resample_cl()
/dports/graphics/darktable/darktable-3.6.1/src/common/
H A Dinterpolation.c1853 int hmaxtaps = -1, vmaxtaps = -1; in dt_interpolation_resample_cl() local
1854 for(int k = 0; k < roi_out->width; k++) hmaxtaps = MAX(hmaxtaps, hlength[k]); in dt_interpolation_resample_cl()
1880 … .cellsize = 4 * sizeof(float), .overhead = hmaxtaps * sizeof(float) + hmaxtaps * sizeof(int), in dt_interpolation_resample_cl()
1904 …dev_hindex = dt_opencl_copy_host_to_device_constant(devid, sizeof(int) * width * (hmaxtaps + 1), h… in dt_interpolation_resample_cl()
1911 … = dt_opencl_copy_host_to_device_constant(devid, sizeof(float) * width * (hmaxtaps + 1), hkernel); in dt_interpolation_resample_cl()
1942 dt_opencl_set_kernel_arg(devid, kernel, 12, sizeof(int), (void *)&hmaxtaps); in dt_interpolation_resample_cl()
1944 dt_opencl_set_kernel_arg(devid, kernel, 14, hmaxtaps * sizeof(float), NULL); in dt_interpolation_resample_cl()
1945 dt_opencl_set_kernel_arg(devid, kernel, 15, hmaxtaps * sizeof(int), NULL); in dt_interpolation_resample_cl()