Searched refs:ALU_OP1_FLOOR (Results 1 – 3 of 3) sorted by relevance
213 #define ALU_OP1_FLOOR 19 macro
7928 alu.op = ALU_OP1_FLOOR; in tgsi_exp()8090 alu.op = ALU_OP1_FLOOR; in tgsi_log()8145 alu.op = ALU_OP1_FLOOR; in tgsi_log()8362 alu.op = ALU_OP1_FLOOR; in tgsi_r600_arl()9087 [TGSI_OPCODE_FLR] = { ALU_OP1_FLOOR, tgsi_op2},9285 [TGSI_OPCODE_FLR] = { ALU_OP1_FLOOR, tgsi_op2},9508 [TGSI_OPCODE_FLR] = { ALU_OP1_FLOOR, tgsi_op2},
421 case ALU_OP1_FLOOR: dv = floor(cv.f); break; in fold_alu_op1()