Searched refs:reralloc_array_size (Results 1 – 8 of 8) 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 | 231 reralloc_array_size(const void *ctx, void *ptr, size_t size, unsigned count) in reralloc_array_size() function
|
/third_party/mesa3d/src/asahi/compiler/ |
D | agx_lower_pseudo.c | 36 I->src = reralloc_array_size(I, I->src, sizeof(agx_index), I->nr_srcs++); in agx_lower_to_unary_bitop()
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | vir_register_allocate.c | 330 c->nodes.info = reralloc_array_size(c, in ensure_nodes()
|
/third_party/mesa3d/src/intel/perf/ |
D | intel_perf.c | 697 perf->counter_infos = reralloc_array_size(perf, counter_infos, in build_unique_counter_list()
|
/third_party/mesa3d/src/intel/common/ |
D | intel_decoder.c | 445 ctx->values = reralloc_array_size(ctx->spec, ctx->values, in start_element()
|