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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Ddlist.c1412 * \param align8 does the payload need to be 8-byte aligned?
1417 dlist_alloc(struct gl_context *ctx, OpCode opcode, GLuint bytes, bool align8) argument
1437 if (sizeof(void *) > sizeof(Node) && align8
1475 nopNode = sizeof(void *) > sizeof(Node) && align8;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Ddlist.c1556 * \param align8 does the payload need to be 8-byte aligned?
1561 dlist_alloc(struct gl_context *ctx, OpCode opcode, GLuint bytes, bool align8) argument
1570 if (sizeof(void *) > sizeof(Node) && align8
1608 nopNode = sizeof(void *) > sizeof(Node) && align8;

Completed in 32 milliseconds