Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_UMUL (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c142 case TGSI_OPCODE_UMUL: in tgsi_opcode_infer_type()
Dtgsi_exec.c5634 case TGSI_OPCODE_UMUL: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h479 TGSI_OPCODE_UMUL = 135, enumerator
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c722 tmp = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_UMUL, in umad_emit()
1202 bld_base->op_actions[TGSI_OPCODE_UMUL].emit = umul_emit; in lp_set_default_actions()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp530 case TGSI_OPCODE_UMUL: in inferSrcType()
3210 case TGSI_OPCODE_UMUL: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1905 [TGSI_OPCODE_UMUL] = nir_op_imul,
Dnir_to_tgsi.c941 [nir_op_imul] = { TGSI_OPCODE_UMUL, TGSI_OPCODE_U64MUL }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c895 case TGSI_OPCODE_UMUL: in translate_opcode()
9468 case TGSI_OPCODE_UMUL: in emit_vgpu10_instruction()
/third_party/mesa3d/src/gallium/drivers/r600/
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},