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 D | radeon_opcodes.h | 162 RC_OPCODE_SIN, enumerator in enum:__anon28d1b50a0103
|
| H A D | radeon_program_alu.c | 1010 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 D | radeon_opcodes.c | 303 .Opcode = RC_OPCODE_SIN,
|
| H A D | radeon_pair_translate.c | 117 case RC_OPCODE_SIN:
|
| H A D | r500_fragprog_emit.c | 137 case RC_OPCODE_SIN: return R500_ALPHA_OP_SIN;
|
| H A D | r3xx_vertprog.c | 428 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 D | radeon_opcodes.h | 162 RC_OPCODE_SIN, enumerator in enum:__anon497cc89d0103
|
| H A D | radeon_program_alu.c | 1010 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 D | radeon_opcodes.c | 305 .Opcode = RC_OPCODE_SIN,
|
| H A D | radeon_pair_translate.c | 119 case RC_OPCODE_SIN:
|
| H A D | r500_fragprog_emit.c | 139 case RC_OPCODE_SIN: return R500_ALPHA_OP_SIN;
|
| H A D | r3xx_vertprog.c | 431 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 D | r300_tgsi_to_rc.c | 70 case TGSI_OPCODE_SIN: return RC_OPCODE_SIN;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_tgsi_to_rc.c | 72 case TGSI_OPCODE_SIN: return RC_OPCODE_SIN;
|
Completed in 13 milliseconds