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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_opcodes.h162 RC_OPCODE_SIN, enumerator in enum:__anon28d1b50a0103
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.c303 .Opcode = RC_OPCODE_SIN,
H A Dradeon_pair_translate.c117 case RC_OPCODE_SIN:
H A Dr500_fragprog_emit.c137 case RC_OPCODE_SIN: return R500_ALPHA_OP_SIN;
H A Dr3xx_vertprog.c428 case RC_OPCODE_SIN: ei_math1(compiler->code, ME_SIN, vpi, inst); break;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_opcodes.h162 RC_OPCODE_SIN, enumerator in enum:__anon497cc89d0103
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.c305 .Opcode = RC_OPCODE_SIN,
H A Dradeon_pair_translate.c119 case RC_OPCODE_SIN:
H A Dr500_fragprog_emit.c139 case RC_OPCODE_SIN: return R500_ALPHA_OP_SIN;
H A Dr3xx_vertprog.c431 case RC_OPCODE_SIN: ei_math1(compiler->code, ME_SIN, vpi, inst); break;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c70 case TGSI_OPCODE_SIN: return RC_OPCODE_SIN;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c72 case TGSI_OPCODE_SIN: return RC_OPCODE_SIN;

Completed in 13 milliseconds