Searched refs:alloc_instruction (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | dlist.c | 1759 alloc_instruction(struct gl_context *ctx, OpCode opcode, GLuint nparams) in alloc_instruction() function 1806 n = alloc_instruction(ctx, OPCODE_ACCUM, 2); in save_Accum() 1823 n = alloc_instruction(ctx, OPCODE_ALPHA_FUNC, 2); in save_AlphaFunc() 1840 n = alloc_instruction(ctx, OPCODE_BIND_TEXTURE, 2); in save_BindTexture() 1859 n = alloc_instruction(ctx, OPCODE_BITMAP, 6 + POINTER_DWORDS); in save_Bitmap() 1884 n = alloc_instruction(ctx, OPCODE_BLEND_EQUATION, 1); in save_BlendEquation() 1900 n = alloc_instruction(ctx, OPCODE_BLEND_EQUATION_SEPARATE, 2); in save_BlendEquationSeparateEXT() 1918 n = alloc_instruction(ctx, OPCODE_BLEND_FUNC_SEPARATE, 4); in save_BlendFuncSeparateEXT() 1945 n = alloc_instruction(ctx, OPCODE_BLEND_COLOR, 4); in save_BlendColor() 1965 n = alloc_instruction(ctx, OPCODE_BLEND_FUNC_SEPARATE_I, 5); in save_BlendFuncSeparatei() [all …]
|