Searched refs:ALU_OP1_FLT_TO_INT (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_peephole.cpp | 81 } 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()
|
D | sb_expr.cpp | 419 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/ |
D | r600_isa.h | 275 #define ALU_OP1_FLT_TO_INT 75 macro
|
D | r600_shader.c | 2563 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/ |
D | sfn_assembler.cpp | 1293 {op1_flt_to_int, ALU_OP1_FLT_TO_INT},
|