Searched refs:RC_OPCODE_COS (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 | 67 RC_OPCODE_COS, enumerator in enum:__anon28d1b50a0103
|
| H A D | radeon_program_alu.c | 1009 if (inst->U.I.Opcode != RC_OPCODE_COS && 1018 if (inst->U.I.Opcode == RC_OPCODE_COS) { 1087 if (inst->U.I.Opcode == RC_OPCODE_COS) { 1088 emit1(c, inst->Prev, RC_OPCODE_COS, &inst->U.I, inst->U.I.DstReg, 1098 emit1(c, inst->Prev, RC_OPCODE_COS, &inst->U.I, moddst, 1129 if (inst->U.I.Opcode != RC_OPCODE_COS && 1160 if (inst->U.I.Opcode != RC_OPCODE_COS &&
|
| H A D | radeon_opcodes.c | 97 .Opcode = RC_OPCODE_COS,
|
| H A D | radeon_pair_translate.c | 112 case RC_OPCODE_COS:
|
| H A D | r500_fragprog_emit.c | 119 case RC_OPCODE_COS: return R500_ALPHA_OP_COS;
|
| H A D | r3xx_vertprog.c | 409 case RC_OPCODE_COS: ei_math1(compiler->code, ME_COS, vpi, inst); break;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_opcodes.h | 67 RC_OPCODE_COS, enumerator in enum:__anon497cc89d0103
|
| H A D | radeon_program_alu.c | 1009 if (inst->U.I.Opcode != RC_OPCODE_COS && 1018 if (inst->U.I.Opcode == RC_OPCODE_COS) { 1087 if (inst->U.I.Opcode == RC_OPCODE_COS) { 1088 emit1(c, inst->Prev, RC_OPCODE_COS, &inst->U.I, inst->U.I.DstReg, 1098 emit1(c, inst->Prev, RC_OPCODE_COS, &inst->U.I, moddst, 1129 if (inst->U.I.Opcode != RC_OPCODE_COS && 1160 if (inst->U.I.Opcode != RC_OPCODE_COS &&
|
| H A D | radeon_opcodes.c | 99 .Opcode = RC_OPCODE_COS,
|
| H A D | radeon_pair_translate.c | 114 case RC_OPCODE_COS:
|
| H A D | r500_fragprog_emit.c | 121 case RC_OPCODE_COS: return R500_ALPHA_OP_COS;
|
| H A D | r3xx_vertprog.c | 412 case RC_OPCODE_COS: ei_math1(compiler->code, ME_COS, vpi, inst); break;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_tgsi_to_rc.c | 60 case TGSI_OPCODE_COS: return RC_OPCODE_COS;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_tgsi_to_rc.c | 62 case TGSI_OPCODE_COS: return RC_OPCODE_COS;
|
Completed in 19 milliseconds