Searched refs:current_inst (Results 1 – 3 of 3) sorted by relevance
53 struct tgsi_full_instruction *current_inst) in transform_instr() argument63 tctx->emit_instruction(tctx, current_inst); in transform_instr()126 tctx->emit_instruction(tctx, current_inst); in transform_instr()
73 struct tgsi_full_instruction *current_inst) in transform_instr() argument192 for (i = 0; i < current_inst->Instruction.NumSrcRegs; i++) { in transform_instr()193 struct tgsi_full_src_register *src = ¤t_inst->Src[i]; in transform_instr()210 tctx->emit_instruction(tctx, current_inst); in transform_instr()
665 struct tgsi_full_instruction *current_inst) in transform_instr() argument685 if (current_inst->Instruction.Opcode == TGSI_OPCODE_TEX) { in transform_instr()687 unsigned newtarget = ctx->key->texture_targets[current_inst->Src[1].Register.Index]; in transform_instr()689 current_inst->Texture.Texture = newtarget; in transform_instr()691 } else if (ctx->key->fog && current_inst->Instruction.Opcode == TGSI_OPCODE_MOV && in transform_instr()692 current_inst->Dst[0].Register.File == TGSI_FILE_OUTPUT) { in transform_instr()696 int reg0_index = current_inst->Src[0].Register.Index; in transform_instr()707 tctx->emit_instruction(tctx, current_inst); in transform_instr()819 tctx->emit_instruction(tctx, current_inst); in transform_instr()