Searched refs:RC_OPCODE_MOV (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_optimize.c | 230 inst->U.I.Opcode = RC_OPCODE_MOV; in constant_folding_mad() 244 inst->U.I.Opcode = RC_OPCODE_MOV; in constant_folding_mad() 258 inst->U.I.Opcode = RC_OPCODE_MOV; in constant_folding_mul() 264 inst->U.I.Opcode = RC_OPCODE_MOV; in constant_folding_mul() 272 inst->U.I.Opcode = RC_OPCODE_MOV; in constant_folding_mul() 277 inst->U.I.Opcode = RC_OPCODE_MOV; in constant_folding_mul() 291 inst->U.I.Opcode = RC_OPCODE_MOV; in constant_folding_add() 299 inst->U.I.Opcode = RC_OPCODE_MOV; in constant_folding_add() 870 if (cur->U.I.Opcode == RC_OPCODE_MOV) { in rc_optimize()
|
D | radeon_program_tex.c | 148 inst->U.I.Opcode = RC_OPCODE_MOV; in radeonTransformTEX() 191 inst_mul->U.I.Opcode = inst->U.I.Opcode == RC_OPCODE_TXP ? RC_OPCODE_MUL : RC_OPCODE_MOV; in radeonTransformTEX() 385 inst_mov->U.I.Opcode = RC_OPCODE_MOV; in radeonTransformTEX() 396 inst_mov->U.I.Opcode = RC_OPCODE_MOV; in radeonTransformTEX() 415 inst_mov->U.I.Opcode = RC_OPCODE_MOV; in radeonTransformTEX() 424 inst_mov->U.I.Opcode = RC_OPCODE_MOV; in radeonTransformTEX() 492 inst_mov->U.I.Opcode = RC_OPCODE_MOV; in radeonTransformTEX() 508 inst_mov->U.I.Opcode = RC_OPCODE_MOV; in radeonTransformTEX()
|
D | radeon_emulate_branches.c | 75 inst_mov->U.I.Opcode = RC_OPCODE_MOV; in handle_if() 165 inst_mov->U.I.Opcode = RC_OPCODE_MOV; in allocate_and_insert_proxies() 295 inst_mov->U.I.Opcode = RC_OPCODE_MOV; in fix_output_writes()
|
D | radeon_opcodes.h | 125 RC_OPCODE_MOV, enumerator
|
D | radeon_pair_translate.c | 55 case RC_OPCODE_MOV: in final_rewrite() 109 case RC_OPCODE_MOV: in classify_instruction()
|
D | radeon_dataflow_swizzles.c | 54 mov->U.I.Opcode = RC_OPCODE_MOV; in rewrite_source()
|
D | radeon_program_alu.c | 235 emit1(c, inst->Prev, RC_OPCODE_MOV, &inst->U.I, inst->U.I.DstReg, src); in transform_ABS() 374 RC_OPCODE_MOV, 0, inst->U.I.DstReg, in transform_LIT() 418 emit1(c, inst->Prev, RC_OPCODE_MOV, &inst->U.I, in transform_LIT() 513 emit1(c, inst->Prev, RC_OPCODE_MOV, &inst->U.I, inst->U.I.DstReg, builtin_zero); in transform_SFL() 625 inst->U.I.Opcode = RC_OPCODE_MOV; in transform_SWZ() 767 emit1(c, inst->Prev, RC_OPCODE_MOV, 0, in transform_r300_vertex_fix_LIT()
|
D | r3xx_vertprog.c | 413 case RC_OPCODE_MOV: ei_vector1(compiler->code, VE_ADD, vpi, inst); break; in translate_vertex_program() 713 inst_mov->U.I.Opcode = RC_OPCODE_MOV; in transform_source_conflicts() 728 inst_mov->U.I.Opcode = RC_OPCODE_MOV; in transform_source_conflicts() 751 inst->U.I.Opcode = RC_OPCODE_MOV; in rc_vs_add_artificial_outputs()
|
D | radeon_compiler.c | 211 inst->U.I.Opcode = RC_OPCODE_MOV; in rc_copy_output() 220 inst->U.I.Opcode = RC_OPCODE_MOV; in rc_copy_output()
|
D | radeon_opcodes.c | 221 .Opcode = RC_OPCODE_MOV,
|
D | radeon_emulate_loops.c | 98 case RC_OPCODE_MOV: in update_const_value()
|
D | r500_fragprog.c | 108 inst_mov->U.I.Opcode = RC_OPCODE_MOV; in r500_transform_IF()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 36 case TGSI_OPCODE_MOV: return RC_OPCODE_MOV; in translate_opcode()
|