/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A 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()
|
H A D | u_handle_table.c | 114 new_objects = (void **)REALLOC((void *)ht->objects, in handle_table_resize()
|
H A D | u_bitmask.c | 116 REALLOC((void *)bm->words, in util_bitmask_resize()
|
H A D | u_prim_restart.c | 201 info->draws = REALLOC(info->draws, in add_range()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A 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(uint32_t), in draw_tess_eval_shader_run()
|
/third_party/mesa3d/src/util/ |
H A D | u_memory.h | 52 #define REALLOC(_ptr, _old_size, _size) os_realloc(_ptr, _old_size, _size) macro
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A 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()
|
H A D | nine_helpers.c | 37 pool->slabs = REALLOC(pool->slabs, in nine_range_pool_more()
|
H A D | buffer9.c | 368 REALLOC(This->maps, sizeof(struct NineTransfer)*This->maxmaps, in NineBuffer9_Lock()
|
H A D | nine_shader.c | 706 tx->lconstf = REALLOC(tx->lconstf, in tx_set_lconstf() 730 tx->lconsti = REALLOC(tx->lconsti, in tx_set_lconsti() 755 tx->lconstb = REALLOC(tx->lconstb, in tx_set_lconstb() 804 tx->regs.r = REALLOC(tx->regs.r, in tx_temp_alloc() 1867 tx->inst_labels = REALLOC(tx->inst_labels, in DECL_SPECIAL()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_util.h | 295 array = (Item *)REALLOC(array, sizeOld, sizeNew); in resize() 340 data = (Item *)REALLOC(data, oldSize, size * sizeof(Item)); in resize() 593 uint8_t **alloc = (uint8_t **)REALLOC(allocArray, size, size + incr);
|
H A D | nv50_ir_target.cpp | 409 REALLOC(relocInfo, n ? size : 0, in addReloc() 435 REALLOC(fixupInfo, n ? size : 0, in addInterp()
|
H A D | nv50_ir_util.cpp | 251 data = (uint32_t *)REALLOC(data, 4 * p, 4 * n); in resize()
|
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
H A D | pb_validate.c | 103 new_entries = (struct pb_validate_entry *)REALLOC(vl->entries, in pb_validate_add_buffer()
|
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | buffer.c | 94 buf->data = REALLOC(buf->data, buf->size * buf->num_elements, in vlVaBufferSetNumElements()
|
/third_party/mesa3d/src/gallium/winsys/radeon/drm/ |
H A D | radeon_drm_cs.c | 342 REALLOC(csc->slab_buffers, in radeon_lookup_or_add_slab_buffer() 564 struct radeon_bo **new_fences = REALLOC(bo->u.slab.fences, in radeon_bo_slab_fence()
|
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
H A D | amdgpu_cs.c | 571 new_buffers = REALLOC(cs->slab_buffers, in amdgpu_lookup_or_add_slab_buffer() 614 new_buffers = REALLOC(cs->sparse_buffers, in amdgpu_lookup_or_add_sparse_buffer() 1124 new_prev = REALLOC(rcs->prev, in amdgpu_cs_check_space() 1295 REALLOC(bo->fences, in amdgpu_add_fences()
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmlparse.c | 730 #define REALLOC(parser, p, s) (parser->m_mem.realloc_fcn((p), (s))) macro 1971 temp = (char *)REALLOC(parser, parser->m_buffer, bytesToAllocate); in XML_Parse() 2365 return REALLOC(parser, ptr, size); in XML_MemRealloc() 2636 char *temp = (char *)REALLOC(parser, tag->buf, bufSize); in storeRawNames() 2992 char *temp = (char *)REALLOC(parser, tag->buf, bufSize); in doContent() 3359 temp = (ATTRIBUTE *)REALLOC(parser, (void *)parser->m_atts, in storeAtts() 3378 temp2 = (XML_AttrInfo *)REALLOC(parser, (void *)parser->m_attInfo, in storeAtts() 3555 temp = (NS_ATT *)REALLOC(parser, parser->m_nsAtts, in storeAtts() 3857 XML_Char *temp = (XML_Char *)REALLOC( in addBinding() 5249 char *const new_connector = (char *)REALLOC( in doProlog() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi.c | 67 REALLOC(bld_base->instructions, bld_base->max_instructions in lp_bld_tgsi_add_instruction()
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
H A D | hud_driver_query.c | 156 = REALLOC(bq->query_types, in batch_query_add()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi.c | 61 new_buf = REALLOC(emit->buf, emit->size, newsize); in svga_shader_expand()
|
/third_party/python/Modules/expat/ |
H A D | xmlparse.c | 713 #define REALLOC(parser, p, s) (parser->m_mem.realloc_fcn((p), (s))) macro 1948 temp = (char *)REALLOC(parser, parser->m_buffer, bytesToAllocate); in XML_Parse() 2334 return REALLOC(parser, ptr, size); in XML_MemRealloc() 2593 char *temp = (char *)REALLOC(parser, tag->buf, bufSize); in storeRawNames() 2949 char *temp = (char *)REALLOC(parser, tag->buf, bufSize); in doContent() 3316 temp = (ATTRIBUTE *)REALLOC(parser, (void *)parser->m_atts, in storeAtts() 3335 temp2 = (XML_AttrInfo *)REALLOC(parser, (void *)parser->m_attInfo, in storeAtts() 3512 temp = (NS_ATT *)REALLOC(parser, parser->m_nsAtts, in storeAtts() 3940 XML_Char *temp = (XML_Char *)REALLOC( in addBinding() 5298 char *const new_connector = (char *)REALLOC( in doProlog() [all...] |
/third_party/mesa3d/src/gallium/winsys/virgl/drm/ |
H A 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/src/gallium/winsys/virgl/vtest/ |
H A D | virgl_vtest_winsys.c | 458 struct virgl_hw_res **new_re_bo = REALLOC(cbuf->res_bo, in virgl_vtest_add_res()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_buffer.c | 988 nv->scratch.runout = REALLOC(nv->scratch.runout, n == 0 ? 0 : in nouveau_scratch_runout()
|