Searched refs:preferedWorkGroupSizeMultiple (Results 1 – 5 of 5) sorted by relevance
1141 opts = cv::format("-D WAVE_SIZE=%d", k.preferedWorkGroupSizeMultiple()); in ocl_compute_hists()1214 opts = cv::format("-D WAVE_SIZE=%d", k.preferedWorkGroupSizeMultiple()); in ocl_normalize_hists()1233 opts = cv::format("-D WAVE_SIZE=%d", k.preferedWorkGroupSizeMultiple()); in ocl_normalize_hists()1660 opts = cv::format("-D WAVE_SIZE=%d", k.preferedWorkGroupSizeMultiple()); in ocl_classify_hists()1676 opts = cv::format("-D WAVE_SIZE=%d", k.preferedWorkGroupSizeMultiple()); in ocl_classify_hists()1692 opts = cv::format("-D WAVE_SIZE=%d", k.preferedWorkGroupSizeMultiple()); in ocl_classify_hists()
64 opts = cv::format("-D WAVE_SIZE=%d", _k.preferedWorkGroupSizeMultiple()); in calcLut()
524 size_t preferedWorkGroupSizeMultiple() const;
950 waveSize = (int)kernel.preferedWorkGroupSizeMultiple(); in initWaveSize()
3437 size_t Kernel::preferedWorkGroupSizeMultiple() const in preferedWorkGroupSizeMultiple() function in cv::ocl::Kernel