Searched refs:reralloc_size (Results 1 – 12 of 12) sorted by relevance
/external/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 | 207 reralloc_size(const void *ctx, void *ptr, size_t size) in reralloc_size() function 255 return reralloc_size(ctx, ptr, size * count); in reralloc_array_size()
|
/external/igt-gpu-tools/assembler/ |
D | ralloc.h | 122 void *reralloc_size(const void *ctx, void *ptr, size_t size);
|
D | ralloc.c | 157 reralloc_size(const void *ctx, void *ptr, size_t size) in reralloc_size() function 190 return reralloc_size(ctx, ptr, size * count); in reralloc_array_size()
|
/external/mesa3d/src/compiler/glsl/glcpp/ |
D | glcpp.c | 58 text = reralloc_size (ctx, text, text_size); in load_text_fp()
|
/external/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 | 415 void *ptr = reralloc_size(NULL, *derefs, *derefs_size + 4096); in add_var_use_deref()
|
/external/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_blend_shaders.c | 311 shader->buffer = reralloc_size(shader, shader->buffer, shader->size); in panfrost_compile_blend_shader()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_eu.cpp | 401 p->store = (brw_inst *)reralloc_size(p->mem_ctx, p->store, p->next_insn_offset); in brw_try_override_assembly()
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3.h | 166 arr = reralloc_size(ctx, arr, arr ## _sz * sizeof(arr[0])); \
|
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | spirv_builder.c | 43 uint32_t *new_words = reralloc_size(mem_ctx, b->words, in spirv_buffer_grow()
|