Searched refs:TGSI_OPCODE_MOV (Results 1 - 23 of 23) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.c41 { 1, 1, 0, 0, 0, 0, COMP, "MOV", TGSI_OPCODE_MOV },
272 case TGSI_OPCODE_MOV:
320 case TGSI_OPCODE_MOV:
H A Dtgsi_util.c182 case TGSI_OPCODE_MOV:
H A Dtgsi_scan.c307 if (fullinst->Instruction.Opcode != TGSI_OPCODE_MOV ||
H A Dtgsi_ppc.c611 case TGSI_OPCODE_MOV:
1094 case TGSI_OPCODE_MOV:
H A Dtgsi_build.c588 instruction.Opcode = TGSI_OPCODE_MOV;
H A Dtgsi_exec.c3460 case TGSI_OPCODE_MOV:
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c206 next->FullInstruction.Instruction.Opcode == TGSI_OPCODE_MOV &&
230 next->FullInstruction.Instruction.Opcode == TGSI_OPCODE_MOV &&
262 current.FullInstruction.Instruction.Opcode == TGSI_OPCODE_MOV &&
286 next->FullInstruction.Instruction.Opcode == TGSI_OPCODE_MOV &&
H A Di915_fpc_translate.c785 case TGSI_OPCODE_MOV:
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_vs_draw.c249 new_inst.Instruction.Opcode = TGSI_OPCODE_MOV;
261 new_inst.Instruction.Opcode = TGSI_OPCODE_MOV;
H A Dr300_tgsi_to_rc.c36 case TGSI_OPCODE_MOV: return RC_OPCODE_MOV;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp1089 emit(ir, TGSI_OPCODE_MOV, dst, src);
1306 inst = emit(ir, TGSI_OPCODE_MOV, result_dst, src);
1325 emit(ir, TGSI_OPCODE_MOV, st_dst_reg(temp), *reg);
1491 emit(ir, TGSI_OPCODE_MOV, result_dst, st_src_reg_for_float(0.5));
2306 emit(ir, TGSI_OPCODE_MOV, l, r);
2344 emit(ir, TGSI_OPCODE_MOV, temp, src);
2366 emit(ir, TGSI_OPCODE_MOV, temp, src);
2391 emit(ir, TGSI_OPCODE_MOV, mat_column, src);
2518 emit(ir, TGSI_OPCODE_MOV, l, r);
2554 emit(ir, TGSI_OPCODE_MOV,
[all...]
H A Dst_mesa_to_tgsi.c611 return TGSI_OPCODE_MOV;
/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h259 #define TGSI_OPCODE_MOV 1 macro
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_info.c264 if (inst->Instruction.Opcode == TGSI_OPCODE_MOV) {
H A Dlp_bld_tgsi_aos.c488 case TGSI_OPCODE_MOV:
H A Dlp_bld_tgsi_action.c565 /* TGSI_OPCODE_MOV */
812 bld_base->op_actions[TGSI_OPCODE_MOV].emit = mov_emit;
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aaline.c294 newInst.Instruction.Opcode = TGSI_OPCODE_MOV;
H A Ddraw_pipe_aapoint.c446 newInst.Instruction.Opcode = TGSI_OPCODE_MOV;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp945 return insn.getOpcode() == TGSI_OPCODE_MOV &&
1791 case TGSI_OPCODE_MOV:
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnvfx_fragprog.c662 case TGSI_OPCODE_MOV:
H A Dnvfx_vertprog.c633 case TGSI_OPCODE_MOV:
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c5235 {TGSI_OPCODE_MOV, 0, V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_MOV, tgsi_op2},
5415 {TGSI_OPCODE_MOV, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_MOV, tgsi_op2},
5589 {TGSI_OPCODE_MOV, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_MOV, tgsi_op2},
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c56 case TGSI_OPCODE_MOV: return SVGA3DOP_MOV;

Completed in 406 milliseconds