Home
last modified time | relevance | path

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

12

/external/mesa3d/src/mesa/state_tracker/tests/
Dtest_glsl_to_tgsi_lifetime.cpp45 { 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 …]
Dtest_glsl_to_tgsi_array_merge.cpp757 { 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/
Di915_fpc_optimize.c101 [ 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/
Dst_tgsi_lower_depth_clamp.c127 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()
Dst_atifs_to_tgsi.c65 {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()
Dst_glsl_to_tgsi.cpp697 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 …]
Dst_tgsi_lower_yuv.c120 inst.Instruction.Opcode = TGSI_OPCODE_MOV; in mov_instruction()
Dst_mesa_to_tgsi.c494 return TGSI_OPCODE_MOV; in translate_opcode()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_point_sprite.c254 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()
Dtgsi_vpos.c68 inst.Instruction.Opcode = TGSI_OPCODE_MOV; in write_vpos_prolog()
Dtgsi_lowering.c138 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()
Dtgsi_emulate.c85 new_inst.Instruction.Opcode = TGSI_OPCODE_MOV; in passthrough_edgeflag()
Dtgsi_info.c126 case TGSI_OPCODE_MOV: in tgsi_opcode_infer_type()
Dtgsi_aa_point.c242 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()
/external/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.c37 case TGSI_OPCODE_MOV: return RC_OPCODE_MOV; in translate_opcode()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c41 { 1, 1, 0, 0, 0, 0, COMP, "MOV", TGSI_OPCODE_MOV },
359 case TGSI_OPCODE_MOV: in tgsi_opcode_infer_type()
Dtgsi_util.c182 case TGSI_OPCODE_MOV: in tgsi_util_get_inst_usage_mask()
Dtgsi_scan.c514 if (fullinst->Instruction.Opcode != TGSI_OPCODE_MOV || in tgsi_is_passthrough_shader()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h352 TGSI_OPCODE_MOV = 1, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h338 #define TGSI_OPCODE_MOV 1 macro
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c400 if (inst->Instruction.Opcode == TGSI_OPCODE_MOV) { in analyse_instruction()
/external/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()

12