Searched refs:reralloc_size (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Du_dynarray.h91 buf->data = reralloc_size(buf->mem_ctx, buf->data, buf->capacity);
137 buf->data = reralloc_size(buf->mem_ctx, buf->data, buf->size);
H A Dralloc.h122 void *reralloc_size(const void *ctx, void *ptr, size_t size);
H A Dralloc.c191 reralloc_size(const void *ctx, void *ptr, size_t size) function in typeref:typename:void *
224 return reralloc_size(ctx, ptr, size * count);
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/
H A Dglcpp.c58 text = reralloc_size (ctx, text, text_size);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/
H A Dglcpp.c58 text = reralloc_size (ctx, text, text_size);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_dynarray.h89 data = reralloc_size(buf->mem_ctx, buf->data, capacity);
154 buf->data = reralloc_size(buf->mem_ctx, buf->data, buf->size);
H A Dralloc.h122 void *reralloc_size(const void *ctx, void *ptr, size_t size);
H A Dralloc.c194 reralloc_size(const void *ctx, void *ptr, size_t size) function in typeref:typename:void *
242 return reralloc_size(ctx, ptr, size * count);
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dir_array_refcount.cpp98 void *ptr = reralloc_size(mem_ctx, derefs, derefs_size + 4096);
H A Dgl_nir_link_uniforms.c415 void *ptr = reralloc_size(NULL, *derefs, *derefs_size + 4096);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dir_array_refcount.cpp146 void *ptr = reralloc_size(mem_ctx, derefs, derefs_size + 4096);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_eu.cpp401 p->store = (brw_inst *)reralloc_size(p->mem_ctx, p->store, p->next_insn_offset);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3.h154 arr = reralloc_size(ctx, arr, arr ## _sz * sizeof(arr[0])); \
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_opencl.c750 info->strings = reralloc_size(b->shader, info->strings,
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3.h227 arr = reralloc_size(ctx, arr, arr##_sz * sizeof(arr[0])); \
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c45 uint32_t *new_words = reralloc_size(mem_ctx, b->words,

Completed in 85 milliseconds