Searched refs:add_deref (Results 1 – 15 of 15) sorted by relevance
/third_party/boost/boost/gil/ |
D | image_view.hpp | 85 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()
|
D | image_view_factory.hpp | 141 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>;
|
D | premultiply.hpp | 98 using add_ref_t = typename SrcView::template add_deref<deref_t>;
|
D | virtual_locator.hpp | 58 struct add_deref struct in boost::gil::virtual_2d_locator
|
D | locator.hpp | 246 template <typename Deref> struct add_deref struct in boost::gil::memory_based_2d_locator
|
/third_party/boost/libs/gil/doc/design/ |
D | extending.rst | 133 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;
|
D | pixel_locator.rst | 41 template <PixelDereferenceAdaptorConcept Deref> struct add_deref {
|
D | image_view.rst | 42 template <PixelDereferenceAdaptorConcept Deref> struct add_deref {
|
/third_party/boost/libs/gil/doc/html/_sources/design/ |
D | extending.rst.txt | 133 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;
|
D | pixel_locator.rst.txt | 41 template <PixelDereferenceAdaptorConcept Deref> struct add_deref {
|
D | image_view.rst.txt | 42 template <PixelDereferenceAdaptorConcept Deref> struct add_deref {
|
/third_party/boost/boost/gil/concepts/ |
D | pixel_locator.hpp | 173 using dtype = typename Loc::template add_deref<deref_t>::type; in constraints()
|
D | image_view.hpp | 177 using dtype = typename View::template add_deref<deref_t>::type; in constraints()
|
/third_party/boost/libs/gil/doc/html/ |
D | searchindex.js | 1 …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/ |
D | spirv_to_nir.c | 3547 OP(AtomicIAdd, add_deref) in get_uniform_nir_atomic_op() 3548 OP(AtomicISub, add_deref) in get_uniform_nir_atomic_op()
|