Searched refs:product_limit (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/util/
H A Dfactor.hpp106 /// highest possible product not greater than \p product_limit
111 find_grid_optimal_factor(T product_limit, argument
116 const auto limits = std::make_pair(product_limit, coord_limit);
120 block.first != 0 && best.first != product_limit;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/util/
H A Dfactor.hpp106 /// highest possible product not greater than \p product_limit
111 find_grid_optimal_factor(T product_limit, argument
116 const auto limits = std::make_pair(product_limit, coord_limit);
120 block.first != 0 && best.first != product_limit;

Completed in 5 milliseconds