Searched refs:emit_instruction (Results 1 - 14 of 14) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_transform.c41 emit_instruction(struct tgsi_transform_context *ctx, function
123 ctx->emit_instruction = emit_instruction;
172 ctx->emit_instruction(ctx, fullinst);
H A Dtgsi_transform.h72 void (*emit_instruction)(struct tgsi_transform_context *ctx, member in struct:tgsi_transform_context
H A Dtgsi_ppc.c1081 emit_instruction(struct gen_context *gen, function
1300 ok = emit_instruction(&gen, &parse.FullToken.FullInstruction);
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_emit.h173 static INLINE boolean emit_instruction( struct svga_shader_emitter *emit, function
185 return (emit_instruction( emit, inst ) &&
196 return (emit_instruction( emit, inst ) &&
209 return (emit_instruction( emit, inst ) &&
225 return (emit_instruction( emit, inst ) &&
H A Dsvga_tgsi_decl_sm30.c120 return (emit_instruction(emit, opcode) &&
390 return (emit_instruction(emit, opcode) &&
489 return (emit_instruction(emit, opcode) &&
510 return (emit_instruction(emit, opcode) &&
H A Dsvga_tgsi_insn.c328 return (emit_instruction( emit, inst ) &&
616 if (!emit_instruction(emit, opcode) ||
827 return (emit_instruction( emit, if_token ) &&
837 return emit_instruction(emit, inst_token(SVGA3DOP_ENDIF));
843 return emit_instruction(emit, inst_token(SVGA3DOP_ELSE));
1761 return (emit_instruction( emit, inst ) &&
1773 return emit_instruction( emit, inst );
1780 return emit_instruction( emit, inst );
2480 return (emit_instruction( emit, inst_token( SVGA3DOP_RET ) ) &&
2481 emit_instruction( emi
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aapoint.c251 ctx->emit_instruction(ctx, &newInst);
267 ctx->emit_instruction(ctx, &newInst);
280 ctx->emit_instruction(ctx, &newInst);
292 ctx->emit_instruction(ctx, &newInst);
309 ctx->emit_instruction(ctx, &newInst);
323 ctx->emit_instruction(ctx, &newInst);
342 ctx->emit_instruction(ctx, &newInst);
355 ctx->emit_instruction(ctx, &newInst);
371 ctx->emit_instruction(ctx, &newInst);
387 ctx->emit_instruction(ct
[all...]
H A Ddraw_pipe_pstipple.c301 ctx->emit_instruction(ctx, &newInst);
316 ctx->emit_instruction(ctx, &newInst);
326 ctx->emit_instruction(ctx, &newInst);
330 ctx->emit_instruction(ctx, inst);
H A Ddraw_pipe_aaline.c290 ctx->emit_instruction(ctx, &newInst);
302 ctx->emit_instruction(ctx, &newInst);
316 ctx->emit_instruction(ctx, &newInst);
323 ctx->emit_instruction(ctx, &newInst);
340 ctx->emit_instruction(ctx, inst);
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state_emit.c422 static void emit_instruction(struct i915_context *i915, function
456 emit_instruction(i915, A0_MAD, A0_DEST_CHANNEL_ALL, t1_reg, dst_reg, cst0_reg, cst1_reg);
457 emit_instruction(i915, A0_LOG, A0_DEST_CHANNEL_X, t1_reg, t1x_reg, 0, 0);
458 emit_instruction(i915, A0_LOG, A0_DEST_CHANNEL_Y, t1_reg, t1y_reg, 0, 0);
459 emit_instruction(i915, A0_LOG, A0_DEST_CHANNEL_Z, t1_reg, t1z_reg, 0, 0);
460 emit_instruction(i915, A0_MUL, A0_DEST_CHANNEL_ALL, t1_reg, t1_reg, cst2_reg, 0);
461 emit_instruction(i915, A0_EXP, dst_mask & A0_DEST_CHANNEL_X, dst_reg, t1x_reg, 0, 0);
462 emit_instruction(i915, A0_EXP, dst_mask & A0_DEST_CHANNEL_Y, dst_reg, t1y_reg, 0, 0);
463 emit_instruction(i915, A0_EXP, dst_mask & A0_DEST_CHANNEL_Z, dst_reg, t1z_reg, 0, 0);
/external/mesa3d/src/gallium/auxiliary/rtasm/
H A Drtasm_ppc.c262 emit_instruction(struct ppc_function *p, uint32_t inst_bits) function
309 emit_instruction(p, inst.bits);
343 emit_instruction(p, inst.bits);
374 emit_instruction(p, inst.bits);
400 emit_instruction(p, inst.bits);
429 emit_instruction(p, inst.bits);
472 emit_instruction(p, inst.bits);
501 emit_instruction(p, inst.bits);
537 emit_instruction(p, inst.bits);
570 emit_instruction(
[all...]
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_vs_draw.c257 ctx->emit_instruction(ctx, &new_inst);
269 ctx->emit_instruction(ctx, &new_inst);
308 ctx->emit_instruction(ctx, inst);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_pstipple.c367 ctx->emit_instruction(ctx, &newInst);
382 ctx->emit_instruction(ctx, &newInst);
392 ctx->emit_instruction(ctx, &newInst);
396 ctx->emit_instruction(ctx, inst);
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c1084 static void emit_instruction( function
1309 emit_instruction(s, end);

Completed in 1738 milliseconds