Searched refs:ALU_OP1_COS (Results 1 – 4 of 4) sorted by relevance
300 #define ALU_OP1_COS 100 macro
11821 [TGSI_OPCODE_COS] = { ALU_OP1_COS, tgsi_trig},12019 [TGSI_OPCODE_COS] = { ALU_OP1_COS, tgsi_trig},12246 [TGSI_OPCODE_COS] = { ALU_OP1_COS, cayman_trig},
416 case ALU_OP1_COS: dv = cos(cv.f * 2.0f * M_PI); break; in fold_alu_op1()
1315 {op1_cos, ALU_OP1_COS},