Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_memory_helper.c196 unsigned *pending_counter; member
480 if (*allocation->pending_counter == 0) { in nine_flush_pending_releases()
698 new_allocation->pending_counter = NULL; in nine_memfd_allocator()
948 assert(allocation->pending_counter == NULL || allocation->pending_counter == counter); in nine_pointer_delayedstrongrelease()
949 allocation->pending_counter = counter; in nine_pointer_delayedstrongrelease()
980 new_allocation->pending_counter = NULL; in nine_suballocate()