Home
last modified time | relevance | path

Searched refs:add_deref (Results 1 – 15 of 15) sorted by relevance

/third_party/boost/boost/gil/
Dimage_view.hpp85 struct add_deref struct in boost::gil::image_view
87 using type = image_view<typename Loc::template add_deref<Deref>::type>; argument
90 return type(view.dimensions(), Loc::template add_deref<Deref>::make(view.pixels(), d)); in make()
Dimage_view_factory.hpp141 using add_ref_t = typename SrcView::template add_deref<deref_t>;
390 using AD = typename View::template add_deref<deref_t>;
525 using AD = typename View::template add_deref<deref_t>;
Dpremultiply.hpp98 using add_ref_t = typename SrcView::template add_deref<deref_t>;
Dvirtual_locator.hpp58 struct add_deref struct in boost::gil::virtual_2d_locator
Dlocator.hpp246 template <typename Deref> struct add_deref struct in boost::gil::memory_based_2d_locator
/third_party/boost/libs/gil/doc/design/
Dextending.rst133 We then use the ``add_deref`` member struct of image views to construct the
145 typedef typename SrcView::template add_deref<deref_t> add_ref_t;
Dpixel_locator.rst41 template <PixelDereferenceAdaptorConcept Deref> struct add_deref {
Dimage_view.rst42 template <PixelDereferenceAdaptorConcept Deref> struct add_deref {
/third_party/boost/libs/gil/doc/html/_sources/design/
Dextending.rst.txt133 We then use the ``add_deref`` member struct of image views to construct the
145 typedef typename SrcView::template add_deref<deref_t> add_ref_t;
Dpixel_locator.rst.txt41 template <PixelDereferenceAdaptorConcept Deref> struct add_deref {
Dimage_view.rst.txt42 template <PixelDereferenceAdaptorConcept Deref> struct add_deref {
/third_party/boost/boost/gil/concepts/
Dpixel_locator.hpp173 using dtype = typename Loc::template add_deref<deref_t>::type; in constraints()
Dimage_view.hpp177 using dtype = typename View::template add_deref<deref_t>::type; in constraints()
/third_party/boost/libs/gil/doc/html/
Dsearchindex.js1 …9,acknowledg:22,actual:[8,29],adapt:1,adaptor:[8,10,15],add:[6,8,15,24],add_deref:[8,10,15],add_fs… property
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c3547 OP(AtomicIAdd, add_deref) in get_uniform_nir_atomic_op()
3548 OP(AtomicISub, add_deref) in get_uniform_nir_atomic_op()