Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_peephole.cpp81 } else if (a->bc.op == ALU_OP1_FLT_TO_INT) { in run_on()
308 if (a->bc.op == ALU_OP1_FLT_TO_INT) { in get_bool_flt_to_int_source()
Dsb_expr.cpp419 case ALU_OP1_FLT_TO_INT: dv = (int)cv.f; break; // FIXME: round modes ???? in fold_alu_op1()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h275 #define ALU_OP1_FLT_TO_INT 75 macro
Dr600_shader.c2563 alu.op = ALU_OP1_FLT_TO_INT; in convert_edgeflag_to_int()
10248 alu.op = ALU_OP1_FLT_TO_INT; in tgsi_eg_arl()
10302 alu.op = ALU_OP1_FLT_TO_INT; in tgsi_r600_arl()
10317 alu.op = ALU_OP1_FLT_TO_INT; in tgsi_r600_arl()
11904 [TGSI_OPCODE_F2I] = { ALU_OP1_FLT_TO_INT, tgsi_op2_trans},
12101 [TGSI_OPCODE_F2I] = { ALU_OP1_FLT_TO_INT, tgsi_f2i},
12197 [TGSI_OPCODE_D2I] = { ALU_OP1_FLT_TO_INT, egcm_double_to_int},
12328 [TGSI_OPCODE_F2I] = { ALU_OP1_FLT_TO_INT, tgsi_op2},
12424 [TGSI_OPCODE_D2I] = { ALU_OP1_FLT_TO_INT, egcm_double_to_int},
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_assembler.cpp1293 {op1_flt_to_int, ALU_OP1_FLT_TO_INT},