Lines Matching refs:inputImage
1479 __kernel void HullPass1(const __global CLPixelType *inputImage, __global CLPixelType *outputImage
1486 CLPixelType v = inputImage[y*imageWidth+x];
1497 … && clampedNeighbor.y == neighbor.y)?inputImage[clampedNeighbor.y*imageWidth+clampedNeighbor.x]
1542 __kernel void HullPass2(const __global CLPixelType *inputImage, __global CLPixelType *outputImage
1549 CLPixelType v = inputImage[y*imageWidth+x];
1559 && clampedNeighbor.y == neighbor.y)?inputImage[clampedNeighbor.y*imageWidth+clampedNeighbor.x]
1569 && clampedNeighbor.y == neighbor.y)?inputImage[clampedNeighbor.y*imageWidth+clampedNeighbor.x]
2459 …void ResizeHorizontalFilter(const __global CLQuantum *inputImage, const unsigned int number_channe…
2485 event_t e = async_work_group_copy(inputImageCache, inputImage + pos, num_elements, 0);
2621 …void ResizeVerticalFilter(const __global CLQuantum *inputImage, const unsigned int number_channels,
2650 …event_t e = async_work_group_strided_copy(inputImageCache + (rangeLength*i), inputImage+pos+i, ran…