Searched refs:RC_OPCODE_MOV (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_program_tex.c | 125 inst->U.I.Opcode = RC_OPCODE_MOV; in radeonTransformTEX() 168 inst_mul->U.I.Opcode = inst->U.I.Opcode == RC_OPCODE_TXP ? RC_OPCODE_MUL : RC_OPCODE_MOV; in radeonTransformTEX() 362 inst_mov->U.I.Opcode = RC_OPCODE_MOV; in radeonTransformTEX() 373 inst_mov->U.I.Opcode = RC_OPCODE_MOV; in radeonTransformTEX() 392 inst_mov->U.I.Opcode = RC_OPCODE_MOV; in radeonTransformTEX() 401 inst_mov->U.I.Opcode = RC_OPCODE_MOV; in radeonTransformTEX() 422 inst_mov->U.I.Opcode = RC_OPCODE_MOV; in radeonTransformTEX() 438 inst_mov->U.I.Opcode = RC_OPCODE_MOV; in radeonTransformTEX()
|
H A D | radeon_optimize.c | 161 if (inst->U.I.Opcode != RC_OPCODE_MOV || in copy_propagate() 993 if (c->SwizzleCaps->IsNative(RC_OPCODE_MOV, src)) { in merge_movs() 1016 if (c->SwizzleCaps->IsNative(RC_OPCODE_MOV, src)) { in merge_movs() 1072 if (inst1->U.I.Opcode == RC_OPCODE_MOV) { in merge_mov_add_mul() 1164 if (inst1->U.I.Opcode == RC_OPCODE_MOV) { in merge_mov_mad() 1298 if (inst_combination(cur, inst, RC_OPCODE_MOV, RC_OPCODE_MOV)) { in merge_channels() 1314 if (inst_combination(cur, inst, RC_OPCODE_MOV, RC_OPCODE_ADD) || in merge_channels() 1315 inst_combination(cur, inst, RC_OPCODE_MOV, RC_OPCODE_MUL)) { in merge_channels() 1320 if (inst_combination(cur, inst, RC_OPCODE_MOV, RC_OPCODE_MAD)) { in merge_channels() 1426 inst->U.I.Opcode = RC_OPCODE_MOV; in transform_vertex_ROUND() [all …]
|
H A D | radeon_program_alu.c | 273 emit1(c, inst->Prev, RC_OPCODE_MOV, NULL, in transform_r300_vertex_fix_LIT() 384 inst->U.I.Opcode = RC_OPCODE_MOV; in radeonStubDeriv() 429 emit1(c, inst, RC_OPCODE_MOV, NULL, inst->U.I.DstReg, in rc_force_output_alpha_to_one()
|
H A D | r3xx_vertprog.c | 442 case RC_OPCODE_MOV: ei_vector1(compiler->code, VE_ADD, vpi, inst); break; in translate_vertex_program() 709 inst_mov->U.I.Opcode = RC_OPCODE_MOV; in transform_source_conflicts() 727 inst_mov->U.I.Opcode = RC_OPCODE_MOV; in transform_source_conflicts() 753 inst->U.I.Opcode = RC_OPCODE_MOV; in rc_vs_add_artificial_outputs()
|
H A D | radeon_pair_translate.c | 35 case RC_OPCODE_MOV: in final_rewrite() 89 case RC_OPCODE_MOV: in classify_instruction()
|
H A D | radeon_opcodes.h | 89 RC_OPCODE_MOV, enumerator
|
H A D | radeon_compiler.c | 199 inst->U.I.Opcode = RC_OPCODE_MOV; in rc_copy_output() 208 inst->U.I.Opcode = RC_OPCODE_MOV; in rc_copy_output()
|
H A D | radeon_opcodes.c | 166 .Opcode = RC_OPCODE_MOV,
|
H A D | radeon_dataflow_swizzles.c | 44 mov->U.I.Opcode = RC_OPCODE_MOV; in rewrite_source()
|
H A D | r500_fragprog.c | 84 inst_mov->U.I.Opcode = RC_OPCODE_MOV; in r500_transform_IF_instr()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_tgsi_to_rc.c | 22 case TGSI_OPCODE_MOV: return RC_OPCODE_MOV; in translate_opcode()
|