Searched refs:reralloc_array_size (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/util/ |
D | ralloc.h | 195 ((type *) reralloc_array_size(ctx, ptr, sizeof(type), count)) 257 void *reralloc_array_size(const void *ctx, void *ptr, size_t size,
|
D | string_buffer.h | 83 (char *) reralloc_array_size(str, str->buf, sizeof(char), in _mesa_string_buffer_crimp_to_fit()
|
D | string_buffer.c | 38 str->buf = reralloc_array_size(str, str->buf, sizeof(char), new_capacity); in ensure_capacity()
|
D | ralloc.c | 237 reralloc_array_size(const void *ctx, void *ptr, size_t size, unsigned count) in reralloc_array_size() function
|
/third_party/mesa3d/src/intel/common/ |
D | intel_decoder.c | 442 ctx->values = reralloc_array_size(ctx->spec, ctx->values, in start_element()
|
/third_party/mesa3d/src/intel/perf/ |
D | intel_perf.c | 686 perf->counter_infos = reralloc_array_size(perf, counter_infos, in build_unique_counter_list()
|