Searched refs:ALU_OP1_FRACT (Results 1 – 4 of 4) sorted by relevance
210 #define ALU_OP1_FRACT 15 macro
5342 alu.op = ALU_OP1_FRACT; in tgsi_setup_trig()9856 alu.op = ALU_OP1_FRACT; in tgsi_exp()11697 [TGSI_OPCODE_FRC] = { ALU_OP1_FRACT, tgsi_op2},11895 [TGSI_OPCODE_FRC] = { ALU_OP1_FRACT, tgsi_op2},12121 [TGSI_OPCODE_FRC] = { ALU_OP1_FRACT, tgsi_op2},
436 case ALU_OP1_FRACT: dv = cv.f - floorf(cv.f); break; in fold_alu_op1()
1239 {op1_fract, ALU_OP1_FRACT},