Searched refs:rerzalloc_size (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/util/ |
D | ralloc.h | 138 void *rerzalloc_size(const void *ctx, void *ptr,
|
D | ralloc.c | 198 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/ |
D | nir_opt_large_constants.c | 330 shader->constant_data = rerzalloc_size(shader, shader->constant_data, in nir_opt_large_constants()
|