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()
216 #define ALU_OP1_TRUNC 16 macro
6640 alu.op = ALU_OP1_TRUNC; in tgsi_f2i()11843 [TGSI_OPCODE_TRUNC] = { ALU_OP1_TRUNC, tgsi_op2},12040 [TGSI_OPCODE_TRUNC] = { ALU_OP1_TRUNC, tgsi_op2},12267 [TGSI_OPCODE_TRUNC] = { ALU_OP1_TRUNC, tgsi_op2},
1244 {op1_trunc, ALU_OP1_TRUNC},