Searched refs:RC_OPCODE_SIN (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_opcodes.h | 162 RC_OPCODE_SIN, enumerator
|
D | radeon_program_alu.c | 1010 inst->U.I.Opcode != RC_OPCODE_SIN && in r300_transform_trig_simple() 1036 } else if (inst->U.I.Opcode == RC_OPCODE_SIN) { in r300_transform_trig_simple() 1090 } else if (inst->U.I.Opcode == RC_OPCODE_SIN) { in r300_transform_SIN_COS_SCS() 1091 emit1(c, inst->Prev, RC_OPCODE_SIN, &inst->U.I, in r300_transform_SIN_COS_SCS() 1103 emit1(c, inst->Prev, RC_OPCODE_SIN, &inst->U.I, moddst, in r300_transform_SIN_COS_SCS() 1130 inst->U.I.Opcode != RC_OPCODE_SIN && in radeonTransformTrigScale() 1161 inst->U.I.Opcode != RC_OPCODE_SIN && in r300_transform_trig_scale_vertex()
|
D | radeon_opcodes.c | 303 .Opcode = RC_OPCODE_SIN,
|
D | radeon_pair_translate.c | 117 case RC_OPCODE_SIN: in classify_instruction()
|
D | r500_fragprog_emit.c | 137 case RC_OPCODE_SIN: return R500_ALPHA_OP_SIN; in translate_alpha_op()
|
D | r3xx_vertprog.c | 428 case RC_OPCODE_SIN: ei_math1(compiler->code, ME_SIN, vpi, inst); break; in translate_vertex_program()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 74 case TGSI_OPCODE_SIN: return RC_OPCODE_SIN; in translate_opcode()
|