Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddlist.c536 #define POINTER_DWORDS (sizeof(void *) / 4) macro
545 GLuint dwords[POINTER_DWORDS];
558 STATIC_ASSERT(POINTER_DWORDS == 1 || POINTER_DWORDS == 2); in save_pointer()
563 for (i = 0; i < POINTER_DWORDS; i++) in save_pointer()
577 for (i = 0; i < POINTER_DWORDS; i++) in get_pointer()
1324 const GLuint contNodes = 1 + POINTER_DWORDS; /* size of continue info */ in dlist_alloc()
1573 n = alloc_instruction(ctx, OPCODE_BITMAP, 6 + POINTER_DWORDS); in save_Bitmap()
1910 n = alloc_instruction(ctx, OPCODE_CALL_LISTS, 2 + POINTER_DWORDS); in save_CallLists()
2487 n = alloc_instruction(ctx, OPCODE_DRAW_PIXELS, 4 + POINTER_DWORDS); in save_DrawPixels()
3043 n = alloc_instruction(ctx, OPCODE_MAP1, 5 + POINTER_DWORDS); in save_Map1d()
[all …]