Searched refs:Next (Results 1 - 25 of 99) sorted by relevance

1234

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_list.c39 new->Next = NULL;
54 for (temp = *list; temp->Next; temp = temp->Next);
56 temp->Next = new_value;
63 *list = rm_value->Next;
67 rm_value->Prev->Next = rm_value->Next;
68 if (rm_value->Next) {
69 rm_value->Next->Prev = rm_value->Prev;
78 list = list->Next;
[all...]
H A Dradeon_program.c57 struct rc_instruction * inst = c->Program.Instructions.Next;
63 inst = inst->Next;
114 for(inst = c->Program.Instructions.Next;
115 inst != &c->Program.Instructions; inst = inst->Next) {
187 inst->Next = after->Next;
189 inst->Prev->Next = inst;
190 inst->Next->Prev = inst;
204 inst->Prev->Next = inst->Next;
[all...]
H A Dradeon_list.h36 struct rc_list * Next; member in struct:rc_list
H A Dradeon_rename_regs.c56 for(inst = c->Program.Instructions.Next;
58 inst = inst->Next) {
70 for (var_ptr = variables; var_ptr; var_ptr = var_ptr->Next) {
H A Dradeon_emulate_loops.c73 struct rc_instruction * first = loop->BeginLoop->Next;
79 for(ptr = first; ptr != last->Next; ptr = ptr->Next){
220 for(inst = c->Program.Instructions.Next; inst != loop->BeginLoop;
221 inst = inst->Next){
237 for(inst = loop->BeginLoop->Next; end_loops > 0; inst = inst->Next){
341 for(ptr = loop->BeginLoop->Next; !loop->EndLoop; ptr = ptr->Next) {
354 for(ptr = ptr->Next; pt
[all...]
H A Dradeon_remove_constants.c86 for (struct rc_instruction *inst = c->Program.Instructions.Next;
87 inst != &c->Program.Instructions; inst = inst->Next) {
128 for (struct rc_instruction *inst = c->Program.Instructions.Next;
129 inst != &c->Program.Instructions; inst = inst->Next) {
H A Dradeon_pair_dead_sources.c70 for (inst = c->Program.Instructions.Next;
72 inst = inst->Next) {
H A Dradeon_compiler.c42 c->Program.Instructions.Next = &c->Program.Instructions;
119 for(inst = c->Program.Instructions.Next; inst != &c->Program.Instructions; inst = inst->Next)
146 for(inst = c->Program.Instructions.Next; inst != &c->Program.Instructions; inst = inst->Next) {
178 for(inst = c->Program.Instructions.Next; inst != &c->Program.Instructions; inst = inst->Next) {
201 for(inst = c->Program.Instructions.Next; inst != &c->Program.Instructions; inst = inst->Next) {
301 for (inst = inst_mad->Next; ins
[all...]
H A Dradeon_vert_fc.c81 for(inst = fc_state->C->Program.Instructions.Next;
83 inst = inst->Next) {
206 if (inst->Next->U.I.Opcode == RC_OPCODE_BRK) {
241 for(inst = c->Program.Instructions.Next;
243 inst = inst->Next) {
263 inst = inst->Next;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_list.c39 new->Next = NULL;
54 for (temp = *list; temp->Next; temp = temp->Next);
56 temp->Next = new_value;
63 *list = rm_value->Next;
67 rm_value->Prev->Next = rm_value->Next;
68 if (rm_value->Next) {
69 rm_value->Next->Prev = rm_value->Prev;
78 list = list->Next;
[all...]
H A Dradeon_program.c57 struct rc_instruction * inst = c->Program.Instructions.Next;
63 inst = inst->Next;
114 for(inst = c->Program.Instructions.Next;
115 inst != &c->Program.Instructions; inst = inst->Next) {
187 inst->Next = after->Next;
189 inst->Prev->Next = inst;
190 inst->Next->Prev = inst;
204 inst->Prev->Next = inst->Next;
[all...]
H A Dradeon_list.h36 struct rc_list * Next; member in struct:rc_list
H A Dradeon_rename_regs.c56 for(inst = c->Program.Instructions.Next;
58 inst = inst->Next) {
70 for (var_ptr = variables; var_ptr; var_ptr = var_ptr->Next) {
H A Dradeon_remove_constants.c86 for (struct rc_instruction *inst = c->Program.Instructions.Next;
87 inst != &c->Program.Instructions; inst = inst->Next) {
128 for (struct rc_instruction *inst = c->Program.Instructions.Next;
129 inst != &c->Program.Instructions; inst = inst->Next) {
H A Dradeon_emulate_loops.c73 struct rc_instruction * first = loop->BeginLoop->Next;
79 for(ptr = first; ptr != last->Next; ptr = ptr->Next){
220 for(inst = c->Program.Instructions.Next; inst != loop->BeginLoop;
221 inst = inst->Next){
237 for(inst = loop->BeginLoop->Next; end_loops > 0; inst = inst->Next){
341 for(ptr = loop->BeginLoop->Next; !loop->EndLoop; ptr = ptr->Next) {
354 for(ptr = ptr->Next; pt
[all...]
H A Dradeon_pair_dead_sources.c70 for (inst = c->Program.Instructions.Next;
72 inst = inst->Next) {
H A Dradeon_compiler.c42 c->Program.Instructions.Next = &c->Program.Instructions;
119 for(inst = c->Program.Instructions.Next; inst != &c->Program.Instructions; inst = inst->Next)
146 for(inst = c->Program.Instructions.Next; inst != &c->Program.Instructions; inst = inst->Next) {
178 for(inst = c->Program.Instructions.Next; inst != &c->Program.Instructions; inst = inst->Next) {
201 for(inst = c->Program.Instructions.Next; inst != &c->Program.Instructions; inst = inst->Next) {
301 for (inst = inst_mad->Next; ins
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Degldevice.c41 _EGLDevice *Next; member in struct:_egl_device
65 dev_list = dev_list->Next;
70 dev_list = dev_list->Next;
92 cur = cur->Next;
122 while (dev->Next) {
123 dev = dev->Next;
133 dev->Next = calloc(1, sizeof(_EGLDevice));
134 if (!dev->Next) {
140 dev = dev->Next;
300 dev = dev->Next;
[all...]
H A Degldisplay.c196 dispList = dispList->Next;
230 disp = disp->Next;
242 disp->Next = _eglGlobal.DisplayList;
264 list = list->Next;
274 list = list->Next;
284 list = list->Next;
294 list = list->Next;
332 cur = cur->Next;
356 list = list->Next;
412 res->Next
[all...]
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Degldevice.c42 _EGLDevice *Next; member in struct:_egl_device
67 dev_list = dev_list->Next;
72 dev_list = dev_list->Next;
94 cur = cur->Next;
126 while (dev->Next) {
127 dev = dev->Next;
137 dev->Next = calloc(1, sizeof(_EGLDevice));
138 if (!dev->Next) {
144 dev = dev->Next;
350 for (i = 0, dev = devs->Next; de
[all...]
H A Degldisplay.c203 dispList = dispList->Next;
269 for (disp = _eglGlobal.DisplayList; disp; disp = disp->Next) {
297 disp->Next = _eglGlobal.DisplayList;
319 list = list->Next;
329 list = list->Next;
339 list = list->Next;
349 list = list->Next;
387 cur = cur->Next;
411 list = list->Next;
467 res->Next
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/tests/
H A Dradeon_compiler_optimize_tests.c67 for(inst = c.Program.Instructions.Next;
69 inst = inst->Next, inst_count++) {
H A Dradeon_compiler_regalloc_tests.c67 for(inst = c->Program.Instructions.Next;
69 inst = inst->Next) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/tests/
H A Dradeon_compiler_optimize_tests.c67 for(inst = c.Program.Instructions.Next;
69 inst = inst->Next, inst_count++) {
H A Dradeon_compiler_regalloc_tests.c67 for(inst = c->Program.Instructions.Next;
69 inst = inst->Next) {

Completed in 16 milliseconds

1234