Searched refs:rerzalloc_size (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/
H A Dralloc.h138 void *rerzalloc_size(const void *ctx, void *ptr,
H A Dralloc.c204 rerzalloc_size(const void *ctx, void *ptr, size_t old_size, size_t new_size) function in typeref:typename:void *
252 return rerzalloc_size(ctx, ptr, size * old_count, size * new_count);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_large_constants.c330 shader->constant_data = rerzalloc_size(shader, shader->constant_data,

Completed in 4 milliseconds