Home | History | Annotate | Download | only in MagickCore

Lines Matching full:pixelsperworkitem

837     const unsigned int length,const unsigned int pixelsPerWorkItem,
846 uint span = pixelsPerWorkItem * numRandomNumbersPerPixel; // length of RNG substream each workitem will use
850 uint pos = get_group_id(0) * get_local_size(0) * pixelsPerWorkItem * number_channels + (get_local_id(0) * number_channels);
851 uint count = pixelsPerWorkItem;