Searched refs:reralloc_size (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/util/ |
D | u_dynarray.h | 89 data = reralloc_size(buf->mem_ctx, buf->data, capacity); in util_dynarray_ensure_cap() 154 buf->data = reralloc_size(buf->mem_ctx, buf->data, buf->size); in util_dynarray_trim()
|
D | ralloc.h | 122 void *reralloc_size(const void *ctx, void *ptr, size_t size);
|
D | ralloc.c | 188 reralloc_size(const void *ctx, void *ptr, size_t size) in reralloc_size() function 236 return reralloc_size(ctx, ptr, size * count); in reralloc_array_size()
|
/third_party/mesa3d/src/compiler/glsl/glcpp/ |
D | glcpp.c | 58 text = reralloc_size (ctx, text, text_size); in load_text_fp()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | ir_array_refcount.cpp | 98 void *ptr = reralloc_size(mem_ctx, derefs, derefs_size + 4096); in get_array_deref()
|
D | gl_nir_link_uniforms.c | 442 void *ptr = reralloc_size(NULL, *derefs, *derefs_size + 4096); in add_var_use_deref()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_eu.c | 402 p->store = (brw_inst *)reralloc_size(p->mem_ctx, p->store, p->next_insn_offset); in brw_try_override_assembly()
|
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_opencl.c | 751 info->strings = reralloc_size(b->shader, info->strings, in vtn_add_printf_string()
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3.h | 237 arr = reralloc_size(ctx, arr, arr##_sz * sizeof(arr[0])); \
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | spirv_builder.c | 45 uint32_t *new_words = reralloc_size(mem_ctx, b->words, in spirv_buffer_grow()
|