Searched refs:ALU_OP1_TRUNC (Results 1 – 5 of 5) sorted by relevance
319 if (dn->is_alu_op(ALU_OP1_TRUNC)) { in get_bool_flt_to_int_source()
459 case ALU_OP1_TRUNC: dv = truncf(cv.f); break; in fold_alu_op1()
216 #define ALU_OP1_TRUNC 16 macro
6644 alu.op = ALU_OP1_TRUNC; in tgsi_f2i()11871 [TGSI_OPCODE_TRUNC] = { ALU_OP1_TRUNC, tgsi_op2},12068 [TGSI_OPCODE_TRUNC] = { ALU_OP1_TRUNC, tgsi_op2},12295 [TGSI_OPCODE_TRUNC] = { ALU_OP1_TRUNC, tgsi_op2},
1230 {op1_trunc, ALU_OP1_TRUNC},