Home
last modified time | relevance | path

Searched refs:ALU_OP1_TRUNC (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_peephole.cpp319 if (dn->is_alu_op(ALU_OP1_TRUNC)) { in get_bool_flt_to_int_source()
Dsb_expr.cpp459 case ALU_OP1_TRUNC: dv = truncf(cv.f); break; in fold_alu_op1()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h216 #define ALU_OP1_TRUNC 16 macro
Dr600_shader.c6644 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},
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_assembler.cpp1230 {op1_trunc, ALU_OP1_TRUNC},