Searched refs:TGSI_OPCODE_UMUL (Results 1 - 17 of 17) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_info.c | 142 case TGSI_OPCODE_UMUL:
|
| H A D | tgsi_exec.c | 5921 case TGSI_OPCODE_UMUL:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_info.c | 142 case TGSI_OPCODE_UMUL:
|
| H A D | tgsi_exec.c | 5634 case TGSI_OPCODE_UMUL:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| H A D | p_shader_tokens.h | 477 TGSI_OPCODE_UMUL = 135, enumerator in enum:tgsi_opcode
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | p_shader_tokens.h | 479 TGSI_OPCODE_UMUL = 135, enumerator in enum:tgsi_opcode
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_action.c | 722 tmp = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_UMUL, 729 /* TGSI_OPCODE_UMUL */ 1202 bld_base->op_actions[TGSI_OPCODE_UMUL].emit = umul_emit;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_action.c | 722 tmp = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_UMUL, 729 /* TGSI_OPCODE_UMUL */ 1202 bld_base->op_actions[TGSI_OPCODE_UMUL].emit = umul_emit;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 1639 [TGSI_OPCODE_UMUL] = nir_op_imul,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 1905 [TGSI_OPCODE_UMUL] = nir_op_imul,
|
| H A D | nir_to_tgsi.c | 941 [nir_op_imul] = { TGSI_OPCODE_UMUL, TGSI_OPCODE_U64MUL },
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_vgpu10.c | 630 case TGSI_OPCODE_UMUL: 5972 case TGSI_OPCODE_UMUL:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_tgsi.cpp | 592 case TGSI_OPCODE_UMUL: 3187 case TGSI_OPCODE_UMUL:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_tgsi.cpp | 530 case TGSI_OPCODE_UMUL: 3210 case TGSI_OPCODE_UMUL:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_vgpu10.c | 895 case TGSI_OPCODE_UMUL: 9468 case TGSI_OPCODE_UMUL:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.c | 11723 [TGSI_OPCODE_UMUL] = { ALU_OP2_MULLO_UINT, tgsi_op2_trans}, 11920 [TGSI_OPCODE_UMUL] = { ALU_OP2_MULLO_UINT, tgsi_op2_trans}, 12146 [TGSI_OPCODE_UMUL] = { ALU_OP2_MULLO_INT, cayman_mul_int_instr},
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.c | 11892 [TGSI_OPCODE_UMUL] = { ALU_OP2_MULLO_UINT, tgsi_op2_trans}, 12089 [TGSI_OPCODE_UMUL] = { ALU_OP2_MULLO_UINT, tgsi_op2_trans}, 12316 [TGSI_OPCODE_UMUL] = { ALU_OP2_MULLO_INT, cayman_mul_int_instr},
|
Completed in 103 milliseconds