Home
last modified time | relevance | path

Searched refs:last_next (Results 1 – 25 of 69) sorted by relevance

123

/dports/emulators/citra/citra-ac98458e0/src/video_core/renderer_opengl/
H A Dgl_surface_params.cpp18 addr + Common::AlignUp(boost::icl::last_next(interval) - addr, stride_tiled_bytes); in FromInterval()
30 addr + Common::AlignUp(boost::icl::last_next(interval) - addr, tiled_alignment); in FromInterval()
72 addr + Common::AlignDown(boost::icl::last_next(valid_interval) - addr, in GetCopyableInterval()
84 addr + Common::AlignDown(boost::icl::last_next(aligned_interval) - addr, stride_bytes), in GetCopyableInterval()
86 if (boost::icl::first(rect_interval) > boost::icl::last_next(rect_interval)) { in GetCopyableInterval()
94 boost::icl::last_next(aligned_interval)}; in GetCopyableInterval()
/dports/emulators/citra-qt5/citra-ac98458e0/src/video_core/renderer_opengl/
H A Dgl_surface_params.cpp18 addr + Common::AlignUp(boost::icl::last_next(interval) - addr, stride_tiled_bytes); in FromInterval()
30 addr + Common::AlignUp(boost::icl::last_next(interval) - addr, tiled_alignment); in FromInterval()
72 addr + Common::AlignDown(boost::icl::last_next(valid_interval) - addr, in GetCopyableInterval()
84 addr + Common::AlignDown(boost::icl::last_next(aligned_interval) - addr, stride_bytes), in GetCopyableInterval()
86 if (boost::icl::first(rect_interval) > boost::icl::last_next(rect_interval)) { in GetCopyableInterval()
94 boost::icl::last_next(aligned_interval)}; in GetCopyableInterval()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/ash/src/vk/
H A Ddefinitions.rs1279 (*last_next).p_next = self.inner.p_next as _; in push_next()
1486 (*last_next).p_next = self.inner.p_next as _; in push_next()
1602 (*last_next).p_next = self.inner.p_next as _; in push_next()
1706 (*last_next).p_next = self.inner.p_next as _; in push_next()
1925 (*last_next).p_next = self.inner.p_next as _; in push_next()
2292 (*last_next).p_next = self.inner.p_next as _; in push_next()
2649 (*last_next).p_next = self.inner.p_next as _; in push_next()
2756 (*last_next).p_next = self.inner.p_next as _; in push_next()
2857 (*last_next).p_next = self.inner.p_next as _; in push_next()
2952 (*last_next).p_next = self.inner.p_next as _; in push_next()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/ash/src/vk/
H A Ddefinitions.rs1279 (*last_next).p_next = self.inner.p_next as _; in push_next()
1486 (*last_next).p_next = self.inner.p_next as _; in push_next()
1602 (*last_next).p_next = self.inner.p_next as _; in push_next()
1706 (*last_next).p_next = self.inner.p_next as _; in push_next()
1925 (*last_next).p_next = self.inner.p_next as _; in push_next()
2292 (*last_next).p_next = self.inner.p_next as _; in push_next()
2649 (*last_next).p_next = self.inner.p_next as _; in push_next()
2756 (*last_next).p_next = self.inner.p_next as _; in push_next()
2857 (*last_next).p_next = self.inner.p_next as _; in push_next()
2952 (*last_next).p_next = self.inner.p_next as _; in push_next()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/util/
H A Dsparse_array.c242 uint32_t *last_next = (uint32_t *)((char *)last_elem + fl->next_offset); in util_sparse_array_free_list_push() local
244 p_atomic_set(last_next, items[i]); in util_sparse_array_free_list_push()
247 last_next = (uint32_t *)((char *)last_elem + fl->next_offset); in util_sparse_array_free_list_push()
254 p_atomic_set(last_next, (uint32_t)current_head); /* Index is the bottom 32 bits */ in util_sparse_array_free_list_push()
/dports/lang/clover/mesa-21.3.6/src/util/
H A Dsparse_array.c242 uint32_t *last_next = (uint32_t *)((char *)last_elem + fl->next_offset); in util_sparse_array_free_list_push() local
244 p_atomic_set(last_next, items[i]); in util_sparse_array_free_list_push()
247 last_next = (uint32_t *)((char *)last_elem + fl->next_offset); in util_sparse_array_free_list_push()
254 p_atomic_set(last_next, (uint32_t)current_head); /* Index is the bottom 32 bits */ in util_sparse_array_free_list_push()
/dports/graphics/libosmesa/mesa-21.3.6/src/util/
H A Dsparse_array.c242 uint32_t *last_next = (uint32_t *)((char *)last_elem + fl->next_offset); in util_sparse_array_free_list_push() local
244 p_atomic_set(last_next, items[i]); in util_sparse_array_free_list_push()
247 last_next = (uint32_t *)((char *)last_elem + fl->next_offset); in util_sparse_array_free_list_push()
254 p_atomic_set(last_next, (uint32_t)current_head); /* Index is the bottom 32 bits */ in util_sparse_array_free_list_push()
/dports/graphics/mesa-libs/mesa-21.3.6/src/util/
H A Dsparse_array.c242 uint32_t *last_next = (uint32_t *)((char *)last_elem + fl->next_offset); in util_sparse_array_free_list_push() local
244 p_atomic_set(last_next, items[i]); in util_sparse_array_free_list_push()
247 last_next = (uint32_t *)((char *)last_elem + fl->next_offset); in util_sparse_array_free_list_push()
254 p_atomic_set(last_next, (uint32_t)current_head); /* Index is the bottom 32 bits */ in util_sparse_array_free_list_push()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/util/
H A Dsparse_array.c242 uint32_t *last_next = (uint32_t *)((char *)last_elem + fl->next_offset); in util_sparse_array_free_list_push() local
244 p_atomic_set(last_next, items[i]); in util_sparse_array_free_list_push()
247 last_next = (uint32_t *)((char *)last_elem + fl->next_offset); in util_sparse_array_free_list_push()
254 p_atomic_set(last_next, (uint32_t)current_head); /* Index is the bottom 32 bits */ in util_sparse_array_free_list_push()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/util/
H A Dsparse_array.c242 uint32_t *last_next = (uint32_t *)((char *)last_elem + fl->next_offset); in util_sparse_array_free_list_push() local
244 p_atomic_set(last_next, items[i]); in util_sparse_array_free_list_push()
247 last_next = (uint32_t *)((char *)last_elem + fl->next_offset); in util_sparse_array_free_list_push()
254 p_atomic_set(last_next, (uint32_t)current_head); /* Index is the bottom 32 bits */ in util_sparse_array_free_list_push()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/util/
H A Dsparse_array.c242 uint32_t *last_next = (uint32_t *)((char *)last_elem + fl->next_offset); in util_sparse_array_free_list_push() local
244 p_atomic_set(last_next, items[i]); in util_sparse_array_free_list_push()
247 last_next = (uint32_t *)((char *)last_elem + fl->next_offset); in util_sparse_array_free_list_push()
254 p_atomic_set(last_next, (uint32_t)current_head); /* Index is the bottom 32 bits */ in util_sparse_array_free_list_push()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/util/
H A Dsparse_array.c242 uint32_t *last_next = (uint32_t *)((char *)last_elem + fl->next_offset); in util_sparse_array_free_list_push() local
244 p_atomic_set(last_next, items[i]); in util_sparse_array_free_list_push()
247 last_next = (uint32_t *)((char *)last_elem + fl->next_offset); in util_sparse_array_free_list_push()
254 p_atomic_set(last_next, (uint32_t)current_head); /* Index is the bottom 32 bits */ in util_sparse_array_free_list_push()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/util/
H A Dsparse_array.c242 uint32_t *last_next = (uint32_t *)((char *)last_elem + fl->next_offset); in util_sparse_array_free_list_push() local
244 p_atomic_set(last_next, items[i]); in util_sparse_array_free_list_push()
247 last_next = (uint32_t *)((char *)last_elem + fl->next_offset); in util_sparse_array_free_list_push()
254 p_atomic_set(last_next, (uint32_t)current_head); /* Index is the bottom 32 bits */ in util_sparse_array_free_list_push()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/util/
H A Dsparse_array.c242 uint32_t *last_next = (uint32_t *)((char *)last_elem + fl->next_offset); in util_sparse_array_free_list_push() local
244 p_atomic_set(last_next, items[i]); in util_sparse_array_free_list_push()
247 last_next = (uint32_t *)((char *)last_elem + fl->next_offset); in util_sparse_array_free_list_push()
254 p_atomic_set(last_next, (uint32_t)current_head); /* Index is the bottom 32 bits */ in util_sparse_array_free_list_push()
/dports/graphics/mesa-dri/mesa-21.3.6/src/util/
H A Dsparse_array.c242 uint32_t *last_next = (uint32_t *)((char *)last_elem + fl->next_offset); in util_sparse_array_free_list_push() local
244 p_atomic_set(last_next, items[i]); in util_sparse_array_free_list_push()
247 last_next = (uint32_t *)((char *)last_elem + fl->next_offset); in util_sparse_array_free_list_push()
254 p_atomic_set(last_next, (uint32_t)current_head); /* Index is the bottom 32 bits */ in util_sparse_array_free_list_push()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_cte.h396 void add_to_list(With_clause ** &last_next) in add_to_list() argument
398 *last_next= this; in add_to_list()
399 last_next= &this->next_with_clause; in add_to_list()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_cte.h393 void add_to_list(With_clause ** &last_next) in add_to_list() argument
395 *last_next= this; in add_to_list()
396 last_next= &this->next_with_clause; in add_to_list()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_cte.h393 void add_to_list(With_clause ** &last_next) in add_to_list() argument
395 *last_next= this; in add_to_list()
396 last_next= &this->next_with_clause; in add_to_list()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_cte.h394 void add_to_list(With_clause ** &last_next) in add_to_list() argument
396 *last_next= this; in add_to_list()
397 last_next= &this->next_with_clause; in add_to_list()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_cte.h394 void add_to_list(With_clause ** &last_next) in add_to_list() argument
396 *last_next= this; in add_to_list()
397 last_next= &this->next_with_clause; in add_to_list()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_cte.h396 void add_to_list(With_clause ** &last_next) in add_to_list() argument
398 *last_next= this; in add_to_list()
399 last_next= &this->next_with_clause; in add_to_list()
/dports/textproc/p5-Hailo/Hailo-0.75/t/lib/Hailo/
H A DTest.pm465 state $last_next = 0;
472 cmp_ok($last_next, "<=", $next, "next count is <= since last time from $last_next to $next");
474 ($last_token, $last_expr, $last_prev, $last_next) = ($token, $expr, $prev, $next);
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dtypesafe.h92 struct slist_item *first, **last_next; member
101 if (pos == head->last_next) in typesafe_list_add()
102 head->last_next = &item->next; in typesafe_list_add()
118 #define INIT_LIST(var) { .sh = { .last_next = &var.sh.first, }, }
125 h->sh.last_next = &h->sh.first; \
137 typesafe_list_add(&h->sh, h->sh.last_next, &item->field.si); \
157 h->sh.last_next = iter; \
168 h->sh.last_next = &h->sh.first; \
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dtypesafe.h92 struct slist_item *first, **last_next; member
101 if (pos == head->last_next) in typesafe_list_add()
102 head->last_next = &item->next; in typesafe_list_add()
118 #define INIT_LIST(var) { .sh = { .last_next = &var.sh.first, }, }
125 h->sh.last_next = &h->sh.first; \
137 typesafe_list_add(&h->sh, h->sh.last_next, &item->field.si); \
157 h->sh.last_next = iter; \
168 h->sh.last_next = &h->sh.first; \
/dports/irc/bitlbee/bitlbee-3.6/
H A Dset.c49 set_t *last_next = s->next; in set_add() local
52 s->next = last_next; in set_add()

123