Searched refs:OPCODE_END_OF_LIST (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Ddlist.c640 OPCODE_END_OF_LIST enumerator in enum:__anond48efa960103
872 if (n[0].opcode == OPCODE_END_OF_LIST)
886 return n[0].opcode == OPCODE_END_OF_LIST;
1090 n[0].opcode == OPCODE_END_OF_LIST);
1138 dlist->Head[0].opcode = OPCODE_END_OF_LIST;
1391 case OPCODE_END_OF_LIST:
13431 case OPCODE_END_OF_LIST:
13700 case OPCODE_END_OF_LIST:
13739 (void) alloc_instruction(ctx, OPCODE_END_OF_LIST, 0);
13778 assert (ctx->Shared->small_dlist_store.ptr[start + list->CurrentList->count - 1].opcode == OPCODE_END_OF_LIST);
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Ddlist.c564 OPCODE_END_OF_LIST, enumerator in enum:__anon318e37e30103
693 static GLuint InstSize[OPCODE_END_OF_LIST + 1];
708 if (n[0].opcode == OPCODE_END_OF_LIST)
722 return n[0].opcode == OPCODE_END_OF_LIST;
916 n[0].opcode == OPCODE_END_OF_LIST);
964 dlist->Head[0].opcode = OPCODE_END_OF_LIST;
966 InstSize[OPCODE_END_OF_LIST] = 1;
1197 case OPCODE_END_OF_LIST:
10736 case OPCODE_END_OF_LIST:
10954 (void) alloc_instruction(ctx, OPCODE_END_OF_LIST,
[all...]

Completed in 73 milliseconds