/third_party/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_tgsi.c | 179 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/ |
D | i915_fpc_optimize.c | 106 [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()
|
D | i915_fpc_translate.c | 661 case TGSI_OPCODE_MOV: in i915_translate_instruction()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_point_sprite.c | 273 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()
|
D | tgsi_lowering.c | 139 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()
|
D | tgsi_vpos.c | 68 inst.Instruction.Opcode = TGSI_OPCODE_MOV; in write_vpos_prolog()
|
D | tgsi_info.c | 126 case TGSI_OPCODE_MOV: in tgsi_opcode_infer_type()
|
D | tgsi_aa_point.c | 250 tgsi_transform_op1_inst(ctx, TGSI_OPCODE_MOV, in aa_epilog()
|
D | tgsi_dynamic_indexing.c | 150 inst.Instruction.Opcode = TGSI_OPCODE_MOV; in remove_dynamic_indexes()
|
D | tgsi_build.c | 647 instruction.Opcode = TGSI_OPCODE_MOV; in tgsi_default_instruction()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_vs_draw.c | 249 new_inst.Instruction.Opcode = TGSI_OPCODE_MOV; in transform_inst() 261 new_inst.Instruction.Opcode = TGSI_OPCODE_MOV; in transform_inst()
|
D | r300_tgsi_to_rc.c | 39 case TGSI_OPCODE_MOV: return RC_OPCODE_MOV; in translate_opcode()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 347 TGSI_OPCODE_MOV = 1, enumerator
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs_analysis.c | 466 shader->info.base.opcode_count[TGSI_OPCODE_MOV] + in llvmpipe_fs_analyse()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_info.c | 401 if (inst->Instruction.Opcode == TGSI_OPCODE_MOV) { in analyse_instruction()
|
D | lp_bld_tgsi_aos.c | 463 case TGSI_OPCODE_MOV: in lp_emit_instruction_aos()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_aaline.c | 228 tgsi_transform_op1_inst(ctx, TGSI_OPCODE_MOV, in aa_transform_epilog()
|
D | draw_pipe_aapoint.c | 313 tgsi_transform_op1_inst(ctx, TGSI_OPCODE_MOV, in aa_transform_epilog()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1792 [TGSI_OPCODE_MOV] = nir_op_mov, 2164 if (op_trans[tgsi_op] != 0 || tgsi_op == TGSI_OPCODE_MOV) { in ttn_emit_instruction()
|
D | nir_to_tgsi.c | 1346 [nir_op_mov] = { TGSI_OPCODE_MOV, TGSI_OPCODE_MOV }, in ntt_emit_alu()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 53 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/ |
D | nvfx_fragprog.c | 660 case TGSI_OPCODE_MOV: in nvfx_fragprog_parse_instruction()
|
D | nvfx_vertprog.c | 630 case TGSI_OPCODE_MOV: in nvfx_vertprog_parse_instruction()
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 1476 return insn.getOpcode() == TGSI_OPCODE_MOV && in isEdgeFlagPassthrough() 3245 case TGSI_OPCODE_MOV: in handleInstruction()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | ShaderTGSI.c | 120 {D3D10_SB_OPCODE_MOV, OF_UINT, TGSI_OPCODE_MOV},
|