Searched refs:ALU_OP1_COS (Results 1 – 3 of 3) sorted by relevance
294 #define ALU_OP1_COS 100 macro
10286 [TGSI_OPCODE_COS] = { ALU_OP1_COS, tgsi_trig},10484 [TGSI_OPCODE_COS] = { ALU_OP1_COS, tgsi_trig},10706 [TGSI_OPCODE_COS] = { ALU_OP1_COS, cayman_trig},
427 case ALU_OP1_COS: dv = cos(cv.f * 2.0f * M_PI); break; in fold_alu_op1()