/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_log.c | 78 REALLOC(ctx->auto_loggers, in u_log_add_auto_logger() 165 struct page_entry *new_entries = REALLOC(page->entries, in u_log_chunk()
|
D | u_handle_table.c | 114 new_objects = (void **)REALLOC((void *)ht->objects, in handle_table_resize()
|
D | u_bitmask.c | 116 REALLOC((void *)bm->words, in util_bitmask_resize()
|
D | u_prim_restart.c | 201 info->draws = REALLOC(info->draws, in add_range()
|
/third_party/mesa3d/src/util/ |
D | u_memory.h | 52 #define REALLOC(_ptr, _old_size, _size) os_realloc(_ptr, _old_size, _size) macro
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_tess.c | 205 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/ |
D | nine_helpers.c | 37 pool->slabs = REALLOC(pool->slabs, in nine_range_pool_more()
|
D | stateblock9.c | 338 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()
|
D | buffer9.c | 367 REALLOC(This->maps, sizeof(struct NineTransfer)*This->maxmaps, in NineBuffer9_Lock()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_util.h | 299 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()
|
D | nv50_ir_target.cpp | 408 REALLOC(relocInfo, n ? size : 0, in addReloc() 434 REALLOC(fixupInfo, n ? size : 0, in addInterp()
|
D | nv50_ir_util.cpp | 251 data = (uint32_t *)REALLOC(data, 4 * p, 4 * n); in resize()
|
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
D | pb_validate.c | 103 new_entries = (struct pb_validate_entry *)REALLOC(vl->entries, in pb_validate_add_buffer()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi.c | 61 new_buf = REALLOC(emit->buf, emit->size, newsize); in svga_shader_expand()
|
/third_party/mesa3d/src/gallium/frontends/va/ |
D | buffer.c | 94 buf->data = REALLOC(buf->data, buf->size * buf->num_elements, in vlVaBufferSetNumElements()
|
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
D | amdgpu_cs.c | 560 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/ |
D | radeon_drm_cs.c | 334 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/ |
D | hud_driver_query.c | 156 = REALLOC(bq->query_types, in batch_query_add()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi.c | 62 instructions = REALLOC(bld_base->instructions, bld_base->max_instructions in lp_bld_tgsi_add_instruction()
|
/third_party/expat/lib/ |
D | xmlparse.c | 709 #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/ |
D | xmlparse.c | 709 #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/ |
D | xmlparse.c | 709 #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/ |
D | virgl_drm_winsys.c | 770 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/ |
D | 9.0.2.rst | 124 - st/mesa: replace REALLOC() with realloc()
|
/third_party/gettext/gettext-tools/libgrep/ |
D | ChangeLog.0 | 235 * regex.c (EXTEND_BUFFER): Cast REALLOC result.
|