Searched refs:ALU_OP1_COS (Results 1 – 4 of 4) sorted by relevance
295 #define ALU_OP1_COS 100 macro
11709 [TGSI_OPCODE_COS] = { ALU_OP1_COS, tgsi_trig},11907 [TGSI_OPCODE_COS] = { ALU_OP1_COS, tgsi_trig},12133 [TGSI_OPCODE_COS] = { ALU_OP1_COS, cayman_trig},
428 case ALU_OP1_COS: dv = cos(cv.f * 2.0f * M_PI); break; in fold_alu_op1()
1323 {op1_cos, ALU_OP1_COS},