Searched refs:alloc_instruction (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | dlist.c | 1078 alloc_instruction(struct gl_context *ctx, OpCode opcode, GLuint nparams) in alloc_instruction() function 1094 n = alloc_instruction(ctx, OPCODE_ACCUM, 2); in save_Accum() 1111 n = alloc_instruction(ctx, OPCODE_ALPHA_FUNC, 2); in save_AlphaFunc() 1128 n = alloc_instruction(ctx, OPCODE_BIND_TEXTURE, 2); in save_BindTexture() 1147 n = alloc_instruction(ctx, OPCODE_BITMAP, 7); in save_Bitmap() 1171 n = alloc_instruction(ctx, OPCODE_BLEND_EQUATION, 1); in save_BlendEquation() 1187 n = alloc_instruction(ctx, OPCODE_BLEND_EQUATION_SEPARATE, 2); in save_BlendEquationSeparateEXT() 1205 n = alloc_instruction(ctx, OPCODE_BLEND_FUNC_SEPARATE, 4); in save_BlendFuncSeparateEXT() 1232 n = alloc_instruction(ctx, OPCODE_BLEND_COLOR, 4); in save_BlendColor() 1252 n = alloc_instruction(ctx, OPCODE_BLEND_FUNC_SEPARATE_I, 5); in save_BlendFuncSeparatei() [all …]
|