Searched refs:ALU_OP1_FLOOR (Results 1 – 3 of 3) sorted by relevance
213 #define ALU_OP1_FLOOR 19 macro
9055 alu.op = ALU_OP1_FLOOR; in tgsi_exp()9217 alu.op = ALU_OP1_FLOOR; in tgsi_log()9272 alu.op = ALU_OP1_FLOOR; in tgsi_log()9489 alu.op = ALU_OP1_FLOOR; in tgsi_r600_arl()10276 [TGSI_OPCODE_FLR] = { ALU_OP1_FLOOR, tgsi_op2},10474 [TGSI_OPCODE_FLR] = { ALU_OP1_FLOOR, tgsi_op2},10696 [TGSI_OPCODE_FLR] = { ALU_OP1_FLOOR, tgsi_op2},
429 case ALU_OP1_FLOOR: dv = floor(cv.f); break; in fold_alu_op1()