Searched refs:RC_OPCODE_FRC (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_program_alu.c | 253 emit1(c, inst->Prev, RC_OPCODE_FRC, 0, dst, negate(inst->U.I.SrcReg[0])); in transform_CEIL() 318 emit1(c, inst->Prev, RC_OPCODE_FRC, 0, dst, inst->U.I.SrcReg[0]); in transform_FLR() 334 emit1(c, inst->Prev, RC_OPCODE_FRC, 0, dst, absolute(inst->U.I.SrcReg[0])); in transform_TRUNC() 483 emit1(c, inst->Prev, RC_OPCODE_FRC, 0, frac_dst, add_src); in transform_ROUND() 1026 emit1(c, inst->Prev, RC_OPCODE_FRC, 0, dstregtmpmask(tempreg, RC_MASK_W), in r300_transform_trig_simple() 1041 emit1(c, inst->Prev, RC_OPCODE_FRC, 0, dstregtmpmask(tempreg, RC_MASK_W), in r300_transform_trig_simple() 1058 emit1(c, inst->Prev, RC_OPCODE_FRC, 0, dstregtmpmask(tempreg, RC_MASK_XY), in r300_transform_trig_simple() 1140 emit1(c, inst->Prev, RC_OPCODE_FRC, 0, dstregtmpmask(temp, RC_MASK_W), in radeonTransformTrigScale() 1177 emit1(c, inst->Prev, RC_OPCODE_FRC, 0, dstregtmpmask(temp, RC_MASK_W), in r300_transform_trig_scale_vertex()
|
D | radeon_opcodes.h | 102 RC_OPCODE_FRC, enumerator
|
D | r300_fragprog_emit.c | 112 case RC_OPCODE_FRC: return R300_ALU_OUTC_FRC; in translate_rgb_opcode() 133 case RC_OPCODE_FRC: return R300_ALU_OUTA_FRC; in translate_alpha_opcode()
|
D | radeon_opcodes.c | 168 .Opcode = RC_OPCODE_FRC,
|
D | r500_fragprog_emit.c | 101 case RC_OPCODE_FRC: return R500_ALU_RGBA_OP_FRC; in translate_rgb_op() 125 case RC_OPCODE_FRC: return R500_ALPHA_OP_FRC; in translate_alpha_op()
|
D | radeon_pair_translate.c | 105 case RC_OPCODE_FRC: in classify_instruction()
|
D | radeon_program_tex.c | 308 inst_frc->U.I.Opcode = RC_OPCODE_FRC; in radeonTransformTEX() 339 inst_frc->U.I.Opcode = RC_OPCODE_FRC; in radeonTransformTEX()
|
D | r3xx_vertprog.c | 414 case RC_OPCODE_FRC: ei_vector1(compiler->code, VE_FRACTION, vpi, inst); break; in translate_vertex_program()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 54 case TGSI_OPCODE_FRC: return RC_OPCODE_FRC; in translate_opcode()
|