Home
last modified time | relevance | path

Searched refs:rebind (Results 1 – 25 of 121) sorted by relevance

12345

/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_binding.c117 static int vmw_binding_scrub_shader(struct vmw_ctx_bindinfo *bi, bool rebind);
119 bool rebind);
120 static int vmw_binding_scrub_texture(struct vmw_ctx_bindinfo *bi, bool rebind);
121 static int vmw_binding_scrub_cb(struct vmw_ctx_bindinfo *bi, bool rebind);
122 static int vmw_binding_scrub_dx_rt(struct vmw_ctx_bindinfo *bi, bool rebind);
123 static int vmw_binding_scrub_sr(struct vmw_ctx_bindinfo *bi, bool rebind);
124 static int vmw_binding_scrub_so_target(struct vmw_ctx_bindinfo *bi, bool rebind);
127 bool rebind);
128 static int vmw_binding_scrub_ib(struct vmw_ctx_bindinfo *bi, bool rebind);
129 static int vmw_binding_scrub_vb(struct vmw_ctx_bindinfo *bi, bool rebind);
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/intrusive/
H A Dpointer_rebind.hpp39 static char test(int, typename X::template rebind<U>*);
54 static char test(int, typename X::template rebind<U>::other*);
65 static const unsigned int rebind = (unsigned int)pointer_has_rebind<Ptr, U>::value; member
67 static const unsigned int mode = rebind + rebind*rebind_other;
81 typedef typename Ptr::template rebind<U>::other type;
89 typedef typename Ptr::template rebind<U> type;
H A Dpointer_traits.hpp90 template <class U> using rebind = unspecified; typedef
114 template <class U> using rebind = typename boost::intrusive::pointer_rebind<Ptr, U>::type;
278 template <class U> using rebind = U*; typedef
282 template <class U> using rebind = U*; typedef
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dptr_traits.h96 struct __rebind<_Tp, _Up, __void_t<typename _Tp::template rebind<_Up>>> in _GLIBCXX_VISIBILITY()
97 { using type = typename _Tp::template rebind<_Up>; }; in _GLIBCXX_VISIBILITY()
113 using rebind = typename __rebind<_Ptr, _Up>::type; in _GLIBCXX_VISIBILITY()
138 using rebind = _Up*; in _GLIBCXX_VISIBILITY()
152 using __ptr_rebind = typename pointer_traits<_Ptr>::template rebind<_Tp>; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dptr_traits.h96 struct __rebind<_Tp, _Up, __void_t<typename _Tp::template rebind<_Up>>> in _GLIBCXX_VISIBILITY()
97 { using type = typename _Tp::template rebind<_Up>; }; in _GLIBCXX_VISIBILITY()
113 using rebind = typename __rebind<_Ptr, _Up>::type; in _GLIBCXX_VISIBILITY()
138 using rebind = _Up*; in _GLIBCXX_VISIBILITY()
152 using __ptr_rebind = typename pointer_traits<_Ptr>::template rebind<_Tp>; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/node/
H A Dvariant_dynamic.hpp28 typename Allocators::node_allocator_type::template rebind
48 typename Allocators::node_allocator_type::template rebind
97 : public Allocator::template rebind<
105 typedef typename Allocator::template rebind<
120 typedef typename Allocator::template rebind<
124 typedef typename Allocator::template rebind<
H A Dvariant_static.hpp83 : public Allocator::template rebind<
91 typedef typename Allocator::template rebind<
106 typedef typename Allocator::template rebind<
110 typedef typename Allocator::template rebind<
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/core/
H A Dpointer_traits.hpp40 typedef typename std::pointer_traits<T>::template rebind<U> type;
137 static char call(typename U::template rebind<V>* = 0);
171 typedef typename T::template rebind<U> type;
208 using rebind = typename detail::ptr_traits_rebind<T, U>::type; typedef
230 using rebind = U*; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/
H A Dlambda_support.hpp54 struct rebind \
80 struct rebind; \
87 struct name<BOOST_MPL_PP_PARAMS(i,T)>::rebind \
110 typedef BOOST_PP_CAT(name,_rebind) rebind; \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dis_abstract.hpp114 struct rebind
123 struct rebind
133 typedef typename selector::template rebind<T> binder;
H A Dis_polymorphic.hpp81 struct rebind struct
91 struct rebind struct
101 typedef typename selector::template rebind<T> binder;
H A Dis_base_and_derived.hpp188 struct rebind struct
198 struct rebind struct
214 typedef typename selector::template rebind<ncvB,ncvD> binder;
H A Dis_signed.hpp52 struct rebind struct
62 struct rebind struct
72 typedef typename selector::template rebind<T> binder;
H A Dis_unsigned.hpp52 struct rebind struct
62 struct rebind struct
72 typedef typename selector::template rebind<T> binder;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/plain/
H A Dlambda_no_ctps.hpp51 typename F::rebind
81 typename F::rebind
113 typename F::rebind
147 typename F::rebind
184 typename F::rebind
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/bcc_pre590/
H A Dlambda_no_ctps.hpp51 typename F::rebind
81 typename F::rebind
113 typename F::rebind
147 typename F::rebind
184 typename F::rebind
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/no_ttp/
H A Dlambda_no_ctps.hpp51 typename F::rebind
81 typename F::rebind
113 typename F::rebind
147 typename F::rebind
184 typename F::rebind
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/msvc70/
H A Dlambda_no_ctps.hpp51 typename F::rebind
81 typename F::rebind
113 typename F::rebind
147 typename F::rebind
184 typename F::rebind
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/gcc/
H A Dlambda_no_ctps.hpp51 typename F::rebind
81 typename F::rebind
113 typename F::rebind
147 typename F::rebind
184 typename F::rebind
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/msvc60/
H A Dlambda_no_ctps.hpp51 typename F::rebind
81 typename F::rebind
113 typename F::rebind
147 typename F::rebind
184 typename F::rebind
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/bcc551/
H A Dlambda_no_ctps.hpp51 typename F::rebind
81 typename F::rebind
113 typename F::rebind
147 typename F::rebind
184 typename F::rebind
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/no_ctps/
H A Dlambda_no_ctps.hpp51 typename F::rebind
81 typename F::rebind
113 typename F::rebind
147 typename F::rebind
184 typename F::rebind
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/bcc/
H A Dlambda_no_ctps.hpp51 typename F::rebind
81 typename F::rebind
113 typename F::rebind
147 typename F::rebind
184 typename F::rebind
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/dmc/
H A Dlambda_no_ctps.hpp51 typename F::rebind
81 typename F::rebind
113 typename F::rebind
147 typename F::rebind
184 typename F::rebind
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/mwcw/
H A Dlambda_no_ctps.hpp51 typename F::rebind
81 typename F::rebind
113 typename F::rebind
147 typename F::rebind
184 typename F::rebind

12345