Searched refs:RC_OPCODE_FRC (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_program_alu.c | 244 emit1(c, inst->Prev, RC_OPCODE_FRC, NULL, dst, negate(inst->U.I.SrcReg[0])); in transform_CEIL() 282 emit1(c, inst->Prev, RC_OPCODE_FRC, NULL, dst, inst->U.I.SrcReg[0]); in transform_FLR() 298 emit1(c, inst->Prev, RC_OPCODE_FRC, NULL, dst, absolute(inst->U.I.SrcReg[0])); in transform_TRUNC() 447 emit1(c, inst->Prev, RC_OPCODE_FRC, NULL, frac_dst, add_src); in transform_ROUND() 937 emit1(c, inst->Prev, RC_OPCODE_FRC, NULL, dstregtmpmask(tempreg, RC_MASK_W), in r300_transform_trig_simple() 952 emit1(c, inst->Prev, RC_OPCODE_FRC, NULL, dstregtmpmask(tempreg, RC_MASK_W), in r300_transform_trig_simple() 969 emit1(c, inst->Prev, RC_OPCODE_FRC, NULL, dstregtmpmask(tempreg, RC_MASK_XY), in r300_transform_trig_simple() 1039 emit1(c, inst->Prev, RC_OPCODE_FRC, NULL, dstregtmpmask(temp, RC_MASK_W), in radeonTransformTrigScale() 1077 emit1(c, inst->Prev, RC_OPCODE_FRC, NULL, dstregtmpmask(temp, RC_MASK_W), in r300_transform_trig_scale_vertex()
|
D | radeon_opcodes.h | 93 RC_OPCODE_FRC, enumerator
|
D | r300_fragprog_emit.c | 114 case RC_OPCODE_FRC: return R300_ALU_OUTC_FRC; in translate_rgb_opcode() 135 case RC_OPCODE_FRC: return R300_ALU_OUTA_FRC; in translate_alpha_opcode()
|
D | radeon_opcodes.c | 150 .Opcode = RC_OPCODE_FRC,
|
D | r500_fragprog_emit.c | 103 case RC_OPCODE_FRC: return R500_ALU_RGBA_OP_FRC; in translate_rgb_op() 127 case RC_OPCODE_FRC: return R500_ALPHA_OP_FRC; in translate_alpha_op()
|
D | radeon_program_tex.c | 307 inst_frc->U.I.Opcode = RC_OPCODE_FRC; in radeonTransformTEX() 338 inst_frc->U.I.Opcode = RC_OPCODE_FRC; in radeonTransformTEX()
|
D | radeon_pair_translate.c | 107 case RC_OPCODE_FRC: in classify_instruction()
|
D | r3xx_vertprog.c | 420 case RC_OPCODE_FRC: ei_vector1(compiler->code, VE_FRACTION, vpi, inst); break; in translate_vertex_program()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 56 case TGSI_OPCODE_FRC: return RC_OPCODE_FRC; in translate_opcode()
|