Searched refs:ALU_OP1_FRACT (Results 1 – 4 of 4) sorted by relevance
215 #define ALU_OP1_FRACT 15 macro
5356 alu.op = ALU_OP1_FRACT; in tgsi_setup_trig()9870 alu.op = ALU_OP1_FRACT; in tgsi_exp()11781 [TGSI_OPCODE_FRC] = { ALU_OP1_FRACT, tgsi_op2},11979 [TGSI_OPCODE_FRC] = { ALU_OP1_FRACT, tgsi_op2},12206 [TGSI_OPCODE_FRC] = { ALU_OP1_FRACT, tgsi_op2},
436 case ALU_OP1_FRACT: dv = cv.f - floorf(cv.f); break; in fold_alu_op1()
1243 {op1_fract, ALU_OP1_FRACT},