Searched refs:ALU_OP1_TRUNC (Results 1 – 5 of 5) sorted by relevance
313 if (dn->is_alu_op(ALU_OP1_TRUNC)) { in get_bool_flt_to_int_source()
466 case ALU_OP1_TRUNC: dv = truncf(cv.f); break; in fold_alu_op1()
211 #define ALU_OP1_TRUNC 16 macro
6626 alu.op = ALU_OP1_TRUNC; in tgsi_f2i()11759 [TGSI_OPCODE_TRUNC] = { ALU_OP1_TRUNC, tgsi_op2},11956 [TGSI_OPCODE_TRUNC] = { ALU_OP1_TRUNC, tgsi_op2},12182 [TGSI_OPCODE_TRUNC] = { ALU_OP1_TRUNC, tgsi_op2},
1240 {op1_trunc, ALU_OP1_TRUNC},