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 Dtgsi_info.c142 case TGSI_OPCODE_UMUL:
H A Dtgsi_exec.c5921 case TGSI_OPCODE_UMUL:
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.c142 case TGSI_OPCODE_UMUL:
H A Dtgsi_exec.c5634 case TGSI_OPCODE_UMUL:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h477 TGSI_OPCODE_UMUL = 135, enumerator in enum:tgsi_opcode
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h479 TGSI_OPCODE_UMUL = 135, enumerator in enum:tgsi_opcode
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.c722 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 Dlp_bld_tgsi_action.c722 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 Dtgsi_to_nir.c1639 [TGSI_OPCODE_UMUL] = nir_op_imul,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1905 [TGSI_OPCODE_UMUL] = nir_op_imul,
H A Dnir_to_tgsi.c941 [nir_op_imul] = { TGSI_OPCODE_UMUL, TGSI_OPCODE_U64MUL },
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c630 case TGSI_OPCODE_UMUL:
5972 case TGSI_OPCODE_UMUL:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp592 case TGSI_OPCODE_UMUL:
3187 case TGSI_OPCODE_UMUL:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp530 case TGSI_OPCODE_UMUL:
3210 case TGSI_OPCODE_UMUL:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c895 case TGSI_OPCODE_UMUL:
9468 case TGSI_OPCODE_UMUL:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.c11723 [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 Dr600_shader.c11892 [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