Searched refs:ALU_OP1_FRACT (Results 1 – 4 of 4) sorted by relevance
215 #define ALU_OP1_FRACT 15 macro
5360 alu.op = ALU_OP1_FRACT; in tgsi_setup_trig()9898 alu.op = ALU_OP1_FRACT; in tgsi_exp()11809 [TGSI_OPCODE_FRC] = { ALU_OP1_FRACT, tgsi_op2},12007 [TGSI_OPCODE_FRC] = { ALU_OP1_FRACT, tgsi_op2},12234 [TGSI_OPCODE_FRC] = { ALU_OP1_FRACT, tgsi_op2},
424 case ALU_OP1_FRACT: dv = cv.f - floorf(cv.f); break; in fold_alu_op1()
1229 {op1_fract, ALU_OP1_FRACT},