Home
last modified time | relevance | path

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 Dradeon_program_tex.c125 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 Dradeon_optimize.c161 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 Dradeon_program_alu.c273 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 Dr3xx_vertprog.c442 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 Dradeon_pair_translate.c35 case RC_OPCODE_MOV: in final_rewrite()
89 case RC_OPCODE_MOV: in classify_instruction()
H A Dradeon_opcodes.h89 RC_OPCODE_MOV, enumerator
H A Dradeon_compiler.c199 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 Dradeon_opcodes.c166 .Opcode = RC_OPCODE_MOV,
H A Dradeon_dataflow_swizzles.c44 mov->U.I.Opcode = RC_OPCODE_MOV; in rewrite_source()
H A Dr500_fragprog.c84 inst_mov->U.I.Opcode = RC_OPCODE_MOV; in r500_transform_IF_instr()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c22 case TGSI_OPCODE_MOV: return RC_OPCODE_MOV; in translate_opcode()