Searched refs:RC_OPCODE_SIN (Results 1 - 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_opcodes.h158 RC_OPCODE_SIN, enumerator in enum:__anon12133
H A Dradeon_program_alu.c1010 inst->U.I.Opcode != RC_OPCODE_SIN &&
1036 } else if (inst->U.I.Opcode == RC_OPCODE_SIN) {
1090 } else if (inst->U.I.Opcode == RC_OPCODE_SIN) {
1091 emit1(c, inst->Prev, RC_OPCODE_SIN, &inst->U.I,
1103 emit1(c, inst->Prev, RC_OPCODE_SIN, &inst->U.I, moddst,
1130 inst->U.I.Opcode != RC_OPCODE_SIN &&
1161 inst->U.I.Opcode != RC_OPCODE_SIN &&
H A Dradeon_opcodes.c297 .Opcode = RC_OPCODE_SIN,
H A Dradeon_pair_translate.c117 case RC_OPCODE_SIN:
H A Dr3xx_vertprog.c420 case RC_OPCODE_SIN: ei_math1(compiler->code, ME_SIN, vpi, inst); break;
H A Dr500_fragprog_emit.c137 case RC_OPCODE_SIN: return R500_ALPHA_OP_SIN;
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c81 case TGSI_OPCODE_SIN: return RC_OPCODE_SIN;

Completed in 34 milliseconds