| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/ |
| virgl_transfer_queue.h | 33 struct list_head lists[MAX_LISTS]; member in struct:virgl_transfer_queue
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| glthread_list.c | 46 uint32_t *lists = alloca(max_list_count * sizeof(uint32_t)); local 48 lists[0] = cmd->list; 49 lists[1] = next_callist->list; 58 lists[count++] = next_callist->list; 65 CALL_CallLists(ctx->CurrentServerDispatch, (count, GL_UNSIGNED_INT, lists));
|
| /xsrc/external/mit/xorg-server/dist/render/ |
| render.c | 1240 GlyphListPtr lists, listsBase; local 1330 lists = listsBase; 1347 lists->xOff = elt->deltax; 1348 lists->yOff = elt->deltay; 1349 lists->format = glyphSet->format; 1350 lists->len = 0; 1367 lists->len++; 1376 lists++;
|
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| render.c | 1291 GlyphListPtr lists, listsBase; local 1382 lists = listsBase; 1403 lists->xOff = elt->deltax; 1404 lists->yOff = elt->deltay; 1405 lists->format = glyphSet->format; 1406 lists->len = 0; 1423 lists->len++; 1432 lists++;
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| core.c | 287 append &rest lists 293 LispObj *lists; local 295 lists = ARGUMENT(0); 298 if (!CONSP(lists)) 301 /* skip initial nil lists */ 302 for (; CONSP(CDR(lists)) && CAR(lists) == NIL; lists = CDR(lists)) 306 if (!CONSP(CDR(lists))) 3494 LispObj *list, *lists, *cons, *head, *tail; local [all...] |
| /xsrc/external/mit/xorg-server/dist/glx/ |
| indirect_dispatch.c | 91 const GLvoid *lists = (const GLvoid *) (pc + 8); local 93 lists = (const GLvoid *) (pc + 8); 95 glCallLists(n, type, lists);
|
| indirect_dispatch_swap.c | 195 const GLvoid *lists; local 203 lists = (const GLvoid *) (pc + 8); 207 lists = (const GLvoid *) bswap_16_array((uint16_t *) (pc + 8), n); 212 lists = (const GLvoid *) bswap_32_array((uint32_t *) (pc + 8), n); 218 glCallLists(n, type, lists);
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| indirect_dispatch.c | 99 const GLvoid * lists = (const GLvoid *)(pc + 8); local 104 lists local
|
| indirect_dispatch_swap.c | 178 const GLvoid * lists; local 186 lists = (const GLvoid *) (pc + 8); break; 189 lists = (const GLvoid *) bswap_16_array( (uint16_t *) (pc + 8), n ); break; 193 lists = (const GLvoid *) bswap_32_array( (uint32_t *) (pc + 8), n ); break; 201 lists local
|
| /xsrc/external/mit/xterm/dist/ |
| fontutils.c | 4465 VTFontList *lists = &xw->work.fonts.xft; local 4470 result = lists->list_n; 4472 result = lists->list_b; 4474 result = lists->list_i; 4476 result = lists->list_bi; 4479 result = lists->list_w; 4481 result = lists->list_wb; 4483 result = lists->list_wi; 4485 result = lists->list_wbi; 5834 freeFontLists(VTFontList * lists) [all...] |
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| marshal_generated1.c | 105 /* Next (n * _mesa_calllists_enum_to_count(type)) bytes are GLvoid lists[n] */ 112 GLvoid * lists; local 114 lists = (GLvoid *) variable_data; 115 CALL_CallLists(ctx->CurrentServerDispatch, (n, type, lists)); 119 _mesa_marshal_CallLists(GLsizei n, GLenum type, const GLvoid * lists) 125 if (unlikely(lists_size < 0 || (lists_size > 0 && !lists) || (unsigned)cmd_size > MARSHAL_MAX_CMD_SIZE)) { 127 CALL_CallLists(ctx->CurrentServerDispatch, (n, type, lists)); 128 _mesa_glthread_CallLists(ctx, n, type, lists); 135 memcpy(variable_data, lists, lists_size); 136 _mesa_glthread_CallLists(ctx, n, type, lists); [all...] |