Searched defs:deferred_lazy (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/util/ | ||
| H A D | lazy.hpp | 47 class deferred_lazy : public basic_lazy<T> { class in namespace:clover::detail 50 deferred_lazy(G &&f) : f(new F(std::forward<G>(f))) { function in class:clover::detail::deferred_lazy |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/util/ | ||
| H A D | lazy.hpp | 47 class deferred_lazy : public basic_lazy<T> { class in namespace:clover::detail 50 deferred_lazy(G &&f) : f(new F(std::forward<G>(f))) { function in class:clover::detail::deferred_lazy |
Completed in 3 milliseconds