Searched refs:alloc_instruction (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | dlist.c | 1280 alloc_instruction(struct gl_context *ctx, OpCode opcode, GLuint nparams) in alloc_instruction() function 1295 n = alloc_instruction(ctx, OPCODE_ACCUM, 2); in save_Accum() 1312 n = alloc_instruction(ctx, OPCODE_ALPHA_FUNC, 2); in save_AlphaFunc() 1329 n = alloc_instruction(ctx, OPCODE_BIND_TEXTURE, 2); in save_BindTexture() 1359 n = alloc_instruction(ctx, OPCODE_BITMAP, 6 + POINTER_DWORDS); in save_Bitmap() 1387 n = alloc_instruction(ctx, OPCODE_BLEND_EQUATION, 1); in save_BlendEquation() 1403 n = alloc_instruction(ctx, OPCODE_BLEND_EQUATION_SEPARATE, 2); in save_BlendEquationSeparate() 1421 n = alloc_instruction(ctx, OPCODE_BLEND_FUNC_SEPARATE, 4); in save_BlendFuncSeparate() 1448 n = alloc_instruction(ctx, OPCODE_BLEND_COLOR, 4); in save_BlendColor() 1468 n = alloc_instruction(ctx, OPCODE_BLEND_FUNC_SEPARATE_I, 5); in save_BlendFuncSeparateiARB() [all …]
|