Home
last modified time | relevance | path

Searched refs:RC_OPCODE_COS (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_opcodes.h67 RC_OPCODE_COS, enumerator
Dradeon_program_alu.c1009 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()
Dradeon_opcodes.c97 .Opcode = RC_OPCODE_COS,
Dradeon_pair_translate.c112 case RC_OPCODE_COS: in classify_instruction()
Dr500_fragprog_emit.c119 case RC_OPCODE_COS: return R500_ALPHA_OP_COS; in translate_alpha_op()
Dr3xx_vertprog.c409 case RC_OPCODE_COS: ei_math1(compiler->code, ME_COS, vpi, inst); break; in translate_vertex_program()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c64 case TGSI_OPCODE_COS: return RC_OPCODE_COS; in translate_opcode()