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

/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Ddlist.c688 #define POINTER_DWORDS (sizeof(void *) / 4) macro
697 GLuint dwords[POINTER_DWORDS];
710 STATIC_ASSERT(POINTER_DWORDS == 1 || POINTER_DWORDS == 2);
715 for (i = 0; i < POINTER_DWORDS; i++)
729 for (i = 0; i < POINTER_DWORDS; i++)
1564 const GLuint contNodes = 1 + POINTER_DWORDS; /* size of continue info */
1723 n = alloc_instruction(ctx, OPCODE_BITMAP, 6 + POINTER_DWORDS);
2104 n = alloc_instruction(ctx, OPCODE_CALL_LISTS, 2 + POINTER_DWORDS);
2681 n = alloc_instruction(ctx, OPCODE_DRAW_PIXELS, 4 + POINTER_DWORDS);
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Ddlist.c605 #define POINTER_DWORDS (sizeof(void *) / 4) macro
614 GLuint dwords[POINTER_DWORDS];
627 STATIC_ASSERT(POINTER_DWORDS == 1 || POINTER_DWORDS == 2);
632 for (i = 0; i < POINTER_DWORDS; i++)
646 for (i = 0; i < POINTER_DWORDS; i++)
1420 const GLuint contNodes = 1 + POINTER_DWORDS; /* size of continue info */
1671 n = alloc_instruction(ctx, OPCODE_BITMAP, 6 + POINTER_DWORDS);
2049 n = alloc_instruction(ctx, OPCODE_CALL_LISTS, 2 + POINTER_DWORDS);
2626 n = alloc_instruction(ctx, OPCODE_DRAW_PIXELS, 4 + POINTER_DWORDS);
[all...]

Completed in 20 milliseconds