Searched refs:dlist_alloc (Results 1 – 1 of 1) sorted by relevance
977 dlist_alloc(struct gl_context *ctx, OpCode opcode, GLuint bytes) in dlist_alloc() function1030 Node *n = dlist_alloc(ctx, (OpCode) opcode, bytes); in _mesa_dlist_alloc()1080 return dlist_alloc(ctx, opcode, nparams * sizeof(Node)); in alloc_instruction()