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() 302 if (a->bc.op == ALU_OP1_FLT_TO_INT) { in get_bool_flt_to_int_source()
|
D | sb_expr.cpp | 431 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 | 2552 alu.op = ALU_OP1_FLT_TO_INT; in convert_edgeflag_to_int() 10220 alu.op = ALU_OP1_FLT_TO_INT; in tgsi_eg_arl() 10274 alu.op = ALU_OP1_FLT_TO_INT; in tgsi_r600_arl() 10289 alu.op = ALU_OP1_FLT_TO_INT; in tgsi_r600_arl() 11876 [TGSI_OPCODE_F2I] = { ALU_OP1_FLT_TO_INT, tgsi_op2_trans}, 12073 [TGSI_OPCODE_F2I] = { ALU_OP1_FLT_TO_INT, tgsi_f2i}, 12169 [TGSI_OPCODE_D2I] = { ALU_OP1_FLT_TO_INT, egcm_double_to_int}, 12300 [TGSI_OPCODE_F2I] = { ALU_OP1_FLT_TO_INT, tgsi_op2}, 12396 [TGSI_OPCODE_D2I] = { ALU_OP1_FLT_TO_INT, egcm_double_to_int},
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_ir_to_assembly.cpp | 1305 {op1_flt_to_int, ALU_OP1_FLT_TO_INT},
|