Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Du_dynarray.h177 #define util_dynarray_pop_ptr(buf, type) (type*)((char*)(buf)->data + ((buf)->size -= sizeof(type))) macro
178 #define util_dynarray_pop(buf, type) *util_dynarray_pop_ptr(buf, type)
203 util_dynarray_pop_ptr((buf), type), sizeof(type)); \
/external/mesa3d/src/gallium/drivers/iris/
Diris_fence.c150 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()
/external/mesa3d/src/compiler/nir/
Dnir_opt_copy_prop_vars.c332 util_dynarray_pop_ptr(copies, struct copy_entry); in copy_entry_remove()