Searched refs:ALU_OP1_COS (Results 1 – 3 of 3) sorted by relevance
294 #define ALU_OP1_COS 100 macro
4620 alu.op = ALU_OP1_COS; in tgsi_scs()4637 alu.op = ALU_OP1_COS; in tgsi_scs()9097 [TGSI_OPCODE_COS] = { ALU_OP1_COS, tgsi_trig},9295 [TGSI_OPCODE_COS] = { ALU_OP1_COS, tgsi_trig},9518 [TGSI_OPCODE_COS] = { ALU_OP1_COS, cayman_trig},
419 case ALU_OP1_COS: dv = cos(cv.f * 2.0f * M_PI); break; in fold_alu_op1()