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 Dradeon_opcodes.h67 RC_OPCODE_COS, enumerator in enum:__anon28d1b50a0103
H A Dradeon_program_alu.c1009 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 Dradeon_opcodes.c97 .Opcode = RC_OPCODE_COS,
H A Dradeon_pair_translate.c112 case RC_OPCODE_COS:
H A Dr500_fragprog_emit.c119 case RC_OPCODE_COS: return R500_ALPHA_OP_COS;
H A Dr3xx_vertprog.c409 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 Dradeon_opcodes.h67 RC_OPCODE_COS, enumerator in enum:__anon497cc89d0103
H A Dradeon_program_alu.c1009 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 Dradeon_opcodes.c99 .Opcode = RC_OPCODE_COS,
H A Dradeon_pair_translate.c114 case RC_OPCODE_COS:
H A Dr500_fragprog_emit.c121 case RC_OPCODE_COS: return R500_ALPHA_OP_COS;
H A Dr3xx_vertprog.c412 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 Dr300_tgsi_to_rc.c60 case TGSI_OPCODE_COS: return RC_OPCODE_COS;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c62 case TGSI_OPCODE_COS: return RC_OPCODE_COS;

Completed in 19 milliseconds