Searched refs:alloc_instruction (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | dlist.c | 1473 alloc_instruction(struct gl_context *ctx, OpCode opcode, GLuint nparams) in alloc_instruction() function 1520 n = alloc_instruction(ctx, OPCODE_ACCUM, 2); in save_Accum() 1537 n = alloc_instruction(ctx, OPCODE_ALPHA_FUNC, 2); in save_AlphaFunc() 1554 n = alloc_instruction(ctx, OPCODE_BIND_TEXTURE, 2); in save_BindTexture() 1573 n = alloc_instruction(ctx, OPCODE_BITMAP, 6 + POINTER_DWORDS); in save_Bitmap() 1598 n = alloc_instruction(ctx, OPCODE_BLEND_EQUATION, 1); in save_BlendEquation() 1614 n = alloc_instruction(ctx, OPCODE_BLEND_EQUATION_SEPARATE, 2); in save_BlendEquationSeparateEXT() 1632 n = alloc_instruction(ctx, OPCODE_BLEND_FUNC_SEPARATE, 4); in save_BlendFuncSeparateEXT() 1659 n = alloc_instruction(ctx, OPCODE_BLEND_COLOR, 4); in save_BlendColor() 1679 n = alloc_instruction(ctx, OPCODE_BLEND_FUNC_SEPARATE_I, 5); in save_BlendFuncSeparatei() [all …]
|