Home
last modified time | relevance | path

Searched refs:ring_type (Results 1 – 25 of 81) sorted by relevance

1234

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/
H A Dpolygon.hpp84 typedef ring<Point, ClockWise, Closed, PointList, PointAlloc> ring_type; typedef in boost::geometry::model::polygon
85 typedef RingList<ring_type , RingAlloc<ring_type > > inner_container_type;
87 inline ring_type const& outer() const { return m_outer; } in outer()
90 inline ring_type& outer() { return m_outer; } in outer()
105 inline polygon(std::initializer_list<ring_type> l) in polygon()
106 : m_outer(l.size() > 0 ? *l.begin() : ring_type()) in polygon()
143 ring_type m_outer;
199 >::ring_type const& type;
226 >::ring_type& type;
310 static inline typename polygon_type::ring_type& get(polygon_type& p) in get()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/
H A Dring_type.hpp145 struct ring_type struct
150 struct ring_type<ring_tag, Ring> struct
157 struct ring_type<polygon_tag, Polygon> struct
167 struct ring_type<multi_linestring_tag, MultiLinestring> struct
177 struct ring_type<multi_polygon_tag, MultiPolygon> struct
202 struct ring_type struct
204 typedef typename core_dispatch::ring_type
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Dpsp_v3_1.c54 enum psp_ring_type ring_type);
167 enum psp_ring_type ring_type) in psp_v3_1_ring_init() argument
175 ring->ring_type = ring_type; in psp_v3_1_ring_init()
224 enum psp_ring_type ring_type) in psp_v3_1_ring_create() argument
234 ret = psp_v3_1_ring_stop(psp, ring_type); in psp_v3_1_ring_create()
248 psp_ring_reg = ring_type; in psp_v3_1_ring_create()
271 psp_ring_reg = ring_type; in psp_v3_1_ring_create()
288 enum psp_ring_type ring_type) in psp_v3_1_ring_stop() argument
316 enum psp_ring_type ring_type) in psp_v3_1_ring_destroy() argument
322 ret = psp_v3_1_ring_stop(psp, ring_type); in psp_v3_1_ring_destroy()
H A Dpsp_v10_0.c122 enum psp_ring_type ring_type) in psp_v10_0_ring_init() argument
130 ring->ring_type = ring_type; in psp_v10_0_ring_init()
148 enum psp_ring_type ring_type) in psp_v10_0_ring_create() argument
165 psp_ring_reg = ring_type; in psp_v10_0_ring_create()
180 enum psp_ring_type ring_type) in psp_v10_0_ring_stop() argument
201 enum psp_ring_type ring_type) in psp_v10_0_ring_destroy() argument
207 ret = psp_v10_0_ring_stop(psp, ring_type); in psp_v10_0_ring_destroy()
H A Dpsp_v12_0.c234 enum psp_ring_type ring_type) in psp_v12_0_ring_init() argument
244 ring->ring_type = ring_type; in psp_v12_0_ring_init()
262 enum psp_ring_type ring_type) in psp_v12_0_ring_create() argument
299 psp_ring_reg = ring_type; in psp_v12_0_ring_create()
315 enum psp_ring_type ring_type) in psp_v12_0_ring_stop() argument
343 enum psp_ring_type ring_type) in psp_v12_0_ring_destroy() argument
349 ret = psp_v12_0_ring_stop(psp, ring_type); in psp_v12_0_ring_destroy()
H A Dpsp_v11_0.c403 enum psp_ring_type ring_type) in psp_v11_0_ring_init() argument
416 ring->ring_type = ring_type; in psp_v11_0_ring_init()
434 enum psp_ring_type ring_type) in psp_v11_0_ring_stop() argument
462 enum psp_ring_type ring_type) in psp_v11_0_ring_create() argument
470 ret = psp_v11_0_ring_stop(psp, ring_type); in psp_v11_0_ring_create()
513 psp_ring_reg = ring_type; in psp_v11_0_ring_create()
530 enum psp_ring_type ring_type) in psp_v11_0_ring_destroy() argument
536 ret = psp_v11_0_ring_stop(psp, ring_type); in psp_v11_0_ring_destroy()
H A Damdgpu_psp.h71 enum psp_ring_type ring_type; member
94 int (*ring_init)(struct psp_context *psp, enum psp_ring_type ring_type);
96 enum psp_ring_type ring_type);
98 enum psp_ring_type ring_type);
100 enum psp_ring_type ring_type);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/concepts/
H A Dpolygon_concept.hpp49 typedef typename ring_type<PolygonType>::type ring_type; typedef in boost::geometry::concepts::Polygon
52 BOOST_CONCEPT_ASSERT( (concepts::Ring<ring_type>) );
102 typedef typename ring_type<const_polygon_type>::type ring_type; typedef in boost::geometry::concepts::ConstPolygon
105 BOOST_CONCEPT_ASSERT( (concepts::ConstRing<ring_type>) );
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dappend.hpp93 typedef typename ring_type<Polygon>::type ring_type; typedef
100 append_point<ring_type, Point>::apply( in apply()
105 append_point<ring_type, Point>::apply( in apply()
115 typedef typename ring_type<Polygon>::type ring_type; typedef
122 append_range<ring_type, Range>::apply( in apply()
127 append_range<ring_type, Range>::apply( in apply()
H A Dconvert.hpp192 typename geometry::ring_type<Polygon1>::type,
193 typename geometry::ring_type<Polygon2>::type,
374 typedef typename ring_type<Polygon>::type ring_type; in apply() typedef
378 Box, ring_type, in apply()
408 typedef typename ring_type<Polygon>::type ring_type; in apply() typedef
411 Ring, ring_type, in apply()
424 typedef typename ring_type<Polygon>::type ring_type; in apply() typedef
428 ring_type, Ring, in apply()
H A Dcorrect.hpp176 typedef typename ring_type<Polygon>::type ring_type; typedef
183 ring_type, in apply()
194 ring_type, in apply()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dhal.c529 int ath11k_hal_srng_get_entrysize(struct ath11k_base *ab, u32 ring_type) in ath11k_hal_srng_get_entrysize() argument
533 if (WARN_ON(ring_type >= HAL_MAX_RING_TYPES)) in ath11k_hal_srng_get_entrysize()
536 srng_config = &ab->hal.srng_config[ring_type]; in ath11k_hal_srng_get_entrysize()
541 int ath11k_hal_srng_get_max_entries(struct ath11k_base *ab, u32 ring_type) in ath11k_hal_srng_get_max_entries() argument
545 if (WARN_ON(ring_type >= HAL_MAX_RING_TYPES)) in ath11k_hal_srng_get_max_entries()
548 srng_config = &ab->hal.srng_config[ring_type]; in ath11k_hal_srng_get_max_entries()
1087 enum hal_ring_type ring_type, in ath11k_hal_srng_update_hp_tp_addr() argument
1093 struct hal_srng_config *srng_config = &hal->srng_config[ring_type]; in ath11k_hal_srng_update_hp_tp_addr()
1095 ring_id = ath11k_hal_srng_get_ring_id(ab, ring_type, ring_num, 0); in ath11k_hal_srng_update_hp_tp_addr()
1110 enum hal_ring_type ring_type, in ath11k_hal_srng_update_shadow_config() argument
[all …]
H A Ddp_tx.c653 enum hal_ring_type ring_type, in ath11k_dp_tx_get_ring_id_type() argument
660 switch (ring_type) { in ath11k_dp_tx_get_ring_id_type()
707 ath11k_warn(ab, "Unsupported ring type in DP :%d\n", ring_type); in ath11k_dp_tx_get_ring_id_type()
714 int mac_id, enum hal_ring_type ring_type) in ath11k_dp_tx_htt_srng_setup() argument
738 ring_type, &htt_ring_type, in ath11k_dp_tx_htt_srng_setup()
764 ret = ath11k_hal_srng_get_entrysize(ab, ring_type); in ath11k_dp_tx_htt_srng_setup()
819 ring_id, ring_type, cmd->intr_info, cmd->info2); in ath11k_dp_tx_htt_srng_setup()
912 int mac_id, enum hal_ring_type ring_type, in ath11k_dp_tx_htt_rx_filter_setup() argument
933 ring_type, &htt_ring_type, in ath11k_dp_tx_htt_rx_filter_setup()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dselect_rings.hpp114 typedef typename geometry::ring_type<Polygon>::type ring_type; in apply() typedef
115 typedef select_rings<ring_tag, ring_type> per_ring; in apply()
134 typedef typename geometry::ring_type<Polygon>::type ring_type; in apply() typedef
135 typedef select_rings<ring_tag, ring_type> per_ring; in apply()
H A Dtraversal_ring_creator.hpp258 typedef typename boost::range_value<Rings>::type ring_type; in traverse_with_operation() typedef
271 ring_type ring; in traverse_with_operation()
279 geometry::closure<ring_type>::value in traverse_with_operation()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/disjoint/
H A Dlinear_areal.hpp150 typedef typename boost::range_value<InteriorRings>::type ring_type; in check_interior_rings() typedef
158 ring_type, closure<ring_type>::value, Segment in check_interior_rings()
177 typedef typename geometry::ring_type<Polygon>::type ring; in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/iterators/detail/point_iterator/
H A Dinner_range_type.hpp53 typename geometry::ring_type<Polygon>::type,
54 typename geometry::ring_type<Polygon>::type const
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/
H A Dget_piece_turns.hpp169 typedef typename boost::range_value<Rings const>::type ring_type; in calculate_turns() typedef
171 typedef typename boost::range_iterator<ring_type const>::type iterator; in calculate_turns()
189 ring_type const& ring1 = m_rings[piece1.first_seg_id.multi_index]; in calculate_turns()
193 ring_type const& ring2 = m_rings[piece2.first_seg_id.multi_index]; in calculate_turns()
H A Dbuffered_ring.hpp143 struct ring_type struct
264 static inline typename ring_type<MultiGeometry>::type const& apply( in apply()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_cmd.c59 static int hclge_alloc_cmd_queue(struct hclge_dev *hdev, int ring_type) in hclge_alloc_cmd_queue() argument
63 (ring_type == HCLGE_TYPE_CSQ) ? &hw->cmq.csq : &hw->cmq.crq; in hclge_alloc_cmd_queue()
66 ring->ring_type = ring_type; in hclge_alloc_cmd_queue()
72 (ring_type == HCLGE_TYPE_CSQ) ? "CSQ" : "CRQ", ret); in hclge_alloc_cmd_queue()
106 if (ring->ring_type == HCLGE_TYPE_CSQ) { in hclge_cmd_config_regs()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/io/wkt/
H A Dwrite.hpp199 typedef typename ring_type<Polygon const>::type ring; in apply()
256 typedef model::ring<point_type> ring_type; in apply() typedef
257 ring_type ring; in apply()
260 wkt_sequence<ring_type>::apply(os, ring); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/io/svg/
H A Dwrite.hpp147 typedef typename geometry::ring_type<Polygon>::type ring_type; in apply() typedef
148 typedef typename boost::range_iterator<ring_type const>::type iterator_type; in apply()
153 ring_type const& ring = geometry::exterior_ring(polygon); in apply()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ring.h138 enum atl_ring_type ring_type; member
178 int aq_ring_init(struct aq_ring_s *self, const enum atl_ring_type ring_type);
H A Daq_ring.c220 int aq_ring_init(struct aq_ring_s *self, const enum atl_ring_type ring_type) in aq_ring_init() argument
225 self->ring_type = ring_type; in aq_ring_init()
227 if (self->ring_type == ATL_RING_RX) in aq_ring_init()
592 if (self->ring_type == ATL_RING_RX) { in aq_ring_fill_stats_data()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_cmd.c147 static int hclgevf_alloc_cmd_queue(struct hclgevf_dev *hdev, int ring_type) in hclgevf_alloc_cmd_queue() argument
151 (ring_type == HCLGEVF_TYPE_CSQ) ? &hw->cmq.csq : &hw->cmq.crq; in hclgevf_alloc_cmd_queue()
155 ring->flag = ring_type; in hclgevf_alloc_cmd_queue()
161 (ring_type == HCLGEVF_TYPE_CSQ) ? "CSQ" : "CRQ"); in hclgevf_alloc_cmd_queue()

1234