Lines Matching refs:start
788 prim->start,
789 prim->start + prim->count,
800 &ctx->Shared->small_dlist_store.ptr[dlist->start] :
1335 unsigned start = dlist->start;
1338 start + i);
1507 /* If this node needs to start on an 8-byte boundary, pad the last node. */
1570 * \return pointer to start of instruction space
1937 * when we start compiling a list, or after glCallList(s)).
13676 unsigned start;
13682 start = util_idalloc_alloc_range(&ctx->Shared->small_dlist_store.free_idx, list->CurrentPos);
13684 if ((start + list->CurrentPos) > ctx->Shared->small_dlist_store.size) {
13691 list->CurrentList->start = start;
13694 memcpy(&ctx->Shared->small_dlist_store.ptr[start],
13698 assert (ctx->Shared->small_dlist_store.ptr[start + list->CurrentList->count - 1].opcode == OPCODE_END_OF_LIST);