| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_info.c | 159 case TGSI_OPCODE_F2I: 282 case TGSI_OPCODE_F2I:
|
| H A D | tgsi_exec.c | 5841 case TGSI_OPCODE_F2I:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_info.c | 159 case TGSI_OPCODE_F2I: 295 case TGSI_OPCODE_F2I:
|
| H A D | tgsi_exec.c | 5554 case TGSI_OPCODE_F2I:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| H A D | p_shader_tokens.h | 461 TGSI_OPCODE_F2I = 119, enumerator in enum:tgsi_opcode
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | p_shader_tokens.h | 463 TGSI_OPCODE_F2I = 119, enumerator in enum:tgsi_opcode
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_tgsi_alu.c | 728 bld_base->op_actions[TGSI_OPCODE_F2I].emit = emit_f2i;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_action.c | 1378 /* TGSI_OPCODE_F2I (CPU Only) */ 2416 bld_base->op_actions[TGSI_OPCODE_F2I].emit = f2i_emit_cpu;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 1623 [TGSI_OPCODE_F2I] = nir_op_f2i32,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_action.c | 1378 /* TGSI_OPCODE_F2I (CPU Only) */ 2544 bld_base->op_actions[TGSI_OPCODE_F2I].emit = f2i_emit_cpu;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 1889 [TGSI_OPCODE_F2I] = nir_op_f2i32,
|
| H A D | nir_to_tgsi.c | 890 [nir_op_f2i32] = { TGSI_OPCODE_F2I, TGSI_OPCODE_D2I },
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_vgpu10.c | 596 case TGSI_OPCODE_F2I: 5833 case TGSI_OPCODE_F2I:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_tgsi.cpp | 702 case TGSI_OPCODE_F2I: return nv50_ir::TYPE_S32; 3528 case TGSI_OPCODE_F2I:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_tgsi.cpp | 642 case TGSI_OPCODE_F2I: return nv50_ir::TYPE_S32; 3560 case TGSI_OPCODE_F2I:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_vgpu10.c | 861 case TGSI_OPCODE_F2I: 9297 case TGSI_OPCODE_F2I:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.c | 11707 [TGSI_OPCODE_F2I] = { ALU_OP1_FLT_TO_INT, tgsi_op2_trans}, 11904 [TGSI_OPCODE_F2I] = { ALU_OP1_FLT_TO_INT, tgsi_f2i}, 12130 [TGSI_OPCODE_F2I] = { ALU_OP1_FLT_TO_INT, tgsi_op2},
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.c | 11876 [TGSI_OPCODE_F2I] = { ALU_OP1_FLT_TO_INT, tgsi_op2_trans}, 12073 [TGSI_OPCODE_F2I] = { ALU_OP1_FLT_TO_INT, tgsi_f2i}, 12300 [TGSI_OPCODE_F2I] = { ALU_OP1_FLT_TO_INT, tgsi_op2},
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi.cpp | 1866 emit_asm(ir, TGSI_OPCODE_F2I, result_dst, op[0]);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi.cpp | 1934 emit_asm(ir, TGSI_OPCODE_F2I, result_dst, op[0]);
|