Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Du_dynarray.h208 #define util_dynarray_pop_ptr(buf, type) (type*)((char*)(buf)->data + ((buf)->size -= sizeof(type))) macro
209 #define util_dynarray_pop(buf, type) *util_dynarray_pop_ptr(buf, type)
234 util_dynarray_pop_ptr((buf), type), sizeof(type)); \