Lines Matching refs:SCS
223 instruction. ARB_fragment_program adds the SIN/COS/SCS
603 (25) How can a program reduce SCS's scalar operand to the
606 RESOLVED: Unlike the individual SIN and COS instructions, SCS
608 fundamental period. The reason SCS doesn't perform this
612 simply need to add a block of code before the SCS instruction:
619 SCS myResult, myOperand.x;
1476 | "SCS" | "SCS_SAT"
1906 POW, POW_SAT, RCP, RCP_SAT, RSQ, RSQ_SAT, SIN, SIN_SAT, SCS,
2630 SCS s ss-- sine/cosine without reduction
3322 3.11.5.23 SCS: Sine/Cosine
3324 The SCS instruction approximates the trigonometric sine and cosine
4298 * SCS: sine/cosine. Emulated using the separate SIN and COS
4976 - Added sine/cosine instruction (SCS).