Searched refs:RC_OPCODE_FRC (Results 1 - 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_opcodes.h98 RC_OPCODE_FRC, enumerator in enum:__anon12133
H A Dradeon_program_alu.c253 emit1(c, inst->Prev, RC_OPCODE_FRC, 0, dst, negate(inst->U.I.SrcReg[0]));
318 emit1(c, inst->Prev, RC_OPCODE_FRC, 0, dst, inst->U.I.SrcReg[0]);
334 emit1(c, inst->Prev, RC_OPCODE_FRC, 0, dst, absolute(inst->U.I.SrcReg[0]));
483 emit1(c, inst->Prev, RC_OPCODE_FRC, 0, frac_dst, add_src);
1026 emit1(c, inst->Prev, RC_OPCODE_FRC, 0, dstregtmpmask(tempreg, RC_MASK_W),
1041 emit1(c, inst->Prev, RC_OPCODE_FRC, 0, dstregtmpmask(tempreg, RC_MASK_W),
1058 emit1(c, inst->Prev, RC_OPCODE_FRC, 0, dstregtmpmask(tempreg, RC_MASK_XY),
1140 emit1(c, inst->Prev, RC_OPCODE_FRC, 0, dstregtmpmask(temp, RC_MASK_W),
1177 emit1(c, inst->Prev, RC_OPCODE_FRC, 0, dstregtmpmask(temp, RC_MASK_W),
H A Dr300_fragprog_emit.c112 case RC_OPCODE_FRC: return R300_ALU_OUTC_FRC;
133 case RC_OPCODE_FRC: return R300_ALU_OUTA_FRC;
H A Dradeon_opcodes.c162 .Opcode = RC_OPCODE_FRC,
H A Dradeon_pair_translate.c105 case RC_OPCODE_FRC:
H A Dr500_fragprog_emit.c101 case RC_OPCODE_FRC: return R500_ALU_RGBA_OP_FRC;
125 case RC_OPCODE_FRC: return R500_ALPHA_OP_FRC;
H A Dradeon_program_tex.c308 inst_frc->U.I.Opcode = RC_OPCODE_FRC;
339 inst_frc->U.I.Opcode = RC_OPCODE_FRC;
H A Dr3xx_vertprog.c406 case RC_OPCODE_FRC: ei_vector1(compiler->code, VE_FRACTION, vpi, inst); break;
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c57 case TGSI_OPCODE_FRC: return RC_OPCODE_FRC;

Completed in 139 milliseconds