Searched refs:util_dynarray_pop_ptr (Results 1 – 3 of 3) sorted by relevance
177 #define util_dynarray_pop_ptr(buf, type) (type*)((char*)(buf)->data + ((buf)->size -= sizeof(type))) macro178 #define util_dynarray_pop(buf, type) *util_dynarray_pop_ptr(buf, type)203 util_dynarray_pop_ptr((buf), type), sizeof(type)); \
150 util_dynarray_pop_ptr(&batch->syncobjs, struct iris_syncobj *); in clear_stale_syncobjs()152 util_dynarray_pop_ptr(&batch->exec_fences, in clear_stale_syncobjs()
332 util_dynarray_pop_ptr(copies, struct copy_entry); in copy_entry_remove()