Home
last modified time | relevance | path

Searched refs:current_inst (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_bitmap_shader.c53 struct tgsi_full_instruction *current_inst) in transform_instr() argument
63 tctx->emit_instruction(tctx, current_inst); in transform_instr()
126 tctx->emit_instruction(tctx, current_inst); in transform_instr()
Dst_cb_drawpixels_shader.c73 struct tgsi_full_instruction *current_inst) in transform_instr() argument
192 for (i = 0; i < current_inst->Instruction.NumSrcRegs; i++) { in transform_instr()
193 struct tgsi_full_src_register *src = &current_inst->Src[i]; in transform_instr()
210 tctx->emit_instruction(tctx, current_inst); in transform_instr()
Dst_atifs_to_tgsi.c665 struct tgsi_full_instruction *current_inst) in transform_instr() argument
685 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()