Searched refs:ALU_OP1_COS (Results 1 – 4 of 4) sorted by relevance
300 #define ALU_OP1_COS 100 macro
11793 [TGSI_OPCODE_COS] = { ALU_OP1_COS, tgsi_trig},11991 [TGSI_OPCODE_COS] = { ALU_OP1_COS, tgsi_trig},12218 [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()
1327 {op1_cos, ALU_OP1_COS},