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 D | sb_peephole.cpp | 81 } else if (a->bc.op == ALU_OP1_FLT_TO_INT) { 302 if (a->bc.op == ALU_OP1_FLT_TO_INT) {
|
| H A D | sb_expr.cpp | 431 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 D | sb_peephole.cpp | 81 } else if (a->bc.op == ALU_OP1_FLT_TO_INT) { 302 if (a->bc.op == ALU_OP1_FLT_TO_INT) {
|
| H A D | sb_expr.cpp | 431 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 D | r600_isa.h | 269 #define ALU_OP1_FLT_TO_INT 75 macro
|
| H A D | r600_shader.c | 2464 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 D | r600_isa.h | 275 #define ALU_OP1_FLT_TO_INT 75 macro
|
| H A D | r600_shader.c | 2552 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 D | sfn_ir_to_assembly.cpp | 1305 {op1_flt_to_int, ALU_OP1_FLT_TO_INT},
|
Completed in 36 milliseconds