Searched refs:alloc_instruction (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | dlist.c | 1655 alloc_instruction(struct gl_context *ctx, OpCode opcode, GLuint nparams) function in typeref:typename:Node * 1670 n = alloc_instruction(ctx, OPCODE_ACCUM, 2); 1687 n = alloc_instruction(ctx, OPCODE_ALPHA_FUNC, 2); 1704 n = alloc_instruction(ctx, OPCODE_BIND_TEXTURE, 2); 1723 n = alloc_instruction(ctx, OPCODE_BITMAP, 6 + POINTER_DWORDS); 1748 n = alloc_instruction(ctx, OPCODE_BLEND_EQUATION, 1); 1764 n = alloc_instruction(ctx, OPCODE_BLEND_EQUATION_SEPARATE, 2); 1782 n = alloc_instruction(ctx, OPCODE_BLEND_FUNC_SEPARATE, 4); 1809 n = alloc_instruction(ctx, OPCODE_BLEND_COLOR, 4); 1829 n = alloc_instruction(ct [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | dlist.c | 1571 alloc_instruction(struct gl_context *ctx, OpCode opcode, GLuint nparams) function in typeref:typename:Node * 1618 n = alloc_instruction(ctx, OPCODE_ACCUM, 2); 1635 n = alloc_instruction(ctx, OPCODE_ALPHA_FUNC, 2); 1652 n = alloc_instruction(ctx, OPCODE_BIND_TEXTURE, 2); 1671 n = alloc_instruction(ctx, OPCODE_BITMAP, 6 + POINTER_DWORDS); 1696 n = alloc_instruction(ctx, OPCODE_BLEND_EQUATION, 1); 1712 n = alloc_instruction(ctx, OPCODE_BLEND_EQUATION_SEPARATE, 2); 1730 n = alloc_instruction(ctx, OPCODE_BLEND_FUNC_SEPARATE, 4); 1757 n = alloc_instruction(ctx, OPCODE_BLEND_COLOR, 4); 1777 n = alloc_instruction(ct [all...] |
Completed in 23 milliseconds