Searched refs:new_list (Results 1 - 23 of 23) sorted by relevance

/xsrc/external/mit/xwd/dist/
H A Dlist.h59 list_ptr new_list(void);
H A Dlist.c82 new_list(void) function in typeref:typename:list_ptr
171 with new_list(). If free_items is true, each item pointed to
H A DmultiVis.c727 image_regions = new_list();
/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DlcGeneric.c157 XlcCharSet *new_list; local in function:add_charset
161 new_list = Xreallocarray(codeset->charset_list,
164 new_list = Xmalloc(sizeof(XlcCharSet));
166 if (new_list == NULL)
169 new_list[num] = charset;
170 codeset->charset_list = new_list;
180 CodeSet new, *new_list; local in function:add_codeset
188 new_list = Xreallocarray(gen->codeset_list,
191 new_list = Xmalloc(sizeof(CodeSet));
193 if (new_list
215 ParseInfo new, *new_list; local in function:add_parse_list
541 SegConv new_list; local in function:add_conversion
[all...]
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_bo.c348 struct list_head *new_list = local in function:reallocate_size_list
352 if (!new_list) {
364 list_inithead(&new_list[i]);
366 new_list[i].next = old_head->next;
367 new_list[i].prev = old_head->prev;
368 new_list[i].next->prev = &new_list[i];
369 new_list[i].prev->next = &new_list[i];
373 list_inithead(&new_list[
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_bufmgr.c287 struct list_head *new_list = local in function:v3d_bo_last_unreference_locked_timed
296 list_inithead(&new_list[i]);
298 new_list[i].next = old_head->next;
299 new_list[i].prev = old_head->prev;
300 new_list[i].next->prev = &new_list[i];
301 new_list[i].prev->next = &new_list[i];
305 list_inithead(&new_list[i]);
307 cache->size_list = new_list;
[all...]
/xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
H A Dcmdline.c62 struct exec_list new_list; local in function:sort_varyings
63 exec_list_make_empty(&new_list);
66 insert_sorted(&new_list, var);
68 exec_list_append(&nir->variables, &new_list);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/standalone/
H A Dlima_compiler_cmdline.c64 struct exec_list new_list; local in function:sort_varyings
65 exec_list_make_empty(&new_list);
68 insert_sorted(&new_list, var);
70 exec_list_append(&nir->variables, &new_list);
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dcmdline.c94 struct exec_list new_list; local in function:sort_varyings
95 exec_list_make_empty(&new_list);
98 insert_sorted(&new_list, var);
100 exec_list_append(&nir->variables, &new_list);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_bufmgr.c295 struct list_head *new_list = local in function:v3d_bo_last_unreference_locked_timed
304 list_inithead(&new_list[i]);
306 new_list[i].next = old_head->next;
307 new_list[i].prev = old_head->prev;
308 new_list[i].next->prev = &new_list[i];
309 new_list[i].prev->next = &new_list[i];
313 list_inithead(&new_list[i]);
315 cache->size_list = new_list;
[all...]
/xsrc/external/mit/ctwm/dist/
H A Dr_area_list.c179 RArea *new_list = realloc(self->areas, (self->cap + 1) * sizeof(RArea)); local in function:RAreaListAdd
180 if(new_list == NULL) {
185 self->areas = new_list;
199 RArea *new_list = realloc(self->areas, local in function:RAreaListAddList
201 if(new_list == NULL) {
206 self->areas = new_list;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ir3/
H A Dir3_cmdline.c83 struct exec_list new_list; local in function:sort_varyings
84 exec_list_make_empty(&new_list);
87 insert_sorted(&new_list, var);
89 exec_list_append(&nir->variables, &new_list);
/xsrc/external/mit/freetype/dist/src/cache/
H A Dftccache.c125 FTC_Node new_list = NULL; local in function:ftc_cache_resize
155 node->link = new_list;
156 new_list = node;
162 cache->buckets[p + mask + 1] = new_list;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ir3/
H A Dir3_cmdline.c81 struct exec_list new_list; local in function:sort_varyings
82 exec_list_make_empty(&new_list);
85 insert_sorted(&new_list, var);
87 exec_list_move_nodes_to(&new_list, var_list);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_nir.cpp402 struct exec_list new_list; local in function:r600::sort_uniforms
403 exec_list_make_empty(&new_list);
407 insert_uniform_sorted(&new_list, var);
409 exec_list_append(&shader->variables, &new_list);
430 struct exec_list new_list; local in function:r600::sort_fsoutput
431 exec_list_make_empty(&new_list);
435 insert_fsoutput_sorted(&new_list, var);
439 nir_foreach_variable_in_list(var, &new_list)
442 exec_list_append(&shader->variables, &new_list);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_backends.py83 new_list = [output_combinations[x][i] for i in range(len(output_combinations[x]))]
86 for i in new_list:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_backends.py81 new_list = [output_combinations[x][i] for i in range(len(output_combinations[x]))]
84 for i in new_list:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_bufmgr.c355 struct list_head *new_list = local in function:vc4_bo_last_unreference_locked_timed
362 list_replace(&cache->size_list[i], &new_list[i]);
364 list_inithead(&new_list[i]);
366 cache->size_list = new_list;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_bufmgr.c347 struct list_head *new_list = local in function:vc4_bo_last_unreference_locked_timed
354 list_replace(&cache->size_list[i], &new_list[i]);
356 list_inithead(&new_list[i]);
358 cache->size_list = new_list;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_nir.cpp541 struct exec_list new_list; local in function:sort_varyings
542 exec_list_make_empty(&new_list);
545 insert_sorted(&new_list, var);
547 exec_list_move_nodes_to(&new_list, var_list);
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_batch_chain.c460 struct list_head *new_list)
464 list_inithead(new_list);
472 list_addtail(&new_bbo->link, new_list);
481 list_for_each_entry_safe(struct anv_batch_bo, bbo, new_list, link)
458 anv_batch_bo_list_clone(const struct list_head * list,struct anv_cmd_buffer * cmd_buffer,struct list_head * new_list) argument
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_batch_chain.c516 struct list_head *new_list)
520 list_inithead(new_list);
528 list_addtail(&new_bbo->link, new_list);
537 list_for_each_entry_safe(struct anv_batch_bo, bbo, new_list, link) {
514 anv_batch_bo_list_clone(const struct list_head * list,struct anv_cmd_buffer * cmd_buffer,struct list_head * new_list) argument
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Dnir_to_dxil.c4398 struct exec_list new_list; local in function:sort_uniforms_by_binding_and_remove_structs
4399 exec_list_make_empty(&new_list);
4405 insert_sorted_by_binding(&new_list, var);
4407 exec_list_append(&s->variables, &new_list);

Completed in 33 milliseconds