Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_MOV (Results 1 – 25 of 30) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_tgsi.c179 tgsi_transform_op1_inst(ctx, TGSI_OPCODE_MOV, in virgl_mov_input_temp_uint()
236 inst.Instruction.Opcode = TGSI_OPCODE_MOV; in virgl_tgsi_transform_prolog()
300 } else if (inst->Instruction.Opcode == TGSI_OPCODE_MOV) { in virgl_tgsi_transform_instruction()
326 tgsi_transform_op1_inst(ctx, TGSI_OPCODE_MOV, in virgl_tgsi_transform_instruction()
367 temp_inst.Instruction.Opcode = TGSI_OPCODE_MOV; in virgl_tgsi_transform_instruction()
391 if (inst->Instruction.Opcode != TGSI_OPCODE_MOV && in virgl_tgsi_transform_instruction()
403 inst->Instruction.Opcode = TGSI_OPCODE_MOV; in virgl_tgsi_transform_instruction()
423 tgsi_transform_op1_inst(ctx, TGSI_OPCODE_MOV, in virgl_tgsi_transform_instruction()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c106 [TGSI_OPCODE_MOV] = {false, false, 0, 1, 1},
403 current->FullInstruction.Instruction.Opcode == TGSI_OPCODE_MOV && in i915_fpc_optimize_mov_before_tex()
434 current->FullInstruction.Instruction.Opcode == TGSI_OPCODE_MOV && in i915_fpc_optimize_mov_after_mov()
435 next->FullInstruction.Instruction.Opcode == TGSI_OPCODE_MOV && in i915_fpc_optimize_mov_after_mov()
494 next->FullInstruction.Instruction.Opcode == TGSI_OPCODE_MOV && in i915_fpc_optimize_mov_after_alu()
526 next->FullInstruction.Instruction.Opcode == TGSI_OPCODE_MOV && in i915_fpc_optimize_mov_after_alu()
566 current.FullInstruction.Instruction.Opcode == TGSI_OPCODE_MOV && in i915_fpc_useless_mov()
598 next->FullInstruction.Instruction.Opcode == TGSI_OPCODE_MOV && in i915_fpc_optimize_useless_mov_after_inst()
Di915_fpc_translate.c661 case TGSI_OPCODE_MOV: in i915_translate_instruction()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_point_sprite.c273 inst.Instruction.Opcode = TGSI_OPCODE_MOV; in psprite_prolog()
303 tgsi_transform_op1_inst(ctx, TGSI_OPCODE_MOV, in psprite_emit_vertex_inst()
365 tgsi_transform_op1_inst(ctx, TGSI_OPCODE_MOV, in psprite_emit_vertex_inst()
400 inst.Instruction.Opcode = TGSI_OPCODE_MOV; in psprite_emit_vertex_inst()
414 tgsi_transform_op1_swz_inst(ctx, TGSI_OPCODE_MOV, in psprite_emit_vertex_inst()
Dtgsi_lowering.c139 new_inst.Instruction.Opcode = TGSI_OPCODE_MOV; in create_mov()
231 new_inst.Instruction.Opcode = TGSI_OPCODE_MOV; in transform_dst()
242 new_inst.Instruction.Opcode = TGSI_OPCODE_MOV; in transform_dst()
253 new_inst.Instruction.Opcode = TGSI_OPCODE_MOV; in transform_dst()
515 new_inst.Instruction.Opcode = TGSI_OPCODE_MOV; in transform_lit()
526 new_inst.Instruction.Opcode = TGSI_OPCODE_MOV; in transform_lit()
637 new_inst.Instruction.Opcode = TGSI_OPCODE_MOV; in transform_exp()
648 new_inst.Instruction.Opcode = TGSI_OPCODE_MOV; in transform_exp()
768 new_inst.Instruction.Opcode = TGSI_OPCODE_MOV; in transform_log()
779 new_inst.Instruction.Opcode = TGSI_OPCODE_MOV; in transform_log()
Dtgsi_vpos.c68 inst.Instruction.Opcode = TGSI_OPCODE_MOV; in write_vpos_prolog()
Dtgsi_info.c126 case TGSI_OPCODE_MOV: in tgsi_opcode_infer_type()
Dtgsi_aa_point.c250 tgsi_transform_op1_inst(ctx, TGSI_OPCODE_MOV, in aa_epilog()
Dtgsi_dynamic_indexing.c150 inst.Instruction.Opcode = TGSI_OPCODE_MOV; in remove_dynamic_indexes()
Dtgsi_build.c647 instruction.Opcode = TGSI_OPCODE_MOV; in tgsi_default_instruction()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_vs_draw.c249 new_inst.Instruction.Opcode = TGSI_OPCODE_MOV; in transform_inst()
261 new_inst.Instruction.Opcode = TGSI_OPCODE_MOV; in transform_inst()
Dr300_tgsi_to_rc.c39 case TGSI_OPCODE_MOV: return RC_OPCODE_MOV; in translate_opcode()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h347 TGSI_OPCODE_MOV = 1, enumerator
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs_analysis.c466 shader->info.base.opcode_count[TGSI_OPCODE_MOV] + in llvmpipe_fs_analyse()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c401 if (inst->Instruction.Opcode == TGSI_OPCODE_MOV) { in analyse_instruction()
Dlp_bld_tgsi_aos.c463 case TGSI_OPCODE_MOV: in lp_emit_instruction_aos()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_aaline.c228 tgsi_transform_op1_inst(ctx, TGSI_OPCODE_MOV, in aa_transform_epilog()
Ddraw_pipe_aapoint.c313 tgsi_transform_op1_inst(ctx, TGSI_OPCODE_MOV, in aa_transform_epilog()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1792 [TGSI_OPCODE_MOV] = nir_op_mov,
2164 if (op_trans[tgsi_op] != 0 || tgsi_op == TGSI_OPCODE_MOV) { in ttn_emit_instruction()
Dnir_to_tgsi.c1346 [nir_op_mov] = { TGSI_OPCODE_MOV, TGSI_OPCODE_MOV }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c53 case TGSI_OPCODE_MOV: return SVGA3DOP_MOV; in translate_opcode()
2987 case TGSI_OPCODE_MOV: in svga_emit_instruction()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c660 case TGSI_OPCODE_MOV: in nvfx_fragprog_parse_instruction()
Dnvfx_vertprog.c630 case TGSI_OPCODE_MOV: in nvfx_vertprog_parse_instruction()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1476 return insn.getOpcode() == TGSI_OPCODE_MOV && in isEdgeFlagPassthrough()
3245 case TGSI_OPCODE_MOV: in handleInstruction()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c120 {D3D10_SB_OPCODE_MOV, OF_UINT, TGSI_OPCODE_MOV},

12