Searched defs:lazy (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/util/
H A Dlazy.hpp98 class lazy { class in namespace:clover
110 lazy(T x) : obj(new detail::strict_lazy<T>(x)) { function in class:clover::lazy
118 lazy(F &&f) : obj(new detail::deferred_lazy< function in class:clover::lazy
126 lazy() : lazy([]() { function in class:clover::lazy
132 lazy(const lazy &other) : obj(obj->clone()) { function in class:clover::lazy
135 lazy(lazy &&other) : obj(NULL) { function in class:clover::lazy
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/util/
H A Dlazy.hpp98 class lazy { class in namespace:clover
110 lazy(T x) : obj(new detail::strict_lazy<T>(x)) { function in class:clover::lazy
118 lazy(F &&f) : obj(new detail::deferred_lazy< function in class:clover::lazy
126 lazy() : lazy([]() { function in class:clover::lazy
132 lazy(const lazy &other) : obj(obj->clone()) { function in class:clover::lazy
135 lazy(lazy &&other) : obj(NULL) { function in class:clover::lazy
[all...]
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_drm.h606 int32_t lazy; member in struct:drm_vmw_fence_wait_arg
/xsrc/external/mit/libdrm/dist/include/drm/
H A Dvmwgfx_drm.h639 __s32 lazy; member in struct:drm_vmw_fence_wait_arg
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/
H A Dvmwgfx_drm.h630 __s32 lazy; member in struct:drm_vmw_fence_wait_arg
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/
H A Dvmwgfx_drm.h638 __s32 lazy; member in struct:drm_vmw_fence_wait_arg

Completed in 17 milliseconds