Searched refs:RC_OPCODE_COS (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_opcodes.h | 67 RC_OPCODE_COS, enumerator
|
D | radeon_program_alu.c | 1009 if (inst->U.I.Opcode != RC_OPCODE_COS && in r300_transform_trig_simple() 1018 if (inst->U.I.Opcode == RC_OPCODE_COS) { in r300_transform_trig_simple() 1087 if (inst->U.I.Opcode == RC_OPCODE_COS) { in r300_transform_SIN_COS_SCS() 1088 emit1(c, inst->Prev, RC_OPCODE_COS, &inst->U.I, inst->U.I.DstReg, in r300_transform_SIN_COS_SCS() 1098 emit1(c, inst->Prev, RC_OPCODE_COS, &inst->U.I, moddst, in r300_transform_SIN_COS_SCS() 1129 if (inst->U.I.Opcode != RC_OPCODE_COS && in radeonTransformTrigScale() 1160 if (inst->U.I.Opcode != RC_OPCODE_COS && in r300_transform_trig_scale_vertex()
|
D | radeon_opcodes.c | 97 .Opcode = RC_OPCODE_COS,
|
D | radeon_pair_translate.c | 112 case RC_OPCODE_COS: in classify_instruction()
|
D | r500_fragprog_emit.c | 119 case RC_OPCODE_COS: return R500_ALPHA_OP_COS; in translate_alpha_op()
|
D | r3xx_vertprog.c | 409 case RC_OPCODE_COS: ei_math1(compiler->code, ME_COS, vpi, inst); break; in translate_vertex_program()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 64 case TGSI_OPCODE_COS: return RC_OPCODE_COS; in translate_opcode()
|