Home
last modified time | relevance | path

Searched refs:REALLOC (Results 1 – 25 of 45) sorted by relevance

12

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_log.c78 REALLOC(ctx->auto_loggers, in u_log_add_auto_logger()
165 struct page_entry *new_entries = REALLOC(page->entries, in u_log_chunk()
Du_handle_table.c114 new_objects = (void **)REALLOC((void *)ht->objects, in handle_table_resize()
Du_bitmask.c116 REALLOC((void *)bm->words, in util_bitmask_resize()
Du_prim_restart.c201 info->draws = REALLOC(info->draws, in add_range()
/third_party/mesa3d/src/util/
Du_memory.h52 #define REALLOC(_ptr, _old_size, _size) os_realloc(_ptr, _old_size, _size) macro
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_tess.c205 output_verts->verts = REALLOC(output_verts->verts, old_size, new_size); in draw_tess_ctrl_shader_run()
378 output_verts->verts = REALLOC(output_verts->verts, old_size, new_size); in draw_tess_eval_shader_run()
383 elts = REALLOC(elts, elt_start * sizeof(uint16_t), in draw_tess_eval_shader_run()
401 …output_prims->primitive_lengths = REALLOC(output_prims->primitive_lengths, prim_start * sizeof(uin… in draw_tess_eval_shader_run()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_helpers.c37 pool->slabs = REALLOC(pool->slabs, in nine_range_pool_more()
Dstateblock9.c338 dst->ff.light = REALLOC(dst->ff.light, in nine_state_copy_common()
356 src->ff.light = REALLOC(src->ff.light, in nine_state_copy_common()
498 dst->ff.light = REALLOC(dst->ff.light, in nine_state_copy_common_all()
Dbuffer9.c367 REALLOC(This->maps, sizeof(struct NineTransfer)*This->maxmaps, in NineBuffer9_Lock()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_util.h299 array = (Item *)REALLOC(array, sizeOld, sizeNew); in resize()
344 data = (Item *)REALLOC(data, oldSize, size * sizeof(Item)); in resize()
597 uint8_t **alloc = (uint8_t **)REALLOC(allocArray, size, size + incr); in enlargeAllocationsArray()
Dnv50_ir_target.cpp408 REALLOC(relocInfo, n ? size : 0, in addReloc()
434 REALLOC(fixupInfo, n ? size : 0, in addInterp()
Dnv50_ir_util.cpp251 data = (uint32_t *)REALLOC(data, 4 * p, 4 * n); in resize()
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_validate.c103 new_entries = (struct pb_validate_entry *)REALLOC(vl->entries, in pb_validate_add_buffer()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi.c61 new_buf = REALLOC(emit->buf, emit->size, newsize); in svga_shader_expand()
/third_party/mesa3d/src/gallium/frontends/va/
Dbuffer.c94 buf->data = REALLOC(buf->data, buf->size * buf->num_elements, in vlVaBufferSetNumElements()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.c560 new_buffers = REALLOC(cs->slab_buffers, in amdgpu_lookup_or_add_slab_buffer()
605 new_buffers = REALLOC(cs->sparse_buffers, in amdgpu_lookup_or_add_sparse_buffer()
1111 new_prev = REALLOC(rcs->prev, in amdgpu_cs_check_space()
1286 REALLOC(bo->fences, in amdgpu_add_fences()
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_cs.c334 REALLOC(csc->slab_buffers, in radeon_lookup_or_add_slab_buffer()
554 struct radeon_bo **new_fences = REALLOC(bo->u.slab.fences, in radeon_bo_slab_fence()
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_driver_query.c156 = REALLOC(bq->query_types, in batch_query_add()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.c62 instructions = REALLOC(bld_base->instructions, bld_base->max_instructions in lp_bld_tgsi_add_instruction()
/third_party/expat/lib/
Dxmlparse.c709 #define REALLOC(parser, p, s) (parser->m_mem.realloc_fcn((p), (s))) macro
1943 temp = (char *)REALLOC(parser, parser->m_buffer, bytesToAllocate); in XML_Parse()
2329 return REALLOC(parser, ptr, size); in XML_MemRealloc()
2588 char *temp = (char *)REALLOC(parser, tag->buf, bufSize); in storeRawNames()
2944 char *temp = (char *)REALLOC(parser, tag->buf, bufSize); in doContent()
3311 temp = (ATTRIBUTE *)REALLOC(parser, (void *)parser->m_atts, in storeAtts()
3330 temp2 = (XML_AttrInfo *)REALLOC(parser, (void *)parser->m_attInfo, in storeAtts()
3507 temp = (NS_ATT *)REALLOC(parser, parser->m_nsAtts, in storeAtts()
3810 XML_Char *temp = (XML_Char *)REALLOC( in addBinding()
5168 char *const new_connector = (char *)REALLOC( in doProlog()
[all …]
/third_party/skia/third_party/externals/expat/expat/lib/
Dxmlparse.c709 #define REALLOC(parser, p, s) (parser->m_mem.realloc_fcn((p), (s))) macro
1937 temp = (char *)REALLOC(parser, parser->m_buffer, bytesToAllocate); in XML_Parse()
2318 return REALLOC(parser, ptr, size); in XML_MemRealloc()
2572 char *temp = (char *)REALLOC(parser, tag->buf, bufSize); in storeRawNames()
2928 char *temp = (char *)REALLOC(parser, tag->buf, bufSize); in doContent()
3270 temp = (ATTRIBUTE *)REALLOC(parser, (void *)parser->m_atts, in storeAtts()
3278 temp2 = (XML_AttrInfo *)REALLOC(parser, (void *)parser->m_attInfo, in storeAtts()
3428 temp = (NS_ATT *)REALLOC(parser, parser->m_nsAtts, in storeAtts()
3683 XML_Char *temp = (XML_Char *)REALLOC( in addBinding()
5021 char *const new_connector = (char *)REALLOC( in doProlog()
[all …]
/third_party/python/Modules/expat/
Dxmlparse.c709 #define REALLOC(parser, p, s) (parser->m_mem.realloc_fcn((p), (s))) macro
1937 temp = (char *)REALLOC(parser, parser->m_buffer, bytesToAllocate); in XML_Parse()
2318 return REALLOC(parser, ptr, size); in XML_MemRealloc()
2572 char *temp = (char *)REALLOC(parser, tag->buf, bufSize); in storeRawNames()
2928 char *temp = (char *)REALLOC(parser, tag->buf, bufSize); in doContent()
3270 temp = (ATTRIBUTE *)REALLOC(parser, (void *)parser->m_atts, in storeAtts()
3278 temp2 = (XML_AttrInfo *)REALLOC(parser, (void *)parser->m_attInfo, in storeAtts()
3428 temp = (NS_ATT *)REALLOC(parser, parser->m_nsAtts, in storeAtts()
3683 XML_Char *temp = (XML_Char *)REALLOC( in addBinding()
5021 char *const new_connector = (char *)REALLOC( in doProlog()
[all …]
/third_party/mesa3d/src/gallium/winsys/virgl/drm/
Dvirgl_drm_winsys.c770 void *new_ptr = REALLOC(cbuf->res_bo, in virgl_drm_add_res()
779 new_ptr = REALLOC(cbuf->res_hlist, in virgl_drm_add_res()
/third_party/mesa3d/docs/relnotes/
D9.0.2.rst124 - st/mesa: replace REALLOC() with realloc()
/third_party/gettext/gettext-tools/libgrep/
DChangeLog.0235 * regex.c (EXTEND_BUFFER): Cast REALLOC result.

12