Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Du_memory.h63 #define align_realloc(_ptr, _oldsize, _newsize, _alignment) os_realloc_aligned(_ptr, _oldsize, _new… macro
/third_party/mesa3d/src/mesa/program/
Dprog_parameter.c227 align_realloc(paramList->ParameterValues, /* old buf */ in _mesa_reserve_parameter_storage()