Searched refs:alloc_instruction (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | dlist.c | 1654 alloc_instruction(struct gl_context *ctx, OpCode opcode, GLuint nparams) in alloc_instruction() function 1669 n = alloc_instruction(ctx, OPCODE_ACCUM, 2); in save_Accum() 1686 n = alloc_instruction(ctx, OPCODE_ALPHA_FUNC, 2); in save_AlphaFunc() 1703 n = alloc_instruction(ctx, OPCODE_BIND_TEXTURE, 2); in save_BindTexture() 1722 n = alloc_instruction(ctx, OPCODE_BITMAP, 6 + POINTER_DWORDS); in save_Bitmap() 1747 n = alloc_instruction(ctx, OPCODE_BLEND_EQUATION, 1); in save_BlendEquation() 1763 n = alloc_instruction(ctx, OPCODE_BLEND_EQUATION_SEPARATE, 2); in save_BlendEquationSeparateEXT() 1781 n = alloc_instruction(ctx, OPCODE_BLEND_FUNC_SEPARATE, 4); in save_BlendFuncSeparateEXT() 1808 n = alloc_instruction(ctx, OPCODE_BLEND_COLOR, 4); in save_BlendColor() 1828 n = alloc_instruction(ctx, OPCODE_BLEND_FUNC_SEPARATE_I, 5); in save_BlendFuncSeparatei() [all …]
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | linearize.c | 41 static struct instruction *alloc_instruction(int opcode, int size) in alloc_instruction() function 57 struct instruction *insn = alloc_instruction(opcode, type_size(type)); in alloc_typed_instruction() 658 struct instruction *br = alloc_instruction(OP_BR, 0); in add_goto() 680 struct instruction *insn = alloc_instruction(OP_UNREACH, 0); in add_unreachable() 745 br = alloc_instruction(OP_CBR, 0); in add_branch() 1555 insn = alloc_instruction(OP_CONTEXT, 0); in linearize_call_expression() 2034 struct instruction *insn = alloc_instruction(OP_INLINED_CALL, 0); in linearize_inlined_call() 2062 struct instruction *insn = alloc_instruction(OP_CONTEXT, 0); in linearize_context() 2073 struct instruction *insn = alloc_instruction(OP_RANGE, 0); in linearize_range() 2137 insn = alloc_instruction(OP_ASM, 0); in linearize_asm_statement() [all …]
|