/external/mesa3d/src/mesa/state_tracker/tests/ |
D | test_glsl_to_tgsi_lifetime.cpp | 45 { TGSI_OPCODE_MOV, {1}, {in0}, {}}, in TEST_F() 55 { TGSI_OPCODE_MOV, {1}, {in0}, {}}, in TEST_F() 57 { TGSI_OPCODE_MOV, {out0}, {2}, {}}, in TEST_F() 72 { TGSI_OPCODE_MOV, {1}, {in0}, {}}, in TEST_F() 73 { TGSI_OPCODE_MOV, {2}, {in1}, {}}, in TEST_F() 88 { TGSI_OPCODE_MOV, {1}, {in0}, {}}, in TEST_F() 94 { TGSI_OPCODE_MOV, {out0}, {3}, {}}, in TEST_F() 106 { TGSI_OPCODE_MOV, {1}, {in0}, {}}, in TEST_F() 114 { TGSI_OPCODE_MOV, {out0}, {3}, {}}, in TEST_F() 127 { TGSI_OPCODE_MOV, {1}, {in0}, {}}, in TEST_F() [all …]
|
D | test_glsl_to_tgsi_array_merge.cpp | 757 { TGSI_OPCODE_MOV , {MT(1, 1, WRITEMASK_XYZW)}, {MT(0, in0, "")}, {}, ARR()}, in TEST_F() 758 { TGSI_OPCODE_MOV , {MT(2, 1, WRITEMASK_XYZW)}, {MT(0, in1, "")}, {}, ARR()}, in TEST_F() 769 { TGSI_OPCODE_MOV , {MT(1, 1, WRITEMASK_X)}, {MT(0, in0, "")}, {}, ARR()}, in TEST_F() 770 { TGSI_OPCODE_MOV , {MT(2, 1, WRITEMASK_Y)}, {MT(0, in1, "")}, {}, ARR()}, in TEST_F() 781 { TGSI_OPCODE_MOV, {1}, {in1}, {}}, in TEST_F() 782 { TGSI_OPCODE_MOV, {MT(1, 1, WRITEMASK_X)}, {MT(0, in0, "")}, {}, ARR()}, in TEST_F() 786 { TGSI_OPCODE_MOV, {out0}, {1}, {}}, in TEST_F() 796 { TGSI_OPCODE_MOV, {1}, {in1}, {}}, in TEST_F() 800 { TGSI_OPCODE_MOV, {MT(1, 1, WRITEMASK_Z)}, {MT(0, in0, "")}, {}, ARR()}, in TEST_F() 805 { TGSI_OPCODE_MOV, {out0}, {1}, {}}, in TEST_F() [all …]
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 101 [ TGSI_OPCODE_MOV ] = { false, false, 0, 1, 1 }, 410 current->FullInstruction.Instruction.Opcode == TGSI_OPCODE_MOV && in i915_fpc_optimize_mov_before_tex() 438 current->FullInstruction.Instruction.Opcode == TGSI_OPCODE_MOV && in i915_fpc_optimize_mov_after_mov() 439 next->FullInstruction.Instruction.Opcode == TGSI_OPCODE_MOV && in i915_fpc_optimize_mov_after_mov() 492 next->FullInstruction.Instruction.Opcode == TGSI_OPCODE_MOV && in i915_fpc_optimize_mov_after_alu() 516 next->FullInstruction.Instruction.Opcode == TGSI_OPCODE_MOV && in i915_fpc_optimize_mov_after_alu() 548 current.FullInstruction.Instruction.Opcode == TGSI_OPCODE_MOV && in i915_fpc_useless_mov() 578 next->FullInstruction.Instruction.Opcode == TGSI_OPCODE_MOV && in i915_fpc_optimize_useless_mov_after_inst()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_tgsi_lower_depth_clamp.c | 127 tgsi_transform_op1_inst(tctx, TGSI_OPCODE_MOV, in epilog_last_vertex_stage() 133 tgsi_transform_op1_swz_inst(tctx, TGSI_OPCODE_MOV, in epilog_last_vertex_stage() 243 tgsi_transform_op1_inst(tctx, TGSI_OPCODE_MOV, in prolog_fs() 248 tgsi_transform_op1_swz_inst(tctx, TGSI_OPCODE_MOV, in prolog_fs()
|
D | st_atifs_to_tgsi.c | 65 {TGSI_OPCODE_MOV, "MOV", 1}, 173 ureg_insn(t->ureg, TGSI_OPCODE_MOV, &arg, 1, &src, 1, 0); in prepare_argument() 338 ureg_insn(t->ureg, TGSI_OPCODE_MOV, dst, 1, src, 1, 0); in compile_setupinst() 410 ureg_insn(t->ureg, TGSI_OPCODE_MOV, dst, 1, src, 1, 0); in finalize_shader() 688 } else if (ctx->key->fog && current_inst->Instruction.Opcode == TGSI_OPCODE_MOV && in transform_instr() 791 inst.Instruction.Opcode = TGSI_OPCODE_MOV; in transform_instr()
|
D | st_glsl_to_tgsi.cpp | 697 if (op == TGSI_OPCODE_MOV) in get_opcode() 1198 emit_asm(ir, TGSI_OPCODE_MOV, dst, src); in visit() 1351 emit_asm(ir, TGSI_OPCODE_MOV, st_dst_reg(temp), *reg); in reladdr_to_temp() 1487 emit_asm(ir, TGSI_OPCODE_MOV, result_dst, op[0]); in visit_expression() 1491 emit_asm(ir, TGSI_OPCODE_MOV, result_dst, op[0].get_abs()); in visit_expression() 1527 inst = emit_asm(ir, TGSI_OPCODE_MOV, result_dst, op[0]); in visit_expression() 1623 emit_asm(ir, TGSI_OPCODE_MOV, st_dst_reg(temp), op[0]); in visit_expression() 1683 emit_asm(ir, TGSI_OPCODE_MOV, st_dst_reg(temp), op[0]); in visit_expression() 1870 emit_asm(ir, TGSI_OPCODE_MOV, result_dst, op[0]); in visit_expression() 2109 emit_asm(ir, TGSI_OPCODE_MOV, result_dst, cbuf); in visit_expression() [all …]
|
D | st_tgsi_lower_yuv.c | 120 inst.Instruction.Opcode = TGSI_OPCODE_MOV; in mov_instruction()
|
D | st_mesa_to_tgsi.c | 494 return TGSI_OPCODE_MOV; in translate_opcode()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_point_sprite.c | 254 inst.Instruction.Opcode = TGSI_OPCODE_MOV; in psprite_prolog() 284 tgsi_transform_op1_inst(ctx, TGSI_OPCODE_MOV, in psprite_emit_vertex_inst() 346 tgsi_transform_op1_inst(ctx, TGSI_OPCODE_MOV, in psprite_emit_vertex_inst() 381 inst.Instruction.Opcode = TGSI_OPCODE_MOV; in psprite_emit_vertex_inst() 395 tgsi_transform_op1_swz_inst(ctx, TGSI_OPCODE_MOV, in psprite_emit_vertex_inst()
|
D | tgsi_vpos.c | 68 inst.Instruction.Opcode = TGSI_OPCODE_MOV; in write_vpos_prolog()
|
D | tgsi_lowering.c | 138 new_inst.Instruction.Opcode = TGSI_OPCODE_MOV; in create_mov() 230 new_inst.Instruction.Opcode = TGSI_OPCODE_MOV; in transform_dst() 241 new_inst.Instruction.Opcode = TGSI_OPCODE_MOV; in transform_dst() 252 new_inst.Instruction.Opcode = TGSI_OPCODE_MOV; in transform_dst() 514 new_inst.Instruction.Opcode = TGSI_OPCODE_MOV; in transform_lit() 525 new_inst.Instruction.Opcode = TGSI_OPCODE_MOV; in transform_lit() 636 new_inst.Instruction.Opcode = TGSI_OPCODE_MOV; in transform_exp() 647 new_inst.Instruction.Opcode = TGSI_OPCODE_MOV; in transform_exp() 767 new_inst.Instruction.Opcode = TGSI_OPCODE_MOV; in transform_log() 778 new_inst.Instruction.Opcode = TGSI_OPCODE_MOV; in transform_log()
|
D | tgsi_emulate.c | 85 new_inst.Instruction.Opcode = TGSI_OPCODE_MOV; in passthrough_edgeflag()
|
D | tgsi_info.c | 126 case TGSI_OPCODE_MOV: in tgsi_opcode_infer_type()
|
D | tgsi_aa_point.c | 242 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()
|
/external/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 | 37 case TGSI_OPCODE_MOV: return RC_OPCODE_MOV; in translate_opcode()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 41 { 1, 1, 0, 0, 0, 0, COMP, "MOV", TGSI_OPCODE_MOV }, 359 case TGSI_OPCODE_MOV: in tgsi_opcode_infer_type()
|
D | tgsi_util.c | 182 case TGSI_OPCODE_MOV: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_scan.c | 514 if (fullinst->Instruction.Opcode != TGSI_OPCODE_MOV || in tgsi_is_passthrough_shader()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 352 TGSI_OPCODE_MOV = 1, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 338 #define TGSI_OPCODE_MOV 1 macro
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_info.c | 400 if (inst->Instruction.Opcode == TGSI_OPCODE_MOV) { in analyse_instruction()
|
/external/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()
|