Home
last modified time | relevance | path

Searched refs:reralloc_size (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/util/
Du_dynarray.h89 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()
Dralloc.h122 void *reralloc_size(const void *ctx, void *ptr, size_t size);
Dralloc.c207 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/
Dralloc.h122 void *reralloc_size(const void *ctx, void *ptr, size_t size);
Dralloc.c157 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/
Dglcpp.c58 text = reralloc_size (ctx, text, text_size); in load_text_fp()
/external/mesa3d/src/compiler/glsl/
Dir_array_refcount.cpp98 void *ptr = reralloc_size(mem_ctx, derefs, derefs_size + 4096); in get_array_deref()
Dgl_nir_link_uniforms.c415 void *ptr = reralloc_size(NULL, *derefs, *derefs_size + 4096); in add_var_use_deref()
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_blend_shaders.c311 shader->buffer = reralloc_size(shader, shader->buffer, shader->size); in panfrost_compile_blend_shader()
/external/mesa3d/src/intel/compiler/
Dbrw_eu.cpp401 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/
Dir3.h166 arr = reralloc_size(ctx, arr, arr ## _sz * sizeof(arr[0])); \
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dspirv_builder.c43 uint32_t *new_words = reralloc_size(mem_ctx, b->words, in spirv_buffer_grow()