Searched refs:ALU_OP1_SIN (Results 1 – 3 of 3) sorted by relevance
293 #define ALU_OP1_SIN 99 macro
10298 [TGSI_OPCODE_SIN] = { ALU_OP1_SIN, tgsi_trig},10496 [TGSI_OPCODE_SIN] = { ALU_OP1_SIN, tgsi_trig},10718 [TGSI_OPCODE_SIN] = { ALU_OP1_SIN, cayman_trig},
463 case ALU_OP1_SIN: dv = sin(cv.f * 2.0f * M_PI); break; in fold_alu_op1()