Searched refs:ALU_OP1_FLT_TO_INT (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_peephole.cpp81 } else if (a->bc.op == ALU_OP1_FLT_TO_INT) {
302 if (a->bc.op == ALU_OP1_FLT_TO_INT) {
H A Dsb_expr.cpp431 case ALU_OP1_FLT_TO_INT: dv = (int)cv.f; break; // FIXME: round modes ????
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_peephole.cpp81 } else if (a->bc.op == ALU_OP1_FLT_TO_INT) {
302 if (a->bc.op == ALU_OP1_FLT_TO_INT) {
H A Dsb_expr.cpp431 case ALU_OP1_FLT_TO_INT: dv = (int)cv.f; break; // FIXME: round modes ????
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_isa.h269 #define ALU_OP1_FLT_TO_INT 75 macro
H A Dr600_shader.c2464 alu.op = ALU_OP1_FLT_TO_INT;
10121 alu.op = ALU_OP1_FLT_TO_INT;
10175 alu.op = ALU_OP1_FLT_TO_INT;
10190 alu.op = ALU_OP1_FLT_TO_INT;
11707 [TGSI_OPCODE_F2I] = { ALU_OP1_FLT_TO_INT, tgsi_op2_trans},
11904 [TGSI_OPCODE_F2I] = { ALU_OP1_FLT_TO_INT, tgsi_f2i},
12000 [TGSI_OPCODE_D2I] = { ALU_OP1_FLT_TO_INT, egcm_double_to_int},
12130 [TGSI_OPCODE_F2I] = { ALU_OP1_FLT_TO_INT, tgsi_op2},
12226 [TGSI_OPCODE_D2I] = { ALU_OP1_FLT_TO_INT, egcm_double_to_int},
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_isa.h275 #define ALU_OP1_FLT_TO_INT 75 macro
H A Dr600_shader.c2552 alu.op = ALU_OP1_FLT_TO_INT;
10220 alu.op = ALU_OP1_FLT_TO_INT;
10274 alu.op = ALU_OP1_FLT_TO_INT;
10289 alu.op = ALU_OP1_FLT_TO_INT;
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},
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_ir_to_assembly.cpp1305 {op1_flt_to_int, ALU_OP1_FLT_TO_INT},

Completed in 36 milliseconds