Home
last modified time | relevance | path

Searched refs:roixy (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/darktable/darktable-3.6.1/data/kernels/
H A Dcolorreconstruction.cl46 const int2 roixy,
50 return convert_float2(roixy + pxy) * scale - convert_float2(bxy);
274 const int2 roixy,
290 float2 pxy = grid_rescale((int2)(x, y), roixy, bxy, scale);
/dports/graphics/darktable38/darktable-3.8.0/data/kernels/
H A Dcolorreconstruction.cl46 const int2 roixy,
50 return convert_float2(roixy + pxy) * scale - convert_float2(bxy);
274 const int2 roixy,
290 float2 pxy = grid_rescale((int2)(x, y), roixy, bxy, scale);
/dports/graphics/darktable38/darktable-3.8.0/src/iop/
H A Dcolorreconstruction.c1031 const int roixy[2] = { roi->x, roi->y }; in dt_iop_colorreconstruct_bilateral_slice_cl() local
1047 …_kernel_arg(b->devid, b->global->kernel_colorreconstruct_slice, 12, 2*sizeof(int), (void *)&roixy); in dt_iop_colorreconstruct_bilateral_slice_cl()
/dports/graphics/darktable/darktable-3.6.1/src/iop/
H A Dcolorreconstruction.c1031 const int roixy[2] = { roi->x, roi->y }; in dt_iop_colorreconstruct_bilateral_slice_cl() local
1047 …_kernel_arg(b->devid, b->global->kernel_colorreconstruct_slice, 12, 2*sizeof(int), (void *)&roixy); in dt_iop_colorreconstruct_bilateral_slice_cl()