Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Dralloc.h138 void *rerzalloc_size(const void *ctx, void *ptr,
Dralloc.c198 rerzalloc_size(const void *ctx, void *ptr, size_t old_size, size_t new_size) in rerzalloc_size() function
246 return rerzalloc_size(ctx, ptr, size * old_count, size * new_count); in rerzalloc_array_size()
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_large_constants.c330 shader->constant_data = rerzalloc_size(shader, shader->constant_data, in nir_opt_large_constants()